Altera_Forum
Honored Contributor
17 years agoVHDL and Megafunctions
Need help using Megafunctions with my VHDL code. I have used the Megafunction Wizard and it is now in my files list but how to I bring the signals into my top level design. can someone tell me the step-by-step procedure to get this working. Below would be the basic structure for
my code. library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use ieee.std_logic_unsigned.all; entity PCIad is port( ); end PCIad; architecture archPCIad of PCIad is begin end archPCIad;