Skip to content

Commit

Permalink
Fix sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardt committed Nov 28, 2023
1 parent c5e7649 commit e88d916
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_property.py
Original file line number Diff line number Diff line change
Expand Up @@ -953,10 +953,10 @@ class Main(m.Circuit):
tester.clear()
tester.circuit.CLK = 0
tester.circuit.S = 1
tester.circuit.I = 0
tester.advance_cycle()
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",
Expand Down

0 comments on commit e88d916

Please sign in to comment.