> sim RTL

ysyx_22040000 李心杨
Linux calcite 6.1.69 #1-NixOS SMP PREEMPT_DYNAMIC Wed Dec 20 16:00:29 UTC 2023 x86_64 GNU/Linux
 14:20:04  up  22:59,  2 users,  load average: 1.07, 0.89, 0.82
This commit is contained in:
tracer-ysyx 2024-01-01 14:20:04 +08:00 committed by xinyangli
parent e5c49478ad
commit 47d9d90d46

View file

@ -35,7 +35,7 @@ endif
git_trace:
$(call git_commit, "sim RTL")
.PHONY: clean nvboard
.PHONY: clean nvboard compile_commands.json
SRC_AUTO_BIND := $(abspath $(PREFIX)/auto_bind.cpp)
NXDC_FILES := $(abspath constr/top.nxdc)
@ -51,5 +51,9 @@ 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:
bear -- $(MAKE) --dryall
bear -- $()
clean:
$(RM) -r $(PREFIX)