diff --git a/npc/Makefile b/npc/Makefile index c97a404..8e1d233 100644 --- a/npc/Makefile +++ b/npc/Makefile @@ -10,6 +10,10 @@ sim: all $(call git_commit, "sim RTL") # DO NOT REMOVE THIS LINE!!! @echo "Running" $(OBJDIR)/Vexample "..." @echo "================================" + @$(OBJDIR)/Vexample +trace off + +trace: all + $(call git_commit, "trace RTL") # DO NOT REMOVE THIS LINE!!! @$(OBJDIR)/Vexample