Commit Graph

2554 Commits

Author SHA1 Message Date
OpenROAD CI d0fb0b4e87
Merge 9783683650 into 4527254dd3 2026-04-20 17:44:36 +00:00
Martin Povišer 9783683650 Fix version strings in standalone bazel build
Replace the hard-coded hash with a value fetched through the same
mechanism used for openroad. Also bump the tool version. This requires
changes to the workspace_status.sh script on the OR end.

When the hash is available (with --stamp):

    $ bazel-bin/src/sta/opensta
    OpenSTA 3.0.0 16ac05c87a Copyright (c) 2025, Parallax Software, Inc.

When it's not:

    $ bazel-bin/src/sta/opensta
    OpenSTA 3.0.0 unknown Copyright (c) 2025, Parallax Software, Inc.

Signed-off-by: Martin Povišer <povik@cutebit.org>
2026-04-20 19:42:25 +02:00
Matt Liberty 4527254dd3
Merge pull request #348 from The-OpenROAD-Project-staging/sta_latest_from_parallaxsw_tidy_0416
Sta latest from parallaxsw tidy 0416
2026-04-20 15:56:31 +00:00
dsengupta0628 7fe56ccc08 update tests golden outputs and one cpp file to accomodate new changes in upstream OSTA. functionality remains the same
Signed-off-by: dsengupta0628 <dsengupta@precisioninno.com>
2026-04-20 15:05:37 +00:00
dsengupta0628 c2b629d751 test codes updated to compile succesfully with new changes in upstream
Signed-off-by: dsengupta0628 <dsengupta@precisioninno.com>
2026-04-20 14:47:52 +00:00
dsengupta0628 05b4e3a1d9 Latest pulled in changes on 4/20 from upstream to push all together with latest from 4/16
Signed-off-by: dsengupta0628 <dsengupta@precisioninno.com>
2026-04-20 14:21:16 +00:00
dsengupta0628 f6a1fdbaff Replaced EXPECT_NE(x.typeString(), nullptr) with EXPECT_FALSE(x.typeString().empty()) for all 6 *TypeString tests as upstream changed typeString() return type from const char* to std::string_view
Signed-off-by: dsengupta0628 <dsengupta@precisioninno.com>
2026-04-20 13:49:09 +00:00
dsengupta0628 63fb0e0550 Merge branch 'master' into sta_latest_from_parallaxsw_tidy_0416 2026-04-20 13:36:22 +00:00
dsengupta0628 133e2d6f99 update tests to compile okay with new upstream codes
Signed-off-by: dsengupta0628 <dsengupta@precisioninno.com>
2026-04-20 13:35:44 +00:00
James Cherry 6c9af4a5fa LibertyPort::less
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2026-04-18 11:39:03 -07:00
James Cherry 668cfb26af makeSceneMap rm dup warnings
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2026-04-18 08:45:04 -07:00
James Cherry 48febcf785 stringFloat
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2026-04-17 13:53:01 -07:00
James Cherry 53a1552ab0 timing_arc full_name
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2026-04-17 13:52:44 -07:00
Matt Liberty e71e5d7bf7
Merge pull request #341 from hzeller/feature-20260407-use-or-readline
On bazel: use readline set-up provided by OpenROAD
2026-04-17 15:07:43 +00:00
Henner Zeller fcc5a3e4b4 On bazel: use readline set-up provided by OpenROAD
The bazel compile always happens as submodule in OpenROAD, so
we can use the same mechanism provided there to set up the
readline library.

Signed-off-by: Henner Zeller <h.zeller@acm.org>
2026-04-17 08:24:32 +02:00
James Cherry 7838986dc4 Clock embed sequence members
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2026-04-16 18:42:26 -07:00
James Cherry e629909aaf report_check_types $422
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2026-04-16 16:37:36 -07:00
James Cherry 6bcf7b8156 rm unnecessary sta:: in tcl
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2026-04-16 16:12:59 -07:00
James Cherry 6e7ec45bc8 rm extra swig module dcls
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2026-04-16 15:46:32 -07:00
James Cherry 12c59878ee prima non-ccs report dcalc resolves #418
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2026-04-16 15:13:28 -07:00
dsengupta0628 c523516092 reapply the changes from 2a559212 for reading weird DEFs
Signed-off-by: dsengupta0628 <dsengupta@precisioninno.com>
2026-04-16 22:00:48 +00:00
dsengupta0628 9fbfcc4fcb picked changes from upstream master, resolved conflict for levelized driververtices, parseBus for weird defs
Signed-off-by: dsengupta0628 <dsengupta@precisioninno.com>
2026-04-16 21:37:37 +00:00
James Cherry 49d0ba2cfc github workflow retention
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2026-04-16 09:59:29 -07:00
Matt Liberty f668dba758
Merge pull request #347 from The-OpenROAD-Project-staging/sta_latest_upstream_primacrashfix_0413
Sta latest upstream primacrashfix 0413
2026-04-16 15:52:49 +00:00
James Cherry b20a9384ef Machine.cc
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2026-04-15 19:23:39 -07:00
James Cherry 134cf2cab7 tidy
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2026-04-15 18:21:47 -07:00
dsengupta0628 bba8a697f6 Renamed the two output files in sdc_exception_thru_override.tcl so they don't collide with op from sdc_exception_override_priority.tcl
Signed-off-by: dsengupta0628 <dsengupta@precisioninno.com>
2026-04-15 21:40:39 +00:00
James Cherry 21848bcdd2 clang tidy
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2026-04-15 09:38:10 -07:00
dsengupta0628 92f23e1b6d regoldened regressions as now it correctly fallsback tableCalc and not PrimaDcalc
Signed-off-by: dsengupta0628 <dsengupta@precisioninno.com>
2026-04-13 22:28:04 +00:00
dsengupta0628 5f698bf596 fix the path of checkArgs fail and no-ccs in liberty that causes garbage RC vals in report_dcalc
Signed-off-by: dsengupta0628 <dsengupta@precisioninno.com>
2026-04-13 22:03:24 +00:00
James Cherry 63efee64bf tidy round1 2026-04-13 14:59:05 -07:00
dsengupta0628 d5925fcdcc changes from upstream 4/13 with prima delaycalc checkArgs refactor, some coverity fix but still problematic
Signed-off-by: dsengupta0628 <dsengupta@precisioninno.com>
2026-04-13 21:26:42 +00:00
dsengupta0628 7da56adedd undo my changes to avoid prima dcalc crash to pick implementation from upstream
Signed-off-by: dsengupta0628 <dsengupta@precisioninno.com>
2026-04-13 21:18:34 +00:00
Matt Liberty a56edf2767
Merge pull request #345 from The-OpenROAD-Project-staging/sta_statetable_mbff_regression
Restore statetable check in hasSequentials and add MBFF regression test
2026-04-11 21:43:59 +00:00
James Cherry 0a8a86d606 FilterObjects use string_view
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2026-04-10 14:49:25 -07:00
dsengupta0628 097daeb3c5 address comment related to Coverity to simplify
Signed-off-by: dsengupta0628 <dsengupta@precisioninno.com>
2026-04-10 18:59:42 +00:00
James Cherry 094aa1adc4 VerilogNamespace use string_view
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2026-04-10 10:53:55 -07:00
James Cherry 6ef92c5fc0 LibertyPort::less
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2026-04-10 10:35:36 -07:00
James Cherry 53f53e464a CmakeLists
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2026-04-10 10:28:41 -07:00
Mike Inouye d6268da88f
Consider multi-bit flops as having sequentials. (#419) 2026-04-10 10:28:01 -07:00
dsengupta0628 5878d2594d Dont update the swig as we are not adding any TCL regression so not needed
Signed-off-by: dsengupta0628 <dsengupta@precisioninno.com>
2026-04-10 15:53:55 +00:00
dsengupta0628 44643b5733 fix state table mbff issue and coverity in this file
Signed-off-by: dsengupta0628 <dsengupta@precisioninno.com>
2026-04-10 15:44:30 +00:00
James Cherry b136ba309a PrimaDelayCalc::reportGateDelay resolves #418
Signed-off-by: James Cherry <cherry@parallaxsw.com>
2026-04-09 15:13:40 -07:00
Matt Liberty defec0bda3
Merge pull request #344 from The-OpenROAD-Project-staging/sta_mbff_changes
Show original name of pins in path report for mbff cluster…
2026-04-09 22:12:27 +00:00
dsengupta0628 ca4e757828 Merge branch 'master' into sta_mbff_changes 2026-04-08 22:01:20 +00:00
Matt Liberty 6599d47d27
Merge pull request #343 from The-OpenROAD-Project-staging/sta_latest_from_parallaxsw_0407
Sta latest from parallaxsw 0407
2026-04-08 20:05:51 +00:00
dsengupta0628 37520c08d2 changes to show original name of pins in path report for mbff clustered flops
Signed-off-by: dsengupta0628 <dsengupta@precisioninno.com>
2026-04-08 15:39:18 +00:00
dsengupta0628 d7d732932a remove unnecessary files and update .gititnore
Signed-off-by: dsengupta0628 <dsengupta@precisioninno.com>
2026-04-08 00:28:53 +00:00
dsengupta0628 3b8e81393d Merge branch 'master' into sta_latest_from_parallaxsw_0407 2026-04-07 21:53:36 +00:00
dsengupta0628 98835d8f20 update tests
Signed-off-by: dsengupta0628 <dsengupta@precisioninno.com>
2026-04-07 21:47:01 +00:00