Altera_Forum
Honored Contributor
9 years agoI want to calculate my kernel ideal execution time with fmax.
This is my acl_quartus_report.txt
///////////////////////////////////////////////////////// ALUTs: 7794 Registers: 9,641 Logic utilization: 5,368 / 32,070 ( 17 % ) ( 16 % ) I/O pins: 103 / 457 ( 23 % ) DSP blocks: 0 / 87 ( 0 % ) Memory bits: 348,224 / 4,065,280 ( 9 % ) M10K blocks: 63 / 397 ( 16 % ) Actual clock freq: 135.639999807 Kernel fmax: 135.64 1x clock fmax: 135.64 2x clock fmax: 10000 Highest non-global fanout: 2723 ////////////////////////////////////////////////////////// 1) I can see that Kernel fmax is 135.64. Does this mean that fmax is 135.64MHz??? 2) my kernel make 350036 elements and work. if I caculate kernel ideal execution time except memory load/write delay. That is 1/135.64MHz * 350056 = 2.58ms??? Thanks,