Commit f6508cc
committed
Bump OR: fix net name collision in write_verilog
Update OpenROAD to 9b0caf1a52 which includes the unified
makeNewNetName fix, resolving wire collision for hierarchical
designs (e.g., microwatt CTS LEC "wire collision for net net").
Signed-off-by: Jaehyun Kim <jhkim@precisioninno.com>1 parent 4c5d746 commit f6508cc
1 file changed
Lines changed: 1 addition & 1 deletion
- .bazelversion+1-1
- MODULE.bazel.lock+11-11
- bazel/openmp/bundled.BUILD.bazel+1
- src/cts/test/gated_clock4.vok+4-4
- src/cts/test/hier_insertion_delay.vok+36-36
- src/cts/test/simple_test_hier_out.vok+32-32
- src/dbSta/src/dbEditHierarchy.cc+6-15
- src/dbSta/src/dbNetwork.cc+3-1
- src/dbSta/test/escape_slash_hier.spefok+22-22
- src/dbSta/test/escape_slash_hier.vok+4-4
- src/dft/test/scandef_sky130.defok+16-16
- src/odb/include/odb/db.h+20-10
- src/odb/src/db/dbBlock.cpp+29-29
- src/odb/src/db/dbInsertBuffer.cpp+55-48
- src/odb/src/db/dbInsertBuffer.h+4
- src/odb/src/db/dbModNet.cpp+66-1
- src/odb/src/db/dbNet.cpp+81-3
- src/odb/src/defout/defout_impl.cpp+21-6
- src/odb/test/cpp/BUILD+1-4
- src/odb/test/cpp/TestDbNet.cpp+66-2
- src/odb/test/data/parser_test.def+18
- src/odb/test/def_parser.defok+20
- src/par/src/partitionmgr.tcl+3
- src/pdn/src/straps.cpp+16-33
- src/pdn/src/straps.h+2-2
- src/pdn/test/pads_black_parrot_flipchip_connect_overpads.defok+2
- src/psm/src/pdnsim.tcl+6-1
- src/rsz/test/cpp/TestInsertBuffer.cpp+102-2
- src/rsz/test/cpp/TestInsertBuffer_BeforeLoads_Case25_post.v+4-4
- src/rsz/test/cpp/TestInsertBuffer_BeforeLoads_Case28_post.v+4-4
- src/rsz/test/cpp/TestInsertBuffer_BeforeLoads_Case30_post.v+10-10
- src/rsz/test/cpp/TestInsertBuffer_BeforeLoads_Case34_post.v+38
- src/rsz/test/cpp/TestInsertBuffer_BeforeLoads_Case34_pre.v+45
- src/rsz/test/repair_fanout2_hier_out.vok+116-116
- src/rsz/test/repair_fanout3_hier_out.vok+124-124
0 commit comments