I think I have found a small bug. In my run.py I use the option vu.enable_location_preprocessing() which runs a preprocessor over the VHDL code and copys the files to vunit_out/preprocessed/....
When I now click on the "Show source" icon, the program always jumps to the preprocessed files in the folder vunit_out/preprocessed/.... If you make changes to these files, they will be overwritten on the next test execution...
I think I have found a small bug. In my
run.pyI use the optionvu.enable_location_preprocessing()which runs a preprocessor over the VHDL code and copys the files tovunit_out/preprocessed/....When I now click on the "Show source" icon, the program always jumps to the preprocessed files in the folder
vunit_out/preprocessed/.... If you make changes to these files, they will be overwritten on the next test execution...