We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03213b4 commit 1a364b6Copy full SHA for 1a364b6
target/sim/verilator/verilator.mk
@@ -23,7 +23,7 @@ hw-clean:
23
rm -rf $(VerilatorAbsObjDir) $(VerilatorCompileScript) $(VerilatorWaves) $(VerilatorDir)/transcript
24
25
hw-script:
26
- $(Bender) update
+ $(Bender) checkout
27
$(Bender) script $(target) \
28
$(common_targs) $(common_defs) \
29
$(sim_targs) \
target/sim/vsim/vsim.mk
@@ -35,7 +35,7 @@ hw-clean:
35
rm -rf $(VsimCompileScript) $(VsimDir)/transcript $(VsimDir)/modelsim.ini $(VsimDir)/*.wlf $(VsimDir)/work
36
37
38
39
40
--vlog-arg="$(CompileFlags)" \
41
--vcom-arg="-pedanticerrors" \
0 commit comments