Forum Discussion
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- Thanks! Would it be possible that you have the file in vhdl? --- Quote End --- Use the MegaWizard generator to setup the RAM parameters. Select VHDL as the target. Call the instance RAMB16_S36_S36.vhd if it makes you feel better. The tool will generate a wrapper around the general purpose altsyncram component. Personally, I just copy the altsyncram component from within the instance file and delete the instance file. Its an easy way to get all the generics correct for your target device without having to read the docs. Cheers, Dave