--- Quote Start ---
Hi Davka
My TCL script is pretty simple. Obviously there is a QPF and QSF etc behind it, which is then what I load into Quartus.
In re-compiling in Quartus I see that there is a few more files created in the \db\ folder. A DDB, a RDB, a CDB.... I'm defintely using the same version, there are no errors in the reports of both operations... Maybe I'm missing something in my TCL??
TCL:
project_open example_case1
load_package flow
execute_module -tool map
set seed "1"
# PAR
execute_module -tool fit -args "--seed=$seed"
# assembler - gen prog file
execute_module -tool asm
# timing
execute_module -tool tan -args "--post_map --zero_ic_delay"
project_close
--- Quote End ---
Hi,
I have your tcl-script with a small design tested. All works fine !
How did you start the tcl-script ? Maybe you can post your project here.
Kind regards
GPK