Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
16597 Discussions

quartus "create_revision"tcl指令执行错误

xiaoxu
Beginner
679 Views

Error(16546): Cannot load final database - ensure all earlier stages of the compiler have completed.

使用”create_revision rev_1 -based_on base_revision“tcl指令时,总会报上面的错误,但是使用窗口选择输入就不会。

0 Kudos
3 Replies
RichardTanSY_Intel
656 Views

Translated:

 

quartus "create_revision" tcl instruction execution error
Error(16546): Cannot load final database-ensure all earlier stages of the compiler have completed.

When using the "create_revision rev_1 -based_on base_revision" tcl command, the above error will always be reported, but the window selection input will not.

 

Try to recompile the design beforehand using the below tcl command. 

execute_flow -compile

Then try to run the create_revision tcl command to check if the error solved. 

p/s: If this was helpful, please feel free to give Kudos.

 

 

0 Kudos
xiaoxu
Beginner
626 Views

该问题已经解决,不是没有编译的原因。而是tcl指令不全导致的,完整的tcl指令如下:

”create_revision persona5 -based_on pr_tcl_test -new_rev_type impl -root_partition_qdb_file root_partition.qdb -set_current“,即增加了-new_rev_type impl

0 Kudos
RichardTanSY_Intel
615 Views

Great to hear that you are making progress!  I’m believe that your question has been addressed, I now transition this thread to community support. If you have a new question, feel free to open a new thread to get the support from Intel experts. Otherwise, the community users will continue to help you on this thread. Thank you.

Best Regards,
Richard Tan

p/s: If any answer from you, the community or Intel support are helpful, please feel free to give Kudos. 

0 Kudos
Reply