R
--Ross
Guest
Looking to skip first two system clocks before checking that my
next_state bus has only one bit set low
x1 : assert property ( @(posedge clk) clk[=2] |-> $onehot( !
next_state ) );
above didn't do it
--Ross
next_state bus has only one bit set low
x1 : assert property ( @(posedge clk) clk[=2] |-> $onehot( !
next_state ) );
above didn't do it
--Ross