Escape the ampersand char at Place and Route command for Windows

parent 2ba49271
......@@ -115,7 +115,7 @@ $(TCL_CLOSE)'''
'translate': _ISE_RUN.format("Translate"),
'map': _ISE_RUN.format("Map"),
'par': _ISE_RUN.format("Place "
+ ("&&" if path_mod.check_windows() else "'&'")
+ ("^&" 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