In reply to Muthamizh:
I think you have seen in is 0 from the beginning and out and state is x. This comes from your design.Simple Verilog does not know 2-state variables. There is the type reg used.
In reply to Muthamizh:
I think you have seen in is 0 from the beginning and out and state is x. This comes from your design.Simple Verilog does not know 2-state variables. There is the type reg used.
In reply to chr_sue:
Yes in is 0 from the beginning. Thank you so much for your suggestions. They were very helpful and useful. Thanks again.
In reply to Muthamizh:
What is phase objection actually?
In reply to Muthamizh:
What do you mean with phase objection?
The objection mechanism is used stop the simulation after completing all sequences and run_phase tasks.
If you do not implement this mechanism the simulation stucks at time 0.
You can implement the objections in different objects (components, sequences).
In reply to chr_sue:
This is what i wanted to know. Thank you for the explanation.
In reply to Muthamizh:
Now i need to do another testcase for the same fsm. i need to stop the clock generation and check the response. How to do that? Any idea please?
In reply to Muthamizh:
how to disable clock generation in between, which is being generated from top module? Please help me out.
In reply to Muthamizh:
You can implement a signal (clock_dis signal) in your module interface, this signal can be driven by your uvm_driver. Use this signal to mask the clock signal in top/interface where your clock is generated.
UVM driver takes config/seq_item’s attribute to control clock_dis signal.
Please visit this thread, it may help you implement the idea:
https://verificationacademy.com/forums/uvm/clock-generator
You can try it while waiting for someone else to provide better solution.
In reply to chris_le:
Thank you so much for your suggestion.
In reply to Muthamizh:
There is no frequency specifications for my fsm rtl. So how to calculate the frequency with clock generated?
In reply to Muthamizh:
What is IP level verification? i searched for the abbrevation of IP. But I dint find it anywhere. Could you please explain IP level verification?
In reply to Muthamizh:
You have much learning to do. First start by improving your search skills:
http://lmgtfy.com/?q=IP+level+verification
First two hits explain Verification IP.