You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use multiple , smalelr assertions than a complex consequent. e.g.
$rose(ARVALID) |-> ( $stable(ARID) ;
$rose(ARVALID) |-> $stable(ARADDR); etc.
This would help you debug using simple log file when only one of those READ channel signals is unstable (in case of your combined AND-ed expression you would need to dump, rerun etc.)
The text was updated successfully, but these errors were encountered:
From: https://www.linkedin.com/posts/abdullahrabbani_axi-protocols-activity-7260988942068391936-pGyi?utm_source=share&utm_medium=member_desktop
Use multiple , smalelr assertions than a complex consequent. e.g.
$rose(ARVALID) |-> ( $stable(ARID) ;
$rose(ARVALID) |-> $stable(ARADDR); etc.
This would help you debug using simple log file when only one of those READ channel signals is unstable (in case of your combined AND-ed expression you would need to dump, rerun etc.)
The text was updated successfully, but these errors were encountered: