> 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:
parent
d6227bf009
commit
4de7238c45
1 changed files with 5 additions and 0 deletions
|
@ -17,3 +17,8 @@ $(OBJDIR): $(VSRC) $(CPPSRC)
|
|||
$(VERILATOR) $(VSRC:%=--cc %) $(CPPSRC:%=--exe %) --Mdir $(OBJDIR)
|
||||
|
||||
include ../Makefile
|
||||
|
||||
.phony: clean
|
||||
|
||||
clean:
|
||||
$(RM) -r $(OBJDIR)
|
Loading…
Reference in a new issue