Hi All,
I followed the standard procedure for creating an SVUnit project detailed
here:
create_unit_test.pl serial.sv
In order to provide a minimum verifiable example, the module has only one input wire and one output wire - nothing that should affect SVUnit. I then connect up the two ports on my very basic SV device in the generated testbench file. However, when I attempt to run the testbench with
runSVUnit -s ius serial.sv
I get the following error:
irun: *E,FILEMIS: Cannot find the provided file another_filelist_module.sv
My Incisive simulator install is functioning and I can use it to simulate a host of non-SVUnit projects.
Any ideas about what might be causing this error?
Thanks for any suggestions in advance!