quartus::sta not working inside quartus_fit
Hello
I tried using quartus::sta commands in quartus_fit, but it doesn't even let me create a timing model. I'm not sure why it is even possible to load this package inside quartus_fit if one can't use it. I'm failry new to Quartus, though. Have I missed something?
These are the commands I tried.
tcl> package require ::quartus::sdc
1.5
tcl> get_ports "clk"
ERROR: Timing netlist does not exist. Use "create_timing_netlist" to create a timing netlist.
tcl> create_timing_netlist
ERROR: The TCL command "create_timing_netlist" is not supported in quartus_fit. It is only supported in quartus_sta. Please use quartus_sta instead of quartus_fit if you want to use this TCL command.
Thanks!
Hi,
As stated in the error message, the command you are trying to execute is only supported in the quartus_sta but not quartus_fit. You have to use the supported Quartus executable to execute the commands in certain packages.
Thanks
Best regards,
KhaiY