Altera_Forum
Honored Contributor
18 years agoDDR SDRAM controller Compilations error in Cyclone III
Hi
I am trying to build a project with a Nios II/f processor and a DDR SDRAM interface on a Cyclone III FPGA. I have used the preset for the Micron MT46V14M16TG. The controller can only run at 100 MHz or faster due to a bug in the mega wizard, but my Nios II processor cannot run that fast. (I would have expected it to in a Cyclone III!!!). Therefor I have modified the DQ width so my DDR controller runs twice as fast as my local bus and I keep a local data width of 32 bits. I use TimeQuest and the SDC file generated by the DDR mega wizard I keep getting an compilations error when i run the fitter in Quartus II with a design with a DDR SDRAM controller and I cannot figure out how to fix it :( This is the error I get: Critical Warning: Could not find pin of type addrcmd_2t from pattern *ddr_phy_alt_mem_phy_ciii_inst|adc|odt[*].odt_struct|half_rate.addr_pin|auto_generated|ddio_outa[0]|dataout Warning: Ignored assignment create_clock Warning: "5,882" is not a valid time value Warning: Invalid assignment for clock: ddr_phy_ddr_capture The option -period has the following error: Invalid clock period. Clock was not created or updated. Warning: Ignored assignment set_false_path Warning: Argument -from with value [get_clocks {ddr_phy_ddr_capture}] contains zero elements Error: Too Few items in collection (0) for list c while executing "error "Too Few items in collection ($i) for list $vlist"" (procedure "sett_collection" line 14) invoked from within "sett_collection c [get_pins -compatibility_mode $measure_pattern]" (file "C:/altera/designs/ddr_sdram/ddr_phy_ddr_timing.sdc" line 389) Critical Warning: Read_sdc failed due to errors in the SDC file Error: Can't fit design in device Error: Quartus II Fitter was unsuccessful. 2 errors, 17 warnings Info: Allocated 204 megabytes of memory during processing Error: Processing ended: Thu Sep 06 22:46:32 2007 Error: Elapsed time: 00:00:10 Error: Quartus II Full Compilation was unsuccessful. 2 errors, 17 warnings It seems like if the compiler cannot read the SDC file Have anybody seen this before or have a suggestion of what the problem is? Best Regards Tom