Skip to content

Commit

Permalink
Use mlir verilog output
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardt committed Dec 7, 2023
1 parent e44b671 commit ff7d889
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_tester/test_synchronous.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ def test_synchronous_basic(target, simulator):

if target == "verilator":
with tempfile.TemporaryDirectory(dir=".") as tempdir:
tester.compile_and_run("verilator", directory=tempdir)
tester.compile_and_run("verilator", directory=tempdir,
magma_output="mlir-verilog")
else:
tester.compile_and_run(target, simulator=simulator,
magma_opts={"sv": True})
Expand Down

0 comments on commit ff7d889

Please sign in to comment.