Forum Discussion
Altera_Forum
Honored Contributor
16 years agoaltsyncram simulating issue (single port RAM core)
Hi, I'm using Altera's core: single port RAM , which includes the component "altsyncram". when loading modelsim i get the following warning: Warning: (vsim-3473) Component instance "alts...
Altera_Forum
Honored Contributor
16 years agoHi,
I think, the cause could be that you don't compile the altsyncram component. so adding "vcom -check_synthesis [your_dir]/altsyncram.vhd' should do it. Cheers