Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)

Determine Pipeline Depth

Altera_Forum
Honored Contributor II
1,010 Views

Does anyone know a quick way to determine how many pipeline stages are created for a compiled kernel? I tried calculating the number based on the kernel clock frequencies and overall execution time, but it doesn't seem to give an accurate result.

0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
291 Views

Unfortunately AOCL doesn't seem to output that under the various statistics like in kernelname.attrib and kernelname.area. You may have to go into the generated code in system/synthesis/submodules/kernelname.v

0 Kudos
Reply