diff --git a/testbench/testbench.sv b/testbench/testbench.sv index 63bbf7d00..1bd41627a 100644 --- a/testbench/testbench.sv +++ b/testbench/testbench.sv @@ -694,9 +694,11 @@ end string filename; initial begin + // imperasDV requires the elffile be defined at the begining of the simulation. int iter; #1; IDV_MAX_ERRORS = 3; + elffilename = ElfFile; // Initialize REF (do this before initializing the DUT) if (!rvviVersionCheck(RVVI_API_VERSION)) begin