Commit 8ffe1d0
2 files changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
72 | 76 | | |
- .github/workflows/github-actions-lint-tcl.yml+4-2
- src/drt/src/dr/FlexDR_init.cpp+3
- src/drt/src/pa/FlexPA_prep.cpp+35-34
- src/odb/README.md+14
- src/odb/include/odb/db.h+183-81
- src/odb/include/odb/dbCompare.h-10
- src/odb/include/odb/dbObject.h+1-1
- src/odb/include/odb/gdsUtil.h+2-15
- src/odb/include/odb/gdsin.h+19-26
- src/odb/include/odb/gdsout.h+11-20
- src/odb/src/codeGenerator/helper.py+6-2
- src/odb/src/codeGenerator/schema.json+36
- src/odb/src/codeGenerator/schema/gds/dbGDSBoundary.json+25-3
- src/odb/src/codeGenerator/schema/gds/dbGDSBox.json+25-3
- src/odb/src/codeGenerator/schema/gds/dbGDSElement.json-33
- src/odb/src/codeGenerator/schema/gds/dbGDSNode.json+25-3
- src/odb/src/codeGenerator/schema/gds/dbGDSPath.json+24-2
- src/odb/src/codeGenerator/schema/gds/dbGDSSRef.json+24-3
- src/odb/src/codeGenerator/schema/gds/dbGDSStructure.json-6
- src/odb/src/codeGenerator/schema/gds/dbGDSText.json+24-2
- src/odb/src/db/CMakeLists.txt-1
- src/odb/src/db/dbBlock.cpp+23
- src/odb/src/db/dbDatabase.cpp+34
- src/odb/src/db/dbDatabase.h+10-2
- src/odb/src/db/dbGDSBoundary.cpp+95-4
- src/odb/src/db/dbGDSBoundary.h+7-10
- src/odb/src/db/dbGDSBox.cpp+94-4
- src/odb/src/db/dbGDSBox.h+7-12
- src/odb/src/db/dbGDSElement.cpp-159
- src/odb/src/db/dbGDSElement.h-89
- src/odb/src/db/dbGDSLib.cpp+16
- src/odb/src/db/dbGDSNode.cpp+94-4
- src/odb/src/db/dbGDSNode.h+7-12
- src/odb/src/db/dbGDSPath.cpp+88-1
- src/odb/src/db/dbGDSPath.h+7-12
- src/odb/src/db/dbGDSSRef.cpp+92-1
- src/odb/src/db/dbGDSSRef.h+5-12
- src/odb/src/db/dbGDSStructure.cpp+128-35
- src/odb/src/db/dbGDSStructure.h+21-20
- src/odb/src/db/dbGDSText.cpp+88-1
- src/odb/src/db/dbGDSText.h+7-19
- src/odb/src/db/dbObject.cpp+1-1
- src/odb/src/db/odb.tcl+15
- src/odb/src/gdsin/gdsUtil.cpp+15-60
- src/odb/src/gdsin/gdsin.cpp+120-137
- src/odb/src/gdsout/gdsout.cpp+125-90
- src/odb/test/cpp/TestGDSIn.cpp+101-71
- src/odb/test/design_is_routed1.def+331
- src/odb/test/design_is_routed1.ok+5
- src/odb/test/design_is_routed1.tcl+10
- src/odb/test/design_is_routed2.def+636
- src/odb/test/design_is_routed2.ok+5
- src/odb/test/design_is_routed2.tcl+10
- src/odb/test/design_is_routed3.def+671
- src/odb/test/design_is_routed3.ok+6
- src/odb/test/design_is_routed3.tcl+10
- src/odb/test/design_is_routed_fail1.def+327
- src/odb/test/design_is_routed_fail1.ok+6
- src/odb/test/design_is_routed_fail1.tcl+12
- src/odb/test/design_is_routed_fail2.def+417
- src/odb/test/design_is_routed_fail2.ok+6
- src/odb/test/design_is_routed_fail2.tcl+12
- src/odb/test/design_is_routed_fail3.def+550
- src/odb/test/design_is_routed_fail3.ok+8
- src/odb/test/design_is_routed_fail3.tcl+12
- src/odb/test/regression_tests.tcl+6
- src/rsz/src/RepairHold.cc+1-1
- test/flow.tcl+4
0 commit comments