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 30c1bd4 commit a3203b0Copy full SHA for a3203b0
t/t_dump_json_astsee.py
@@ -14,7 +14,7 @@
14
15
out = test.run_capture("astsee_verilator -h 2>&1", check=False)
16
if 'usage:' not in out:
17
- test.skip("No astsee installed\n")
+ test.skip("No astsee installed")
18
19
test.lint(v_flags=["--lint-only --dump-tree-json"])
20
t/t_gdb_jtree.py
test.setenv(
"VERILATOR_GDB", "gdb --return-child-result" +
0 commit comments