Hoist permissive settings out of inner makefiles

This commit is contained in:
Colin Schmidt
2020-05-24 10:31:24 -07:00
parent 29664cdf6a
commit a7119fb5ed
3 changed files with 2 additions and 6 deletions

View File

@@ -25,9 +25,6 @@ sim_prefix = simv
sim = $(sim_dir)/$(sim_prefix)-$(MODEL_PACKAGE)-$(CONFIG)
sim_debug = $(sim_dir)/$(sim_prefix)-$(MODEL_PACKAGE)-$(CONFIG)-debug
PERMISSIVE_ON=+permissive
PERMISSIVE_OFF=+permissive-off
WAVEFORM_FLAG=+vcdplusfile=$(sim_out_name).vpd
.PHONY: default debug