Forum Discussion
Altera_Forum
Honored Contributor
13 years agolpm functions with no clock
Hi I am very new to fpga so apologise if these are dumb questions but I have searched all over and cant find any help. We are trying to use some lpm functions concatenated together, a mul...
Altera_Forum
Honored Contributor
13 years agoIf you have a system clock, why don't you add pipelining to the lpm modules? You can specify the latency, and then you'll know how many clock ticks it'll take to compute. Sounds like you have a long time for the computation at a 50Hz data rate, so I wouldn't think the latency would be a problem.