Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 472 Bytes

sta-reports.md

File metadata and controls

27 lines (18 loc) · 472 Bytes

STA Reports

Reporting timing

Max paths

Min paths

Reporting power

set_power_activity -input 0.1
set_power_activity -input_port clk 0.5
set_power_activity -input_port rst 0.0
report_power

You can also use VCD (Verilog Change Dump) files to get the activity for better accuracy:

read_vcd -scope tb/spm spm.vcd

if you've created a file with your testbench, tb.

License

Copyright 2024 VLSI-DA (see LICENSE for use)