Remove redundancy in flags after merge

This commit is contained in:
Colin Schmidt
2020-05-27 10:50:53 -07:00
parent 309b8f8ea3
commit 7e0e4555f9
2 changed files with 0 additions and 4 deletions

View File

@@ -124,7 +124,6 @@ $(SIM_CONF): $(VLSI_RTL) $(HARNESS_FILE) $(HARNESS_SMEMS_FILE) $(sim_common_file
echo " execution_flags_prepend: ['$(PERMISSIVE_ON)']" >> $@
echo " execution_flags_append: ['$(PERMISSIVE_OFF)']" >> $@
echo " execution_flags:" >> $@
echo " - '+max-cycles=$(timeout_cycles)'" >> $@
for x in $(SIM_FLAGS); do \
echo ' - "'$$x'"' >> $@; \
done