venkatasubbarao_Sutrave Posted May 24, 2022 Report Share Posted May 24, 2022 I am trying to write constrain for seq_item and sequence, I am describing it as follows, kindly please help me to write a code for this DUT has req interface , which has multiple fields and one of them is ID[7:0] field which is correct to variable in seq item class. DUT also has response interface ; response interface gets response for req and also as associated ID sent during request time. DUT can’t accept request if req with same ID value is already in progress inside DUT. I am looking to write logic in Seq item /sequence to put constraints to avoid generation of requests with same ID values when response is not received for previous ID value. Can I please have your help on this.. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.