> 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:28:58  up  23:07,  2 users,  load average: 1.33, 1.43, 1.13
This commit is contained in:
tracer-ysyx 2024-01-01 14:28:58 +08:00 committed by xinyangli
parent 4860b552d5
commit 6f8ea382a0

View file

@ -54,8 +54,8 @@ nvboard: $(VSRC) $(CPPSRCS) $(SUBMAKE) $(SRC_AUTO_BIND) $(OBJDIR)/Vexample
@NVBOARD_HOME=$(NVBOARD_HOME) $(OBJDIR)/Vexample
compile_commands.json: clean
bear --output all.json -- $(MAKE) -i all
bear --output nvboard.json -- $(MAKE) -i nvboard
bear --output all.json -- $(MAKE) -i all
jq -s ".[0] + .[1]" all.json nvboard.json > compile_commands.json
$(RM) all.json nvboard.json