This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Assertion for channel dependency

@(posedge aclk) disable iff (!reset) $rose(WLAST) |->##[1:$]BVALID 

Is the above property sufficient to check write response channel dependency on write address and write data channel ? Do we need to write multiple separate assertions for to check response channel dependency on write address and write data channel ?