Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

What is the exact simulation flow of a Verilog code?

Status
Not open for further replies.

s_vlsi

Junior Member level 2
Joined
May 16, 2006
Messages
20
Helped
2
Reputation
4
Reaction score
2
Trophy points
1,283
Activity points
1,460
I want to know the exact simulation flow ,i.e. when we simulate a verilog code
what is the exact simulation flow? Which events occur?
can anyone provide me with the link

Thanks
 

Re: simulation flow

If you are looking for an explanation of 'delta time', have a look here:
**broken link removed**
 

Re: simulation flow

s_vlsi said:
I want to know the exact simulation flow ,i.e. when we simulate a verilog code
what is the exact simulation flow? Which events occur?
can anyone provide me with the link

Thanks

Do you want to understand "simulator's event queue" mechanism? If so, best bet is to read LRM (Verilog/SV) on Stratified event queue. It takes a while to grasp it, but well explained in it.

Instead if you are looking for "how my simulation flows through" - you Verification architecture should tell you that. A typical flow is like:
reset, configure, run some testvectors, wait for end, report and finish.

And this is where a standard verification methodology such as VMM comes in very handy. See www.vmm-sv.org for more. Also see my new book mentioned below in the signature, we devoted few sections on this very topic.

BTW, a similar flow implemented in E language is available from www.aceverifciation.com for download.

HTH,
Ajeetha, CVC
www.noveldv.com
New Book: A Pragmatic Approach to VMM Adoption 2006 ISBN 0-9705394-9-5
https://www.systemverilog.us/
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top