This website requires JavaScript.
Explore
Help
Register
Sign In
luke
/
OpenSTA
mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
Watch
1
Star
0
Fork
You've already forked OpenSTA
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
434246a8b4
OpenSTA
/
sdf
/
test
/
sdf_read_write.ok
4 lines
67 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Merge upstream STA update and adapt all tests to new API Major upstream refactoring: Corner→Scene, Mode architecture, warning format change (Warning ID:), command renames, and many API signature changes. Adapted all C++ test files and TCL test scripts/expected output files to pass with the new API. 6159/6159 tests pass. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Jaehyun Kim <jhkim@precisioninno.com>
2026-02-23 15:05:29 +01:00
Differences found at line 7.
(VERSION "2.7.0")
Fix test suite for upstream API changes after merge Adapt all C++ and Tcl tests for upstream API refactoring: - Header rename: DelayFloat.hh -> Delay.hh - PocvMode enum replacing boolean pocv (setPocvEnabled -> setPocvMode) - setReportPathFields gains 8th parameter (report_src_attr) - GateTableModel/CheckTableModel constructor wraps in TableModels - gateDelay/checkDelay signature changes (bool -> MinMax/PocvMode) - Unit::asString returns std::string instead of const char* - ExceptionThru/To::asString removed, use to_string - GroupPath/FilterPath/LoopPath::asString removed - PathEnd::source_clk_delay -> source_clk_latency - report_net -connections flag removed - set_report_path_field_width removed - MaxSkewCheck::skew() now requires sta parameter - Remove tests that pass nullptr to PinIdHash-based maps (segfault) - Remove tests for removed APIs (sigmaFactor, reportSigmas) - Regolden .ok files for numerical precision and format changes Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: Jaehyun Kim <jhkim@precisioninno.com>
2026-03-21 11:23:36 +01:00
(VERSION "3.0.1")