From e5c49478adf44ce29580c494ca91a1a407c66830 Mon Sep 17 00:00:00 2001 From: tracer-ysyx Date: Mon, 1 Jan 2024 14:13:54 +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:13:54=20=20up=20=2022:52,=20=20?= =?UTF-8?q?2=20users,=20=20load=20average:=200.91,=200.72,=200.76?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- npc/Makefile | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/npc/Makefile b/npc/Makefile index 1ee5b38..704e29b 100644 --- a/npc/Makefile +++ b/npc/Makefile @@ -25,9 +25,6 @@ $(SUBMAKE): $(VSRC) $(CPPSRCS) mkdir -p $(OBJDIR) verilator $(VERILATOR_FLAGS) $(addprefix -CFLAGS , $(CXXFLAGS)) $(addprefix -LDFLAGS , $(LDFLAGS)) --Mdir $(abspath $(OBJDIR)) $(VSRC) $(CPPSRCS) -$(SRC_AUTO_BIND): $(NXDC_FILES) - NVBOARD_HOME=$(NVBOARD_HOME) python3 $(NVBOARD_HOME)/scripts/auto_pin_bind.py $< $@ - ifneq (,$(wildcard ../Makefile)) include ../Makefile else @@ -40,12 +37,13 @@ git_trace: .PHONY: clean nvboard +SRC_AUTO_BIND := $(abspath $(PREFIX)/auto_bind.cpp) +NXDC_FILES := $(abspath constr/top.nxdc) +$(SRC_AUTO_BIND): $(NXDC_FILES) + NVBOARD_HOME=$(NVBOARD_HOME) python3 $(NVBOARD_HOME)/scripts/auto_pin_bind.py $< $@ + nvboard: OBJDIR := $(PREFIX)/nvobj nvboard: SUBMAKE := $(OBJDIR)/Vexample.mk - -nvboard: NXDC_FILES = $(abspath constr/top.nxdc) -nvboard: SRC_AUTO_BIND := $(abspath $(PREFIX)/auto_bind.cpp) - # TODO: fix this awkward way to find nvboard.a nvboard: CPPSRCS := $(addprefix $(PWD)/,$(wildcard csrc_nvboard/*.cpp)) $(SRC_AUTO_BIND) $(NVBOARD_HOME)/build/nvboard.a nvboard: CXXFLAGS += -I$(NVBOARD_HOME)/include $(shell sdl2-config --cflags) -g