Fix ISE stage names

parent 15208d1f
......@@ -111,12 +111,12 @@ $(TCL_CLOSE)'''
'project set top $(TOP_MODULE)\n'
'$(TCL_SAVE)\n'
'$(TCL_CLOSE)',
'synthesize': _ISE_RUN.format('Synthesize - XST'),
'translate': _ISE_RUN.format('Translate'),
'map': _ISE_RUN.format('Map'),
'par': _ISE_RUN.format('Place & Route'),
'bitstream': _ISE_RUN.format('Generate Programming File'),
'install_source': '*.bit *.bin'}
'synthesize': _ISE_RUN.format("Synthesize - XST"),
'translate': _ISE_RUN.format("Translate"),
'map': _ISE_RUN.format("Map"),
'par': _ISE_RUN.format("Place '&' Route"),
'bitstream': _ISE_RUN.format("Generate Programming File"),
'install_source': "*.bit *.bin"}
def __init__(self):
super(ToolISE, self).__init__()
......
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