From 3deed069e87a74c376b8d22e46c57c7f95ffa5ee Mon Sep 17 00:00:00 2001 From: tracer-ysyx Date: Mon, 1 Jan 2024 14:23:04 +0800 Subject: [PATCH] =?UTF-8?q?>=20sim=20RTL=20ysyx=5F22040000=20=E6=9D=8E?= =?UTF-8?q?=E5=BF=83=E6=9D=A8=20Linux=20calcite=206.1.69=20#1-NixOS=20SMP?= =?UTF-8?q?=20PREEMPT=5FDYNAMIC=20Wed=20Dec=2020=2016:00:29=20UTC=202023?= =?UTF-8?q?=20x86=5F64=20GNU/Linux=20=2014:23:04=20=20up=20=2023:02,=20=20?= =?UTF-8?q?2=20users,=20=20load=20average:=201.68,=201.08,=200.90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- npc/Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/npc/Makefile b/npc/Makefile index f73f548..bc57bcc 100644 --- a/npc/Makefile +++ b/npc/Makefile @@ -21,10 +21,12 @@ sim: $(VSRC) $(CPPSRCS) $(OBJDIR)/Vexample git_trace $(OBJDIR)/Vexample: $(SUBMAKE) $(MAKE) -C $(OBJDIR) -f $(notdir $(SUBMAKE)) Vexample -$(SUBMAKE): $(VSRC) $(CPPSRCS) - mkdir -p $(OBJDIR) +$(SUBMAKE): $(VSRC) $(CPPSRCS) $(OBJDIR) verilator $(VERILATOR_FLAGS) $(addprefix -CFLAGS , $(CXXFLAGS)) $(addprefix -LDFLAGS , $(LDFLAGS)) --Mdir $(abspath $(OBJDIR)) $(VSRC) $(CPPSRCS) +$(OBJDIR): + mkdir -p $(OBJDIR) + ifneq (,$(wildcard ../Makefile)) include ../Makefile else @@ -51,8 +53,8 @@ nvboard: CXXFLAGS += -I$(NVBOARD_HOME)/include $(shell sdl2-config --cflags) -g nvboard: $(VSRC) $(CPPSRCS) $(SUBMAKE) $(SRC_AUTO_BIND) $(OBJDIR)/Vexample @NVBOARD_HOME=$(NVBOARD_HOME) $(OBJDIR)/Vexample -compile_commands.json: clean - bear -- $(MAKE) -i all +compile_commands.json: clean nvboard + bear -- $(MAKE) -i all > bear -- $(MAKE) -i nvboard clean: