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 c4ee4cf commit 8e3798bCopy full SHA for 8e3798b
src/COCOTB.py
@@ -136,6 +136,7 @@ async def my_first_test(dut):
136
if args.ghdl:
137
sim_make_args += "SIM ?= ghdl\n"
138
sim_make_args += "EXTRA_ARGS += --std=08\n"
139
+ sim_make_args += f"SIM_ARGS += --vcd={SYN.TOP_LEVEL_MODULE}.vcd\n"
140
sim_tool_path = GET_TOOL_PATH("ghdl")
141
if sim_tool_path is None:
142
raise Exception("GHDL does not appear installed. ghdl not in path!")
0 commit comments