Jump to content

Simulation does not enter Body of the sequence.


Recommended Posts

I have all the components defined. But for some reason, simulation does not enter the 'body' of the sequence that I expected to execute. I have some messages I'm trying to display inside the body, pre_body and post_body but none of these are printed. Can anyone point me to what I'm doing wrong?

Thanks

Link to comment
Share on other sites

pretty hard to tell without more info but its good to validate things step by step

1. all components instantiated

2. all components build

3. invoking .super() in all _phase() fiunctions/tasks

4. running in active mode (so sequencers are built)

5. right sequence configured?

6. is the right sequence selected? (check the messages talking about default-sequence)

7. starting the sequence manually? is the code started

8. which phase is used for the sequence?

9 is the phase protected from ending using objections?

10. is the expected printout in a function/task which really gets executed (pre_body is only executed for root sequences)

11...

/uwe

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...