Forum Discussion
Altera_Forum
Honored Contributor
15 years agoUsing multiple LPMs of same type but different characteristics
Hi all, I was trying to find a way to use the sam LPM Megafunction but with different settings. For example, the lpm_add_sub function, I would like to have both an adder and subtractor but can...
Altera_Forum
Honored Contributor
15 years agoeven simpler, use behavioural VHDL:
c <= a + b; f <= d - e; etc.