Commit fce8ba28 authored by Jan Kiene's avatar Jan Kiene
Browse files

change path objects to stringsin netsim command

parent 19a9602a
Loading
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -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)