Skip to content

Commit

Permalink
Some versions don't like 0 as argument
Browse files Browse the repository at this point in the history
  • Loading branch information
fsaev committed Jun 24, 2024
1 parent ddccc2d commit 7d1df94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ TARGET_VERILATOR_FOLDER=./verilator_testbench
# This requires a newer version of Verilator than I have with my distro
# Hence we have the `ifdef inside gpu.v
top: $(TARGET_VERILATOR_FOLDER)/top.cpp $(TARGET_VERILOG_FOLDER)/top.sv
$(VERILATOR) -cc --exe -trace --build -j 0 -Wall -I"$(TARGET_VERILOG_FOLDER)" --top-module top $(TARGET_VERILATOR_FOLDER)/top.cpp $(TARGET_VERILOG_FOLDER)/top.sv
$(VERILATOR) -cc --exe -trace --build -j 12 -Wall -I"$(TARGET_VERILOG_FOLDER)" --top-module top $(TARGET_VERILATOR_FOLDER)/top.cpp $(TARGET_VERILOG_FOLDER)/top.sv

toptrace.vcd: top obj_dir/Vtop
obj_dir/Vtop
Expand Down

0 comments on commit 7d1df94

Please sign in to comment.