Forum Discussion
Mads_From_Denmark
Occasional Contributor
3 hours agoHow to run system-console script on Windows
Hello Altera Community
How do I change this Linux script so I can run it on windows? Is it possible to do this with the GUI?
system-console --script=system_console_script.tcl \
--spatial \
--input_shape 1,1280 \
--output_shape 1,12 \
--input test_inputs_bfp16.bin
I have the exe here: C:\altera_pro\26.1\syscon\bin\system-console.exe
& "C:\altera_pro\26.1\syscon\bin\system-console.exe" --script=system_console_script.tcl --spatial --input_shape 1,1280 --output_shape 1,12 --input "C:\Users\mads\Desktop\dlacompiler\test_inputs_bfp16.bin"
1 Reply
- Mads_From_Denmark
Occasional Contributor
& "C:\altera_pro\26.1\syscon\bin\system-console.exe" --script=system_console_script.tcl --spatial --input_shape 1,1280 --output_shape 1,12 --input "C:\Users\mads\Desktop\dlacompiler\test_inputs_bfp16.bin"