Forum Discussion
Altera_Forum
Honored Contributor
8 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; ...
Altera_Forum
Honored Contributor
8 years agoHi,
Thanks for the help. There was a (*KEEP*) attribute in my multiplexer code which was leading to generating 2 ALMs. As I removed the attribute, the compiler is using 1 ALM.