Skip to content

Commit

Permalink
Remove verilog compile
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardt committed Mar 22, 2024
1 parent 687865d commit 8c4886f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_syntax/test_fsm.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ class Foo(m.Circuit):
io.O @= i
state.next @= states[(i + 1) % 3]

m.compile("build/test_fsm_loop_unroll", Foo, output="mlir-verilog")
m.compile("build/test_fsm_loop_unroll", Foo, output="mlir")
assert check_gold(__file__, "test_fsm_loop_unroll.mlir")

0 comments on commit 8c4886f

Please sign in to comment.