Forum Discussion
Altera_Forum
Honored Contributor
17 years agoHello,
I don't know the details of your design, but it could be possible depending on the choise of device family and how it was mapped. The stratix ii and iii have 6-inputs lookup table, so the design can be mapped like, out1 = in1 & in2 out2 = in1 & in2 & in3 out3 = in1 & in2 & in3 & in4 out4 = in1 & in2 & in3 & in4 & in5 out5 = in1 & in2 & in3 & in4 & in5 & in6 What is the your design like in the techmap viewer?