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

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