Change spaces to underscores in sim_out_name

This fixes #209
This commit is contained in:
Colin Schmidt 2019-08-26 12:36:50 -07:00
parent 520de19f86
commit 950aee0749
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ output_dir=$(sim_dir)/output/$(long_name)
BINARY ?=
SIM_FLAGS ?=
VERBOSE_FLAGS ?= +verbose
sim_out_name = $(notdir $(basename $(BINARY))).$(long_name)
sim_out_name = $(subst $() $(),_,$(notdir $(basename $(BINARY))).$(long_name))
#########################################################################################
# build output directory for compilation