Commit f778bec
committed
update OR
Signed-off-by: Augusto Berndt <[email protected]>1 parent 47ce83f commit f778bec
1 file changed
+1
-1
lines changed- src/dft/src/replace/ScanReplace.cpp+2-1
- src/gpl/src/mbff.cpp+65-25
- src/gpl/src/mbff.h+20-3
- src/gpl/src/replace.cpp+1-1
- src/gpl/test/clust01.ok+2-1
- src/gpl/test/clust02.ok+8-5
- src/odb/include/odb/db.h+47-76
- src/odb/include/odb/dbCompare.h+7-7
- src/odb/include/odb/dbObject.h+1-1
- src/odb/include/odb/dbTypes.h+1-2
- src/odb/include/odb/gdsUtil.h-5
- src/odb/include/odb/gdsin.h+9-11
- src/odb/include/odb/gdsout.h+1-1
- src/odb/src/codeGenerator/schema.json+6-6
- src/odb/src/codeGenerator/schema/gds/dbGDSARef.json+49
- src/odb/src/codeGenerator/schema/gds/dbGDSBox.json+2-2
- src/odb/src/codeGenerator/schema/gds/dbGDSNode.json-33
- src/odb/src/codeGenerator/schema/gds/dbGDSPath.json+1-1
- src/odb/src/codeGenerator/schema/gds/dbGDSSRef.json+6-23
- src/odb/src/codeGenerator/schema/gds/dbGDSText.json+2-9
- src/odb/src/db/CMakeLists.txt+1-1
- src/odb/src/db/dbGDSARef.cpp+266
- src/odb/src/db/dbGDSARef.h+23-13
- src/odb/src/db/dbGDSBox.cpp+12-12
- src/odb/src/db/dbGDSBox.h+1-1
- src/odb/src/db/dbGDSLib.cpp+19-124
- src/odb/src/db/dbGDSLib.h+4-8
- src/odb/src/db/dbGDSNode.cpp-183
- src/odb/src/db/dbGDSPath.cpp+11-11
- src/odb/src/db/dbGDSPath.h+1-1
- src/odb/src/db/dbGDSSRef.cpp+32-99
- src/odb/src/db/dbGDSSRef.h+3-10
- src/odb/src/db/dbGDSStructure.cpp+24-24
- src/odb/src/db/dbGDSStructure.h+3-3
- src/odb/src/db/dbGDSText.cpp+10-32
- src/odb/src/db/dbGDSText.h+1-2
- src/odb/src/db/dbObject.cpp+1-1
- src/odb/src/db/dbTypes.cpp+6-21
- src/odb/src/gdsin/gdsUtil.cpp-11
- src/odb/src/gdsin/gdsin.cpp+81-77
- src/odb/src/gdsout/gdsout.cpp+45-50
- src/odb/test/cpp/TestGDSIn.cpp+4-20
0 commit comments