Forum Discussion
Altera_Forum
Honored Contributor
13 years agoProblem using VHDL from a project lower in the heirarchy in an upper level
I created a very simple dual edge detector using D flip flops and a few logic gates. I created this using Megafunctions LPM_DFF, LPM_XOR, LPM_INV, and LPM_AND symbols. This project compiles and cre...
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- Do you mean the standard Quartus setup requires the import of Altera files in order to work? Can you give me some more detail about how this is accomplished? --- Quote End --- Its not Quartus, its a requirement of the VHDL language ...
-- Altera LPM components
library lpm;
use lpm.lpm_components.all;
Cheers, Dave