Forum Discussion
Altera_Forum
Honored Contributor
13 years agoYou mentioned that "Generally you only use the altera_mf library, as that is where most of the IP lives." So if my design want to use some common IPs, I need to map the altera_mf library at the beginning of my VHDL code as:
library altera_mf Right? All the libraries I need to use I need map at the beginning of the VHDL codes, right? Thanks.