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 ago --- Quote Start --- even simpler, use behavioural VHDL: c <= a + b; f <= d - e; etc. --- Quote End --- yes it is a lot less typing and I do it that way almost always, but that wasn't the question ... necsup was contemplating LPM-functionality in general