Power save restore cache » History » Version 1
jun chen, 03/27/2025 12:19 AM
1 | 1 | jun chen | # Power save restore cache |
---|---|---|---|
2 | |||
3 | ## How power is saved and restored in HVP db project |
||
4 | |||
5 | 0. Main power data is saved in powPinPower class. |
||
6 | 1. After power analysis, **SWA** data (T0, T1, TC, etc.) is saved by powMgr::SaveSWActivity2DB API |
||
7 | 3. In db, pow **SWA** data is saved as **db attribute** (dbExtAttrVal) |
||
8 | 4. When re-load project and update_power, the **SWA** data will be retrived back to powPinPower by taSDC::LoadDynamicPowerAttr() |
||
9 | 5. Finally, power value is re-calculated based on **SWA** value by UpdatePower() |
||
10 | |||
11 | ## How power is saved and restored in CHT timing session |
||
12 | ## How power is saved and restored in HVP-Vesper cache |
||
13 | ## How to save and restore power by tcl or user file |