Purpose of breakpoints in Modelsim

Status
Not open for further replies.

shaiko

Advanced Member level 5
Joined
Aug 20, 2011
Messages
2,644
Helped
303
Reputation
608
Reaction score
297
Trophy points
1,363
Activity points
18,302
Hello,

What is the purpose of using breakpoints in a Modelsim simulation ?
Clearly, the simulated hardware runs in parallel (line 100 in our code coexists with line 200...) - so what is the purpose of breaking it in the middle?
 

Because you might want to debug a chain of variable assignments. Vhdl is not all about synthesisable code. You can write behavioural models in vhdl too.

Remember that vhdl is actually executed like any other language, in sequence. So break points are just as valid.
 
Reactions: shaiko

    shaiko

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…