diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-10-06 22:58:59 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-10-06 22:58:59 -0600 |
| commit | ed9691af4b1b1d2d95cecc5dcb86e221b58d6cce (patch) | |
| tree | ca58c19a0d257f7ee8a13e01701eb0812db65995 | |
| parent | 1723aa3d5dd01d94929df377cd5c108168e69d25 (diff) | |
Makefile: add demo.bin target
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |
