When creating or updating a Quartus project, purge all the previuosly included source files

parent 787ac7b0
......@@ -84,6 +84,7 @@ class ToolQuartus(ToolSyn):
'open': 'project_open $(PROJECT)',
'project': 'load_package flow\n'
'$(TCL_CREATE)\n'
'remove_all_global_assignments -name *_FILE\n'
'source files.tcl',
'bitstream': 'load_package flow\n'
'$(TCL_OPEN)\n'
......
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