Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tools/OpenROAD
Submodule OpenROAD updated 51 files
+4 −0 docs/src/scripts/manpage.py
+33 −167 src/dpl/src/NegotiationLegalizer.cpp
+0 −9 src/dpl/src/NegotiationLegalizer.h
+41 −164 src/dpl/src/NegotiationLegalizerPass.cpp
+14 −1 src/drt/src/dr/FlexDR.cpp
+8 −2 src/drt/src/dr/FlexDR_conn.cpp
+8 −2 src/drt/src/io/GuideProcessor.h
+5 −0 src/grt/include/grt/GlobalRouter.h
+95 −37 src/grt/src/GlobalRouter.cpp
+19 −8 src/grt/src/cugr/include/CUGR.h
+190 −143 src/grt/src/cugr/src/CUGR.cpp
+16 −7 src/grt/src/cugr/src/Design.cpp
+3 −1 src/grt/src/cugr/src/Design.h
+1 −1 src/grt/test/cugr_adjustment1.ok
+1 −1 src/grt/test/cugr_adjustment2.ok
+1 −1 src/grt/test/cugr_adjustment3.ok
+1 −1 src/grt/test/est_rc_cugr1.ok
+1 −1 src/grt/test/gcd_cugr.ok
+1 −1 src/grt/test/incremental_repair_cugr.ok
+1 −1 src/grt/test/ndr_rrr_cugr.ok
+4 −0 src/odb/include/odb/3dblox.h
+11 −6 src/odb/include/odb/defin.h
+42 −15 src/odb/src/3dblox/3dblox.cpp
+29 −0 src/odb/src/3dblox/baseParser.cpp
+8 −0 src/odb/src/3dblox/baseParser.h
+5 −12 src/odb/src/3dblox/dbvParser.cpp
+12 −15 src/odb/src/3dblox/dbvWriter.cpp
+0 −1 src/odb/src/3dblox/dbvWriter.h
+13 −20 src/odb/src/3dblox/dbxParser.cpp
+2 −1 src/odb/src/3dblox/dbxParser.h
+43 −4 src/odb/src/3dblox/dbxWriter.cpp
+3 −1 src/odb/src/3dblox/dbxWriter.h
+2 −2 src/odb/src/defin/defin.cpp
+29 −9 src/odb/src/defin/definComponent.cpp
+20 −1 src/odb/src/defin/definNet.cpp
+33 −2 src/odb/src/defin/definPin.cpp
+33 −10 src/odb/src/defin/definReader.cpp
+1 −1 src/odb/src/defin/definReader.h
+1 −2 src/odb/test/data/example.3dbv
+1 −2 src/odb/test/data/example.3dbx
+0 −3 src/odb/test/read_3dbv.ok
+0 −1 src/odb/test/write_3dbv.3dbvok
+2 −0 src/odb/test/write_3dbx.3dbxok
+14 −14 src/rsz/src/move/MoveGenerator.cc
+5 −5 src/rsz/src/move/MoveGenerator.hh
+1 −1 src/rsz/src/move/SizeUpGenerator.cc
+1 −1 src/rsz/src/move/SizeUpMtGenerator.cc
+58 −0 src/rsz/test/cpp/TestResizer.cc
+149 −147 test/aes_sky130hd.metrics
+6 −6 test/aes_sky130hd.metrics_limits
+3 −3 test/jpeg_sky130hd.metrics_limits