VUnit / vunit

VUnit is a unit testing framework for VHDL/SystemVerilog
http://vunit.github.io/
Other
733 stars 263 forks source link

Cannot find 'enabled_test_cases' #613

Open dsp20 opened 4 years ago

dsp20 commented 4 years ago

While creating an environment in vunit with System Verilog testbench, my simulation fails with error showing "Internal error: Cannot find 'enabled_test_cases' key". I checked everything and looks fine for me. Can you guess where could be the problem? I have created vunit simulation environment with System Verilog testbench previously and never faced such problem there

image

LarsAsplund commented 4 years ago

Can you provide a minimal working example for this?

piotrva commented 9 months ago

I had the same issue. Updating my simulator (ActiveHDL in my case - was working on vesrion 11, updated to version 14) solved this issue. After the update I deleted vunit_out folder and restarted the PC.

We resolved this isse with students of AGH UST Kraków ;)