We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44a3d05 commit 3a2a427Copy full SHA for 3a2a427
t/t_dump_json_astsee.py
@@ -13,7 +13,7 @@
13
test.top_filename = os.environ["VERILATOR_ROOT"] + "/test_regress/t/t_dump.v"
14
15
out = test.run_capture("astsee_verilator -h 2>&1", check=False)
16
-if 'not found' in out:
+if 'usage:' not in out:
17
test.skip("No astsee installed\n")
18
19
test.lint(v_flags=["--lint-only --dump-tree-json"])
t/t_gdb_jtree.py
test.top_filename = "t/t_dump.v"
test.setenv(
0 commit comments