Altera_Forum
Honored Contributor
14 years agoProblem running pin_assignments.tcl script with uniPHY DDR3 controller
Hi,
I'm experiencing some problems with SoPC builder and quartus 11.0. Why SoPC builder and not Qsys ? Because I use an IP that is'nt yet avaible with Qsys... I did a very simple project with SoPC buider : For a Stratix IV device : - Nios II processor - DDR3 controller with uniPHY Building the system with SoPC builder is OK. Analysis & Synthesis are OK. After that I did : Tools -> Tcl scripts, then I selected and launched <>_pin_assignments.tcl script. Here is the log (tcl console) :
ERROR: Argument <node_object> is an object filter that matches no objects. Specify one matches only one object.
while executing
"get_node_info -cell $node_id"
(procedure "is_node_type_pll_clk" line 2)
invoked from within
"is_node_type_pll_clk $pll_output_node_id"
(procedure "get_input_clk_id" line 2)
invoked from within
"get_input_clk_id $pll_ck_clock_id"
(procedure "ddr3top_p0_get_ddr_pins" line 237)
invoked from within
"ddr3top_p0_get_ddr_pins $instname allpins"
(procedure "ddr3top_p0_initialize_ddr_db" line 13)
invoked from within
"ddr3top_p0_initialize_ddr_db ddr_db"
(file "D:/dev_fpga/test_ddr3_11/sopc/ddr3top/altera_mem_if_ddr3_phy/ddr3top_p0_pin_assignments.tcl" line 191)
If someone has an idea... Similar projects worked well with the same procedure with Quartus 10.1... Thank you.