Hello,
I'd have some assertions with something like this assert property (@(posedge clk) disable iff(reset) a |-> ##[0:50000] b);
As you can see the interval on which b can occur is very big, and I even get warnings from the simulator(s) but this is the timing defined in the specification, I was wondering if there are other ways of work around this, maybe some helper logic but I'm not entire sure how to rewrite the assertion and the how the helper logic would need to look like.
Any pointers are really appreciated,
-R