diff --git a/tests/test_property.py b/tests/test_property.py index ee7dd30f..11352ff0 100644 --- a/tests/test_property.py +++ b/tests/test_property.py @@ -951,6 +951,7 @@ class Main(m.Circuit): tester.circuit.I = 1 tester.advance_cycle() tester.circuit.I = 0 + tester.advance_cycle() tester.compile_and_run("system-verilog", simulator="ncsim", magma_output="mlir-verilog",