Forum Discussion
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
Super Contributor
Can you describe what you were doing to get this error? Is it repeatable?
- ymiler
Contributor
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
Super 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
Regular Contributor
Hello,
Which version of Quartus are you using? Have you tried to load the package as suggested in that error?
Thanks.
- ymiler
Contributor
Hi
I tried to load the package by the TCL console but nothing changed
My Quartus version is 20.3
- Timothy_W_Intel
New Contributor
The issue is the order of the .ip files. The pll.ip needs to be before the lvds_serdes.ip in the qsf file.