Forum Discussion
Altera_Forum
Honored Contributor
11 years agobenefits of LPM functions?
Hi All, Is there a benefit for using LPM functions rather than coding them yourself? Except for allowing you to pipeline 'canned' functions, there doesn't seem to be much else. Actually, I've n...
Altera_Forum
Honored Contributor
11 years agoLong ago they were handy for making sure you get exactly the behavior you want from the synthesis engine (or if you developed hardware using schematics). These days I use them if there is no easy way to code in HDL the behavior I want. So I use them for instantiating memory, FIFOs, floating point hardware, or something that targets the DSP blocks but I think it's a waste of time to use them for things like adders, flipflops, etc... if you are already developing using HDL.