FFpga
New Contributor
5 years agoHow to define the top-level library
I would like to know how to set the library of the top-level module in a Quartus project?
In my design, I have several modules (VHDL entities) called "top", in files named "top.vhd" at different locations and they are in different libraries. One of them is the project top-level. Because of this, Quartus is confused and does not choose the correct top-level entity.
Thanks