OpenSTA/network
Jaehyun Kim aac881a974 update test files for upstream API refactoring
Adapt all cpp/tcl test files to match upstream OpenSTA API changes:
- string* output params changed to string return values (Verilog, Network)
- Report methods renamed (reportLineString->reportLine, printf->std::format)
- Delay type refactored from float typedef to class (Graph)
- Liberty model APIs updated (value semantics, shared_ptr, PocvMode)
- EXPECT_STREQ -> EXPECT_EQ for std::string returns (Sdc, Search)
- streamPrint -> sta::print with std::format specifiers (Spice)
- Avoid unset_clock_groups -all path (upstream iterator invalidation bug)

Signed-off-by: Jaehyun Kim <jhkim@precisioninno.com>
2026-03-21 18:46:31 +09:00
..
test update test files for upstream API refactoring 2026-03-21 18:46:31 +09:00
ConcreteLibrary.cc use std::format squash 2026-03-16 15:01:38 -07:00
ConcreteNetwork.cc use std::format squash 2026-03-16 15:01:38 -07:00
HpinDrvrLoad.cc use std::format squash 2026-03-16 15:01:38 -07:00
Link.tcl update copyright 2026-03-10 14:57:45 -07:00
Network.cc use std::format squash 2026-03-16 15:01:38 -07:00
Network.i sta::format 2026-03-16 15:01:38 -07:00
Network.tcl rm deprecated functions 2026-03-10 14:57:45 -07:00
NetworkCmp.cc update copyright 2026-03-10 14:57:45 -07:00
NetworkEdit.i update copyright 2026-03-10 14:57:45 -07:00
NetworkEdit.tcl update copyright 2026-03-10 14:57:45 -07:00
ParseBus.cc use std::format squash 2026-03-16 15:01:38 -07:00
PortDirection.cc update copyright 2026-03-10 14:57:45 -07:00
SdcNetwork.cc use std::format squash 2026-03-16 15:01:38 -07:00
VerilogNamespace.cc use std::format squash 2026-03-16 15:01:38 -07:00