Altera_Forum
Honored Contributor
16 years agoDDR SDRAM High Performance Controller - are lots of warnings normal?
I have compiled the example design which is included within the DDR SDRAM High Performance Controller under Quartus II v9.0 for Cyclone III and I get lots of warnings (none critical). I am configuring the IP for a x16 device e.g. the Micron MT46V16M16TG-5B and accepting default settings - e.g. Avalon and AFI interfaces.
Some of these warning suggest there may be problems with the design. For example the first warning I get is: Warning (10230): Verilog HDL assignment warning at ddr_auk_ddr_hp_controller_wrapper.v(166): truncated value with size 2 to match size of target (1) This appears because the localparam gDWIDTH_RATIO is set to 4 when it would need to be 2 to get the sizes to match. There are lots more warnings like this. There are also warnings like: Warning (10027): Verilog HDL or VHDL warning at the ddr_phy_alt_mem_phy_seq.vhd(8781): index expression is not wide enough to address all of the elements in the array and Warning (12110): Net "ddr_example_top:ddr_example_top_inst|ddr:ddr_inst|ddr_controller_phy:ddr_controller_phy_inst|ddr_phy:ddr_phy_inst|ddr_phy_alt_mem_phy:ddr_phy_alt_mem_phy_inst|resync_clk_1x[0]" is missing source, defaulting to GND Are all these warnings to be expected? If so is this documented by Altera anywhere? Any advice would be much appreciated. :rolleyes: