Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
14 years ago

implementing primitives

I am new to vhdl; I tried to instantiate a dff I put the following at the top: library altera; Use altera.altera_primitives_components.all; and then in the architecture I put the fol...