rename output | helper rules to run binaries
This commit is contained in:
@@ -80,6 +80,12 @@ $(sim): $(model_mk)
|
||||
$(sim_debug): $(model_mk_debug)
|
||||
$(MAKE) VM_PARALLEL_BUILDS=1 -C $(build_dir)/$(long_name).debug -f V$(VLOG_MODEL).mk
|
||||
|
||||
#########################################################################################
|
||||
# helper rules to run simulator with debug
|
||||
#########################################################################################
|
||||
run-binary-debug: $(sim_debug)
|
||||
$(sim_debug) $(SIM_FLAGS) -v$(long_name).vcd $(BINARY)
|
||||
|
||||
#########################################################################################
|
||||
# create a verisim vpd rule
|
||||
#########################################################################################
|
||||
|
||||
Reference in New Issue
Block a user