Forum Discussion
Altera_Forum
Honored Contributor
15 years agoAltera has lots of great documentation ... its just that you have to read *all* of it before you find what you are looking for :)
For Megafunction FIFOs go read the SCFIFO and DCFIFO user guide; http://www.altera.com/literature/ug/ug_fifo.pdf The trick with getting these configured is to use the MegaWizard to generate an instance, and then copy the scfifo or dcfifo component out of the generated .vhd or .v file. That instance will have the generics setup for you using whatever fixed parameters you provided to the MegaWizard, however, once you've copied the format of the component, you can change the fixed parameters back to your generic values. For 'inferred' FIFOs, I doubt there are any, however, for FIFOs coded using grey codes etc, go read the 'Stratix Cookbook' (its not really specific to Stratix devices); http://www.altera.com/literature/manual/stx_cookbook.pdf Cheers, Dave