Skip to content

Commit

Permalink
Tests: Fix t_dump_json_astsee.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wsnyder committed Dec 15, 2024
1 parent 2d99ab9 commit 8772f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t_dump_json_astsee.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
test.lint(v_flags=["--lint-only --dump-tree-json"])

test.run(cmd=[
"cd " + test.obj_dir + " && astsee_verilator *001*.json > astsee.log"
"cd " + test.obj_dir + " && astsee_verilator *002*.json > astsee.log"
],
logfile=test.obj_dir + "/astsee.log")

Expand Down

0 comments on commit 8772f70

Please sign in to comment.