Altera_Forum
Honored Contributor
13 years agoDDR3 critical error
I am use Arria II do do some experimental work using on board DDR3 memory.
I have used DDR3 ALTPHY, I have not export "external_connection" as it seems all the conduit singal is status output, I guess there should be no problem is leave it.(correct me if I am wrong) I have connect the signal to FPGA pin, and build, the system seems working(I am able to run NIOS software without any problem), however there are few critical warnings I am a bit concerning. the first one is: Critical Warning (10169): Verilog HDL warning at alt_mem_ddrx_controller.v(495): the port and data declarations for array port "afi_rrank" do not specify the same range for each dimension Critical Warning (10169): Verilog HDL warning at alt_mem_ddrx_controller.v(496): the port and data declarations for array port "afi_wrank" do not specify the same range for each dimension The second one is: Critical Warning: ALTMEMPHY IP was generated using a speedgrade of 4, but is being compiled for a speedgrade of 5. Timing analysis may not be valid due to violated timing model assumptions. Critical Warning: DDR Timing requirements not met any ideas how could I get rid of these warnings? Thanks for your help in advacne