> 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
 17:33:39  up  20:31,  2 users,  load average: 1.43, 1.26, 1.00
This commit is contained in:
tracer-ysyx 2023-12-23 17:33:39 +08:00 committed by xinyangli
parent d6227bf009
commit 4de7238c45

View file

@ -17,3 +17,8 @@ $(OBJDIR): $(VSRC) $(CPPSRC)
$(VERILATOR) $(VSRC:%=--cc %) $(CPPSRC:%=--exe %) --Mdir $(OBJDIR)
include ../Makefile
.phony: clean
clean:
$(RM) -r $(OBJDIR)