Add HTIF args back to emulator.cc

This commit is contained in:
Zitao Fang
2020-09-25 20:36:07 -07:00
parent 23847a6dca
commit 5243ee2a35
2 changed files with 9 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ sim_prefix = simulator
sim = $(sim_dir)/$(sim_prefix)-$(MODEL_PACKAGE)-$(CONFIG)
sim_debug = $(sim_dir)/$(sim_prefix)-$(MODEL_PACKAGE)-$(CONFIG)-debug
WAVEFORM_FLAG=-v $(sim_out_name).vcd
WAVEFORM_FLAG=-v$(sim_out_name).vcd
# If verilator seed unspecified, verilator uses srand as random seed
ifdef RANDOM_SEED