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 --- I am connecting the signal in the low level block to input and output pins. In the top-level architecture I am connecting the inputs and the outputs of the symbol to input and output pins. I am using ModelSim for the lower level module simulation and these lower level pins read as input and output. Any ideas? --- Quote End --- Do you have a testbench wrapped around these components that actually drives the signals though? For example, take a look at modelsim_example.zip in this thread: http://www.alteraforum.com/forum/showthread.php?t=32386 Cheers, Dave