Forum Discussion

xiaoxu's avatar
xiaoxu
Icon for New Contributor rankNew Contributor
4 years ago

quartus "create_revision"tcl指令执行错误

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

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

3 Replies

  • 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.

    • xiaoxu's avatar
      xiaoxu
      Icon for New Contributor rankNew Contributor

      该问题已经解决,不是没有编译的原因。而是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

      • RichardT_altera's avatar
        RichardT_altera
        Icon for Super Contributor rankSuper Contributor

        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.