Merge pull request #391 from The-OpenROAD-Project-staging/sta_fix_bzl
fix missing file in bazel build
This commit is contained in:
commit
bb610c927f
2
BUILD
2
BUILD
|
|
@ -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(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue