Skip to content
Draft
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions src/odb/src/db/dbAccessPoint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
#include "dbAccessPoint.h"

#include <array>
#include <cstdint>
#include <tuple>
#include <utility>

#include "dbCore.h"
#include "dbDatabase.h"
Expand All @@ -14,6 +16,7 @@
#include "odb/db.h"
#include "odb/dbObject.h"
#include "odb/dbTypes.h"
#include "odb/geom.h"
// User Code Begin Includes
#include <algorithm>
#include <vector>
Expand Down
2 changes: 2 additions & 0 deletions src/odb/src/db/dbBusPort.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include "dbBusPort.h"

#include "dbBlock.h"
#include "dbCore.h"
#include "dbDatabase.h"
#include "dbHashTable.hpp"
#include "dbModBTerm.h"
Expand All @@ -16,6 +17,7 @@
#include "dbTable.hpp"
#include "dbVector.h"
#include "odb/db.h"
#include "odb/dbSet.h"
namespace odb {
template class dbTable<_dbBusPort>;

Expand Down
2 changes: 2 additions & 0 deletions src/odb/src/db/dbBusPort.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
// Generator Code Begin Header
#pragma once

#include <cmath>

#include "dbCore.h"
#include "odb/dbId.h"
#include "odb/odb.h"
Expand Down
1 change: 1 addition & 0 deletions src/odb/src/db/dbCellEdgeSpacing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <cstring>
#include <string>

#include "dbCore.h"
#include "dbDatabase.h"
#include "dbTable.h"
#include "dbTable.hpp"
Expand Down
6 changes: 6 additions & 0 deletions src/odb/src/db/dbChip.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@
// Generator Code Begin Cpp
#include "dbChip.h"

#include <cstdlib>
#include <string>
#include <unordered_map>

#include "dbBlock.h"
#include "dbBlockItr.h"
#include "dbChipConn.h"
#include "dbChipRegion.h"
#include "dbCommon.h"
#include "dbCore.h"
#include "dbDatabase.h"
#include "dbNameCache.h"
#include "dbProperty.h"
Expand All @@ -19,7 +22,10 @@
#include "dbTable.hpp"
#include "dbTech.h"
#include "odb/db.h"
#include "odb/dbObject.h"
#include "odb/dbSet.h"
#include "odb/dbStream.h"
#include "odb/geom.h"
// User Code Begin Includes
#include "dbChipConnItr.h"
#include "dbChipInst.h"
Expand Down
1 change: 1 addition & 0 deletions src/odb/src/db/dbChip.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

#include "dbCore.h"
#include "odb/dbId.h"
#include "odb/dbObject.h"
#include "odb/geom.h"
#include "odb/odb.h"

Expand Down
1 change: 1 addition & 0 deletions src/odb/src/db/dbChipBump.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include "dbChipBump.h"

#include "dbChip.h"
#include "dbCore.h"
#include "dbDatabase.h"
#include "dbInst.h"
#include "dbTable.h"
Expand Down
1 change: 1 addition & 0 deletions src/odb/src/db/dbChipBumpInst.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include "dbChipBumpInst.h"

#include "dbChip.h"
#include "dbCore.h"
#include "dbDatabase.h"
#include "dbInst.h"
#include "dbTable.h"
Expand Down
1 change: 1 addition & 0 deletions src/odb/src/db/dbChipBumpInstItr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include "dbChipRegionInst.h"
#include "dbTable.h"
#include "dbTable.hpp"
#include "odb/dbObject.h"

namespace odb {

Expand Down
1 change: 1 addition & 0 deletions src/odb/src/db/dbChipConn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include "dbChipInst.h"
#include "dbChipRegion.h"
#include "dbChipRegionInst.h"
#include "dbCore.h"
#include "dbDatabase.h"
#include "dbTable.h"
#include "dbTable.hpp"
Expand Down
1 change: 1 addition & 0 deletions src/odb/src/db/dbChipConnItr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include "dbChipConn.h"
#include "dbTable.h"
#include "dbTable.hpp"
#include "odb/dbObject.h"

namespace odb {

Expand Down
4 changes: 4 additions & 0 deletions src/odb/src/db/dbChipInst.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@
#include <string>
#include <unordered_map>

#include "dbCore.h"
#include "dbDatabase.h"
#include "dbTable.h"
#include "dbTable.hpp"
#include "odb/db.h"
#include "odb/dbSet.h"
#include "odb/dbTypes.h"
#include "odb/geom.h"
// User Code Begin Includes
#include "dbChip.h"
#include "dbChipBumpInst.h"
Expand Down
1 change: 1 addition & 0 deletions src/odb/src/db/dbChipInstItr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include "dbChipInst.h"
#include "dbTable.h"
#include "dbTable.hpp"
#include "odb/dbObject.h"

namespace odb {

Expand Down
1 change: 1 addition & 0 deletions src/odb/src/db/dbChipNet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#include "dbChipBumpInst.h"
#include "dbChipInst.h"
#include "dbChipRegionInst.h"
#include "dbCore.h"
#include "dbDatabase.h"
#include "dbTable.h"
#include "dbTable.hpp"
Expand Down
1 change: 1 addition & 0 deletions src/odb/src/db/dbChipNetItr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include "dbChipNet.h"
#include "dbTable.h"
#include "dbTable.hpp"
#include "odb/dbObject.h"

namespace odb {

Expand Down
3 changes: 3 additions & 0 deletions src/odb/src/db/dbChipRegion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@
// Generator Code Begin Cpp
#include "dbChipRegion.h"

#include <cstdint>
#include <string>

#include "dbChipBump.h"
#include "dbCore.h"
#include "dbDatabase.h"
#include "dbTable.h"
#include "dbTable.hpp"
#include "dbTechLayer.h"
#include "odb/db.h"
#include "odb/dbObject.h"
#include "odb/dbSet.h"
// User Code Begin Includes
#include "dbChip.h"
Expand Down
2 changes: 2 additions & 0 deletions src/odb/src/db/dbChipRegion.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
// Generator Code Begin Header
#pragma once

#include <cstdint>
#include <string>

#include "dbCore.h"
#include "odb/dbId.h"
#include "odb/dbObject.h"
#include "odb/dbTypes.h"
#include "odb/geom.h"
#include "odb/odb.h"
Expand Down
2 changes: 2 additions & 0 deletions src/odb/src/db/dbChipRegionInst.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@
#include "dbChipRegionInst.h"

#include "dbChipRegion.h"
#include "dbCore.h"
#include "dbDatabase.h"
#include "dbTable.h"
#include "dbTable.hpp"
#include "odb/db.h"
#include "odb/dbSet.h"
// User Code Begin Includes
#include "dbChip.h"
#include "dbChipBumpInst.h"
Expand Down
1 change: 1 addition & 0 deletions src/odb/src/db/dbChipRegionInstItr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include "dbChipRegionInst.h"
#include "dbTable.h"
#include "dbTable.hpp"
#include "odb/dbObject.h"

namespace odb {

Expand Down
3 changes: 3 additions & 0 deletions src/odb/src/db/dbDatabase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@
#include "dbChipInst.h"
#include "dbChipNet.h"
#include "dbChipRegionInst.h"
#include "dbCore.h"
#include "dbProperty.h"
#include "dbTable.h"
#include "dbTable.hpp"
#include "odb/db.h"
#include "odb/dbDatabaseObserver.h"
#include "odb/dbObject.h"
#include "odb/dbSet.h"
// User Code Begin Includes
#include <algorithm>
Expand Down
1 change: 1 addition & 0 deletions src/odb/src/db/dbDatabase.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include "dbCore.h"
#include "dbHashTable.h"
#include "odb/dbId.h"
#include "odb/dbObject.h"
#include "odb/odb.h"
// User Code Begin Includes
#include <iostream>
Expand Down
2 changes: 2 additions & 0 deletions src/odb/src/db/dbDft.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@
// Generator Code Begin Cpp
#include "dbDft.h"

#include "dbCore.h"
#include "dbDatabase.h"
#include "dbScanChain.h"
#include "dbScanPin.h"
#include "dbTable.h"
#include "dbTable.hpp"
#include "odb/db.h"
#include "odb/dbObject.h"
#include "odb/dbSet.h"
namespace odb {
template class dbTable<_dbDft>;
Expand Down
1 change: 1 addition & 0 deletions src/odb/src/db/dbDft.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

#include "dbBlock.h"
#include "dbCore.h"
#include "odb/dbObject.h"
#include "odb/odb.h"

namespace odb {
Expand Down
6 changes: 6 additions & 0 deletions src/odb/src/db/dbGCellGrid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,20 @@

#include <cstdint>
#include <cstring>
#include <iterator>
#include <map>
#include <utility>
#include <vector>

#include "dbCore.h"
#include "dbDatabase.h"
#include "dbHashTable.h"
#include "dbTable.h"
#include "dbTable.hpp"
#include "dbTechLayer.h"
#include "odb/db.h"
#include "odb/dbMatrix.h"
#include "odb/dbTypes.h"
// User Code Begin Includes
#include <algorithm>

Expand Down
1 change: 1 addition & 0 deletions src/odb/src/db/dbGDSARef.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include <utility>
#include <vector>

#include "dbCore.h"
#include "dbDatabase.h"
#include "dbTable.h"
#include "dbTable.hpp"
Expand Down
2 changes: 2 additions & 0 deletions src/odb/src/db/dbGDSARef.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
#include "dbCore.h"
#include "dbGDSStructure.h"
#include "odb/dbId.h"
#include "odb/dbTypes.h"
#include "odb/geom.h"
#include "odb/odb.h"

namespace odb {
Expand Down
3 changes: 3 additions & 0 deletions src/odb/src/db/dbGDSBoundary.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@
#include <utility>
#include <vector>

#include "dbCore.h"
#include "dbDatabase.h"
#include "dbGDSStructure.h"
#include "dbTable.h"
#include "dbTable.hpp"
#include "odb/db.h"
#include "odb/dbTypes.h"
#include "odb/geom.h"
namespace odb {
template class dbTable<_dbGDSBoundary>;

Expand Down
1 change: 1 addition & 0 deletions src/odb/src/db/dbGDSBoundary.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

#include "dbCore.h"
#include "dbGDSStructure.h"
#include "odb/geom.h"
#include "odb/odb.h"

namespace odb {
Expand Down
2 changes: 2 additions & 0 deletions src/odb/src/db/dbGDSBox.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
#include <utility>
#include <vector>

#include "dbCore.h"
#include "dbDatabase.h"
#include "dbGDSStructure.h"
#include "dbTable.h"
#include "dbTable.hpp"
#include "odb/db.h"
Expand Down
1 change: 1 addition & 0 deletions src/odb/src/db/dbGDSBox.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

#include "dbCore.h"
#include "dbGDSStructure.h"
#include "odb/geom.h"
#include "odb/odb.h"

namespace odb {
Expand Down
2 changes: 2 additions & 0 deletions src/odb/src/db/dbGDSPath.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
#include <utility>
#include <vector>

#include "dbCore.h"
#include "dbDatabase.h"
#include "dbGDSStructure.h"
#include "dbTable.h"
#include "dbTable.hpp"
#include "odb/db.h"
Expand Down
1 change: 1 addition & 0 deletions src/odb/src/db/dbGDSPath.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

#include "dbCore.h"
#include "dbGDSStructure.h"
#include "odb/geom.h"
#include "odb/odb.h"

namespace odb {
Expand Down
1 change: 1 addition & 0 deletions src/odb/src/db/dbGDSSRef.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include <utility>
#include <vector>

#include "dbCore.h"
#include "dbDatabase.h"
#include "dbTable.h"
#include "dbTable.hpp"
Expand Down
2 changes: 2 additions & 0 deletions src/odb/src/db/dbGDSSRef.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
#include "dbCore.h"
#include "dbGDSStructure.h"
#include "odb/dbId.h"
#include "odb/dbTypes.h"
#include "odb/geom.h"
#include "odb/odb.h"

namespace odb {
Expand Down
5 changes: 5 additions & 0 deletions src/odb/src/db/dbGDSStructure.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
// Generator Code Begin Cpp
#include "dbGDSStructure.h"

#include <cstdlib>

#include "dbCommon.h"
#include "dbCore.h"
#include "dbDatabase.h"
#include "dbGDSARef.h"
#include "dbGDSBoundary.h"
Expand All @@ -16,6 +20,7 @@
#include "dbTable.h"
#include "dbTable.hpp"
#include "odb/db.h"
#include "odb/dbObject.h"
#include "odb/dbSet.h"
#include "odb/dbTypes.h"
namespace odb {
Expand Down
Loading
Loading