Husam_Iq
New Contributor
4 years agoLUT Mask
Hello guys, How can instantiate and initialize the look-up table in the Altera boards family?
the following code is working in Xilinx however it does not work when I run it on Quartus! I don't kno...
You've instantiated LUT6_2 but you have no required component declaration for it, like this:
architecture rtl of luts_vhd is component LUT6_2 generic (INIT: std_logic_vector(15 downto 0); port( A,B,C,D: in std_logic; O: out std_logic); end component;