cvw/testbench
Rose Thompson 038aae388b Yay. Finally found the issue with the integrated testbench.sv and imperasDV.
The function which loads the elf file rvviRefInit must be called during an initial block
using a valid file name.  Because of how the testbench was organized the elffile was not defined
until several cycles later so the call to rvviRefInit did not have a valid elf.  Waiting several
cycles does not work.  rvviRefInit requires being called in an initial block so it is not possible
to run back to back imperasDV simulations in the same run.
2024-05-17 16:45:01 -05:00
..
common
coverage
sdc
testbench_fp.sv
testbench-imperas.sv
testbench.sv Yay. Finally found the issue with the integrated testbench.sv and imperasDV. 2024-05-17 16:45:01 -05:00
tests_fp.vh
tests.vh
wallywrapper.sv