Merge pull request #362 from The-OpenROAD-Project-staging/sta_fix_bazel_stuff

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
commit 67667792db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

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",