Diego2
New Contributor
5 years agoload_rtl_netlist can't read compiler database
Hello
I'm new to Quartus and I'm trying to read back an elaborated design from quartus_syn, however when I run the 'load_rtl_netlist' I get the following error:
ERROR: Can't read compiler database. Run the Analysis and Synthesis (quartus_map) successfully before using this command.
My flow is the following
- Create project using the 'project_new ...' command
- Set the top module and load the RTL files
- Run analysis and elaboration using 'execute_flow -analysis_and_elaboration'
- Call 'load_rtl_netlist'
I can execute steps 1-3 without issues, but I get errors when loading the netlist. Is there any step that I'm missing?
I'm running Quartus Prime Pro 19.4.0.64
Thanks!
Hi,
You may check the available command for each Quartus executables here: https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/manual/tclscriptrefmnl.pdf
Thanks
Best regards,
KhaiY