Altera_Forum
Honored Contributor
14 years agoimplementing 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...