From ed9691af4b1b1d2d95cecc5dcb86e221b58d6cce Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Fri, 6 Oct 2023 22:58:59 -0600 Subject: Makefile: add demo.bin target --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5970152..3e4af81 100644 --- a/Makefile +++ b/Makefile @@ -129,6 +129,9 @@ vmlaunch: $(SIM_DIR)/sim.py $(SIM_DIR)/gdbstub.py exe/$(TOP) demo: $(SIM_DIR)/sim.py $(SIM_DIR)/gdbstub.py exe/$(TOP) $(DEMO_OBJ_DIR)/demo.bin @START_HALTED=0 $< $(SIM_DIR)/gdbstub.py $(OBJ_DIR)/$(TOP)/Vtop $(DEMO_OBJ_DIR)/demo.bin +demo.bin: $(DEMO_OBJ_DIR)/demo.bin + @echo $< + ifndef DISABLE_COV cov: $(OBJ_DIR)/$(TOP)/cov.info @rm -rf $(COV_DIR) -- cgit v1.2.3