AUCOHL / Lighter

An automatic clock gating utility
Apache License 2.0
40 stars 5 forks source link

Power report does not consider clock-gating cells high activity #5

Closed kanndil closed 2 years ago

kanndil commented 2 years ago

The latches of the clock gates should have 1.0 activity factor.

kanndil commented 2 years ago

The power reports are updated considering the clock-gate cells' latches activity. Check benchmarks

kanndil commented 2 years ago

Use OpenSTA commands to get the clock gated flipflops and assign 0.1 activity factor to them. Instead of calculating an estimate based on the number of clock gated cells.

kanndil commented 2 years ago

check https://www.micro-ip.com/Synopsys(PT)/dictionary_182_17/get_cells.html

kanndil commented 2 years ago

resolved in commit 822118b