WIP: Add the ability to generate a hammer-sim config for gate-level sims

Still need to work on the asm-test/benchmark integration
This commit is contained in:
Colin Schmidt
2020-02-27 16:34:39 -08:00
parent 499f23997d
commit f3d1bb8219
3 changed files with 149 additions and 5 deletions

View File

@@ -25,10 +25,7 @@ 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
include $(base_dir)/vcs.mk
.PHONY: default debug
default: $(sim)