Altera_Forum
Honored Contributor
7 years agoHow to design ALM for Aria 10?
I have two simple 5-input and 3-input functions in Verilog.
Function 1: 3:1 Multiplexer input a,b,c; input [1:0] s1; output wire east; Function 2 : 2:1 Multiplexer input d,e; input s2; //sel line output wire south; Multiplexers are written with Case statements. When I try so synthesize it in Altera with Aria - 10 FPGA selected. This gets mapped to 2-ALMs. But I saw in datasheets that only 1-ALM is required to implement a 5-input and 3-input functions. How do I force the ALM to map this logic in one Cell.