Actions
Power save restore cache¶
How power is saved and restored in HVP db project¶
- Main power data is saved in powPinPower class.
- After power analysis, SWA data (T0, T1, TC, etc.) is saved by powMgr::SaveSWActivity2DB API
- In db, pow SWA data is saved as db attribute (dbExtAttrVal)
- When re-load project and update_power, the SWA data will be retrived back to powPinPower by taSDC::LoadDynamicPowerAttr()
- Finally, power value is re-calculated based on SWA value by UpdatePower()
How power is saved and restored in CHT timing session¶
How power is saved and restored in HVP-Vesper cache¶
How to save and restore power by tcl or user file¶
Updated by jun chen 3 months ago · 1 revisions