As the title states, I would like there to be an option to just log the wave file. When I run N-number of tests, I would like to save the waves as I might want to open the one(s) that fail/have issues. Right now, I have a solution which involves setting a pre_config which manually sets the "--wave=" flag for NVC (--wave/--vcd/--fst for GHDL) using the output_path, but it would be nice for there to be an option: --log_wave/-logw when using NVC/GHDL which would place the wave.* file in the NVC/GHDL folder in each test case.
As the title states, I would like there to be an option to just log the wave file. When I run N-number of tests, I would like to save the waves as I might want to open the one(s) that fail/have issues. Right now, I have a solution which involves setting a pre_config which manually sets the
"--wave="flag for NVC (--wave/--vcd/--fstfor GHDL) using the output_path, but it would be nice for there to be an option:--log_wave/-logwwhen using NVC/GHDL which would place the wave.* file in the NVC/GHDL folder in each test case.