Merge pull request #362 from The-OpenROAD-Project-staging/sta_fix_bazel_stuff
Some checks failed
Automatically sync branch from upstream. / Automatic sync 'master' from The-OpenROAD-Project/OpenSTA (push) Has been cancelled
Lint Bazel / Run buildifier format (push) Has been cancelled
Lint Bazel / Run buildifier lint (push) Has been cancelled
CI / build (push) Has been cancelled
Scan Code with pre commit trigger / Security-Scan (push) Has been cancelled

expose libertybuilder for 3DIC support in dbsta
This commit is contained in:
Matt Liberty
2026-05-13 20:58:15 +00:00
committed by GitHub

2
BUILD
View File

@@ -362,6 +362,8 @@ cc_library(
"search/ReportPath.hh",
"spice/WritePathSpice.hh",
"dcalc/PrimaDelayCalc.hh",
# Needed by src/dbSta to synthesize LibertyCells programmatically.
"liberty/LibertyBuilder.hh",
],
copts = [
"-Wno-error",