How to generate area, power and timing report #2946
Replies: 2 comments
-
Yosys can't actually perform any of this analysis by itself (...mostly; see #2490 for an FPGA-oriented static timing analyser). The level that Yosys works at is a bit too abstract to handle these things; interconnect delays can very much change the final result, but Yosys doesn't know of this. |
Beta Was this translation helpful? Give feedback.
-
@Ravenslofty
Reference https://github.com/lowRISC/ibex/blob/master/syn/tcl/yosys_run_synth.tcl |
Beta Was this translation helpful? Give feedback.
-
Hi,
How to generate area,power and timing report for the design synthesized through Yosys. I am new to Yosys.
Beta Was this translation helpful? Give feedback.
All reactions