Commit 50d679c
committed
Update OR branch
Signed-off-by: Martin Povišer <[email protected]>1 parent 074b1f7 commit 50d679c
1 file changed
+1
-1
lines changed- .bazelignore+2
- .github/workflows/github-actions-bazel-build.yml-55
- .github/workflows/github-actions-clang-tidy.yml+1-1
- Jenkinsfile+26
- etc/DependencyInstaller.sh+11-1
- src/cts/README.md+2
- src/cts/src/TritonCTS.cpp+2-4
- src/cts/src/TritonCTS.tcl+8-1
- src/dpl/include/dpl/Opendp.h+2-1
- src/dpl/src/CheckPlacement.cpp+18-4
- src/dpl/src/Opendp.cpp+1-1
- src/dpl/src/Place.cpp+1-1
- src/dpl/src/PlacementDRC.cpp+38
- src/dpl/src/PlacementDRC.h+9
- src/dpl/src/infrastructure/Grid.cpp+50
- src/dpl/src/infrastructure/Grid.h+2
- src/dpl/src/infrastructure/Objects.cpp+8
- src/dpl/src/infrastructure/Objects.h+4
- src/dpl/src/infrastructure/network.cxx+16
- src/dpl/src/optimization/detailed_manager.cxx+6-6
- src/dpl/src/optimization/detailed_manager.h+1-1
- src/dpl/src/optimization/detailed_mis.cxx+1-1
- src/dpl/src/optimization/detailed_orient.cxx+1-1
- src/dpl/src/optimization/detailed_reorder.cxx+2-2
- src/gpl/src/mbff.cpp+2
- src/odb/include/odb/ZException.h-26
- src/odb/include/odb/dbStream.h+4
- src/odb/src/codeGenerator/schema/chip/dbModule.json+1-1
- src/odb/src/db/dbArrayTable.hpp+4-6
- src/odb/src/db/dbBTerm.cpp+3-6
- src/odb/src/db/dbBlock.cpp+2-4
- src/odb/src/db/dbBox.cpp+2-2
- src/odb/src/db/dbCommon.h+24-2
- src/odb/src/db/dbDatabase.cpp+10-9
- src/odb/src/db/dbGDSStructure.cpp+1-2
- src/odb/src/db/dbGroup.cpp+3-6
- src/odb/src/db/dbInst.cpp+17-9
- src/odb/src/db/dbIsolation.cpp+1-2
- src/odb/src/db/dbJournalLog.cpp+3-1
- src/odb/src/db/dbLevelShifter.cpp+1-2
- src/odb/src/db/dbLib.cpp+1-2
- src/odb/src/db/dbLogicPort.cpp+1-2
- src/odb/src/db/dbMTerm.cpp-1
- src/odb/src/db/dbMarkerCategory.cpp+4-8
- src/odb/src/db/dbMaster.cpp+1-2
- src/odb/src/db/dbModBTerm.cpp+1-2
- src/odb/src/db/dbModITerm.cpp+1-2
- src/odb/src/db/dbModInst.cpp+1-2
- src/odb/src/db/dbModNet.cpp+1-2
- src/odb/src/db/dbModule.cpp+2-2
- src/odb/src/db/dbNameCache.cpp+2-4
- src/odb/src/db/dbNet.cpp+3-6
- src/odb/src/db/dbPowerDomain.cpp+1-2
- src/odb/src/db/dbPowerSwitch.cpp+1-2
- src/odb/src/db/dbRSeg.cpp+3-4
- src/odb/src/db/dbRegion.cpp+1-2
- src/odb/src/db/dbRow.cpp+1-2
- src/odb/src/db/dbRow.h+2-2
- src/odb/src/db/dbSite.cpp+2-4
- src/odb/src/db/dbTable.hpp+3-4
- src/odb/src/db/dbTechLayer.cpp+2-4
- src/odb/src/db/dbTechLayerCutClassRule.cpp+1-2
- src/odb/src/db/dbTechNonDefaultRule.cpp+3-6
- src/odb/src/db/dbTechVia.cpp+6-10
- src/odb/src/db/dbTechViaGenerateRule.cpp+2-4
- src/odb/src/db/dbTechViaRule.cpp+2-4
- src/odb/src/db/dbTransform.cpp+1-1
- src/odb/src/db/dbVia.cpp+7-12
- src/odb/src/db/tmg_conn_g.cpp+9-8
- src/odb/src/defin/definNet.cpp+1-1
- src/odb/src/defout/defout_impl.cpp+2-2
- src/odb/test/cpp/TestCallBacks.cpp+29
- src/rsz/include/rsz/Resizer.hh+3
- src/rsz/src/Resizer.cc+5
0 commit comments