> sim RTL

ysyx_22040000 李心杨
Linux calcite 6.1.65 #1-NixOS SMP PREEMPT_DYNAMIC Sun Dec  3 06:32:13 UTC 2023 x86_64 GNU/Linux
 20:20:56  up  23:18,  2 users,  load average: 0.28, 0.30, 0.43
This commit is contained in:
tracer-ysyx 2023-12-23 20:20:56 +08:00 committed by xinyangli
parent 73a0bfe5a8
commit c1c37d64a4

View file

@ -15,7 +15,7 @@ sim: $(VSRC) $(CPPSRC) $(SUBMAKE)
@$(OBJDIR)/Vexample
$(OBJDIR)/Vexample: $(SUBMAKE)
make -C $(OBJDIR) -f $(notdir $(SUBMAKE)) Vexample
$(MAKE) -C $(OBJDIR) -f $(notdir $(SUBMAKE)) Vexample
$(SUBMAKE): $(VSRC) $(CPPSRC) $(OBJDIR)
verilator $(VERILATOR_FLAGS) --Mdir $(PWD)/$(OBJDIR) $(VSRC) $(CPPSRC)