Forum Discussion
Altera_Forum
Honored Contributor
11 years agoI dont think you quite understand the idea of the pipelined module.
You can input a value, and N clock cycles later you get your result. But because it is pipelined, you can input a new value on every single clock cycle, and you get the result N clocks later. There is no need to wait for the result before you input a new value. This is a pipeline.