Skip to content

Commit

Permalink
> generate verilog
Browse files Browse the repository at this point in the history
ysyx_23060173 薛立伟
Linux tianyi-virtual-machine 6.5.0-15-generic OSCPU#15~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Jan 12 18:54:30 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
 10:46:31 up 45 min,  1 user,  load average: 1.33, 1.30, 1.26
  • Loading branch information
tracer-ysyx authored and wele0612 committed Jan 31, 2024
1 parent 2c6d4fd commit 6d4e344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion npc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ NVBOARD_INC = $(NVBOARD_HOME)/include

nvboard: verilog $(VSRCS) $(CSRCS)
verilator $(VERILATOR_CFLAGS) \
--top-module $(TOP_NAME) $^ \
--top-module $(TOP_NAME) $(VSRCS) $(CSRCS) \
$(addprefix -CFLAGS , $(CXXFLAGS)) $(addprefix -LDFLAGS , $(LDFLAGS)) \
--Mdir $(OBJ_DIR) --exe -o $(abspath $(BIN))

Expand Down

0 comments on commit 6d4e344

Please sign in to comment.