Loading tests/conftest.py +5 −5 Original line number Diff line number Diff line Loading @@ -781,11 +781,11 @@ class DecoderFrontend: tracefile_path = input_bitstream_path.with_suffix(".netsimtrace") # TODO: need to check if the "1" works with every profile netsim_command = [ netsim_path, netsim_profile, input_bitstream_path, netsim_bitstream_path, tracefile_path, str(netsim_path), str(netsim_profile), str(input_bitstream_path), str(netsim_bitstream_path), str(tracefile_path), "1", ] print(netsim_command) Loading Loading
tests/conftest.py +5 −5 Original line number Diff line number Diff line Loading @@ -781,11 +781,11 @@ class DecoderFrontend: tracefile_path = input_bitstream_path.with_suffix(".netsimtrace") # TODO: need to check if the "1" works with every profile netsim_command = [ netsim_path, netsim_profile, input_bitstream_path, netsim_bitstream_path, tracefile_path, str(netsim_path), str(netsim_profile), str(input_bitstream_path), str(netsim_bitstream_path), str(tracefile_path), "1", ] print(netsim_command) Loading