rename output | helper rules to run binaries

This commit is contained in:
abejgonzalez
2019-05-20 16:15:08 -07:00
parent 6177191eed
commit 65d6a900c3
4 changed files with 25 additions and 1 deletions

View File

@@ -67,6 +67,12 @@ $(SMEMS_FILE) $(SMEMS_FIR): $(SMEMS_CONF)
.PHONY: verilog
verilog: $(sim_vsrcs)
#########################################################################################
# helper rules to run simulator
#########################################################################################
run-binary: $(sim)
$(sim) $(PERMISSIVEON) $(SIM_FLAGS) $(PERMISSIVEOFF) $(BINARY)
#########################################################################################
# run assembly/benchmarks rules
#########################################################################################