Altera_Forum
Honored Contributor
15 years agoProblem wuth altsyncram
Hi,
I included in a top level schematic design an altsyncram function. I configured the altsyncram with MegaWizard as a true dual port ram (both rd and wr on each port), 8 bit wide and 4096 deep. When I compile in Quartus I get these error messages:Error: WYSIWYG primitive "ram_block1a0" must use clk0 port
Error: WYSIWYG primitive "ram_block1a1" must use clk0 port
Error: WYSIWYG primitive "ram_block1a2" must use clk0 port
Error: WYSIWYG primitive "ram_block1a3" must use clk0 port
Error: WYSIWYG primitive "ram_block1a4" must use clk0 port
Error: WYSIWYG primitive "ram_block1a5" must use clk0 port
Error: WYSIWYG primitive "ram_block1a6" must use clk0 port
Error: WYSIWYG primitive "ram_block1a7" must use clk0 port When I click on one of the error messages, Quartus open the attached auto generated file and points to one of the lines ram_block1a0 : cycloneiii_ram_block I see in the \db subdirectory a lot of other auto generated files altsyncram_*.tdf ; is this correct? Please help Regards Cris