Re: [PATCH 2/2] verification/rvgen: Support the 'next' operator
From: Nam Cao
Date: Mon Jul 14 2025 - 08:51:07 EST
On Mon, Jul 14, 2025 at 02:48:04PM +0200, Nam Cao wrote:
> RULE = always (((not SCHEDULING) and (next SCHEDULING)) imply (next next SWITCH))
Btw, I think this "(not X) and (next X)" seems very useful. So we could
define a helper for this, perhaps something like "rising_edge".
Nam