mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-09-08 04:31:14 +02:00
* Implement set_max_dynamic_power and set_max_leakage_power. Store max dynamic/leakage power like max area, expose getters through Sta, write them in write_sdc, and document that they are ignored during timing. Co-authored-by: Cursor <[email protected]> * Drop get_max_* Tcl wrappers; use SWIG accessors in tests. James pointed out the get_max_* commands duplicate existing SWIG accessors; remove them and call sta::max_* from the regression. Co-authored-by: Cursor <[email protected]> --------- Co-authored-by: Cursor <[email protected]>
7 lines
141 B
Plaintext
7 lines
141 B
Plaintext
max_area 123.5
|
|
max_dynamic_power 1.25
|
|
max_leakage_power 0.75
|
|
set_max_area 123.5000
|
|
set_max_dynamic_power 1.2500
|
|
set_max_leakage_power 0.7500
|