Altera Primitives Library

Hello,

I like to be able to instantiate FPGA primitives directly in my VHDL in ord er to get fine control of a design and to get full access to the hardware f eatures of the chip.

Xilinx publishes libraries for each family of parts, for example "7 Series Libraries Guide for HDL Designs". These guides describe how to instantiate and parameterize every component available in the part. This is good for bl ock RAMs, PLLs, I/O SerDes, etc.

Does something like this exist for Altera devices?

Sometimes I use Xilinx Logicore or Altera Megafunction generators but often I need to get right to the elements of the chip.

Thanks for any advice.

Pete

Reply to
peter dudley
Loading thread data ...

Hi Peter,

As far as I know, Altera doesn't have a single document with all possible primitives.

Here are some low-level primitives:

formatting link

Memories:

formatting link

One option is to generate a primitive with MegaWizard, go to the generated code to find out primitive's name, and then google for its documentation.

Thanks, Evgeni

Reply to
OutputLogic

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.