Altera_Forum
Honored Contributor
13 years agoThe library usage in Quartus
In menu of setting, there is a category "Libraries". I have never use any other libraries so this category is always empty.
I just wonder what is the library used for? When I programmed VHDL, we always need to put LIBRARY IEEE ; USE IEEE.STD_LOGIC_1164.ALL; But in Verilog, we don't need it. Is the library can be put into category "Libraries" similar as the library IEEE? And how to use library in Verilog? Thanks.