Change the Place and Route command for ISE in Windows

parent bc559b35
......@@ -114,7 +114,9 @@ $(TCL_CLOSE)'''
'synthesize': _ISE_RUN.format("Synthesize - XST"),
'translate': _ISE_RUN.format("Translate"),
'map': _ISE_RUN.format("Map"),
'par': _ISE_RUN.format("Place '&' Route"),
'par': _ISE_RUN.format("Place "
+ ("&&" if path_mod.check_windows() else "'&'")
+ " Route"),
'bitstream': _ISE_RUN.format("Generate Programming File"),
'install_source': "*.bit *.bin"}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment