Forum Discussion

ymiler's avatar
ymiler
Icon for Contributor rankContributor
4 years ago

Error(332000)

Hi

I get error messge in the plan process (attached)

Can you advice how can I fix it ?

Yishay

Error(332000): ERROR: Quartus Prime Tcl command "get_atom_node_info" belongs to the "::quartus::atoms" package which is currently not loaded. Please type "load_package atoms" to load the package before using this command.

while executing
"get_atom_node_info -key TYPE -node $cell_id"
(procedure "altera_iosubsystem_node_is_type" line 12)
invoked from within
"altera_iosubsystem_node_is_type $node $atom_type"
(procedure "altera_iosubsystem_search_back_from_node_to_atom" line 3)
invoked from within
"altera_iosubsystem_search_back_from_node_to_atom $node $atom_type $search_iter"
(procedure "altera_iosubsystem_get_atom_by_lvds_input" line 9)
invoked from within
"altera_iosubsystem_get_atom_by_lvds_input $lvds_core_instance_name $is_tx_outclock $atom_type $search_iter "fclk""
(procedure "altera_iosubsystem_get_iopll_atom" line 5)
invoked from within
"altera_iosubsystem_get_iopll_atom $lvds_core_instance_name $lvds_search_mode "
("foreach" body line 12)
invoked from within
"foreach lvds_instance_name $lvds_instance_name_list {

11 Replies

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

    Can you describe what you were doing to get this error? Is it repeatable?

    • ymiler's avatar
      ymiler
      Icon for Contributor rankContributor

      Yes ,

      Its repeatable - I am stuck , I can't generate FPGA version

      My change was defintion on the LVDS SERDES IP GUI - get clock from external PLL instead of internal PLL

      Yishay

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

        So you're trying to (re)generate the IP in the IP Parameter Editor? Need to be more specific of exactly what you are doing and when the error occurs.

        Can you show a screenshot? Are there any errors in the messages at the bottom of the IP Parameter Editor before you generate the IP, possibly indicating that you have incompatible parameters selected?

        Can you try creating a brand new instance of the IP to see if the error still occurs?

        And what is your Quartus version and target device?

        Lots of basic info needed here to figure out what's going on.

  • AminT_Intel's avatar
    AminT_Intel
    Icon for Regular Contributor rankRegular Contributor

    Hello,

    Which version of Quartus are you using? Have you tried to load the package as suggested in that error?

    Thanks.