fix missing file in bazel build - #391
Conversation
Signed-off-by: dsengupta0628 <dsengupta@precisioninno.com>
|
spice/WriteSpice.tcl was never added to the Tcl lists in src/sta/BUILD, though CMake has it in both its encode lists (my slip while pulling upstream). The deeper issue though: src/sta/BUILD maintains two Tcl lists by hand. exported_tcl is just tcl_srcs minus a few files OpenROAD replaces (Init.tcl, network/Link.tcl, verilog/Verilog.tcl). Potential fix for this long term- that will derive exported_tcl from tcl_srcs instead of maintaining it separately: This makes tcl_srcs the single source of truth; any new command file flows to both binaries automatically unless explicitly excluded. Happy to push above change in this PR if agreed upon |
|
Your suggestion looks good. |
Add missing tcl script from bazel build