Merge pull request #391 from The-OpenROAD-Project-staging/sta_fix_bzl

fix missing file in bazel build
This commit is contained in:
Matt Liberty 2026-07-23 15:27:30 +00:00 committed by GitHub
commit bb610c927f
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

@ -134,6 +134,7 @@ tcl_srcs = [
"sdc/Sdc.tcl", "sdc/Sdc.tcl",
"sdf/Sdf.tcl", "sdf/Sdf.tcl",
"verilog/Verilog.tcl", "verilog/Verilog.tcl",
"spice/WriteSpice.tcl",
] ]
exports_files([ exports_files([
@ -158,6 +159,7 @@ exported_tcl = [
"network/NetworkEdit.tcl", "network/NetworkEdit.tcl",
"parasitics/Parasitics.tcl", "parasitics/Parasitics.tcl",
"power/Power.tcl", "power/Power.tcl",
"spice/WriteSpice.tcl",
] ]
filegroup( filegroup(