Skip to content
Merged
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
1 change: 1 addition & 0 deletions src/cts/src/TritonCTS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
#include "sta/Liberty.hh"
#include "sta/Mode.hh"
#include "sta/Network.hh"
#include "sta/NetworkClass.hh"
#include "sta/PathEnd.hh"
#include "sta/PatternMatch.hh"
#include "sta/Sdc.hh"
Expand Down
1 change: 1 addition & 0 deletions src/est/include/est/EstimateParasitics.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include <ostream>
#include <set>
#include <string>
#include <unordered_set>
#include <vector>

#include "db_sta/SpefWriter.hh"
Expand Down
2 changes: 2 additions & 0 deletions src/odb/src/db/dbAccessPoint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
// User Code Begin Includes
#include <algorithm>
#include <cstdint>
#include <utility>
#include <vector>

#include "dbBPin.h"
Expand All @@ -29,6 +30,7 @@
#include "dbTechLayer.h"
#include "dbTechVia.h"
#include "dbVia.h"
#include "odb/geom.h"
#include "utl/Logger.h"
// User Code End Includes
namespace odb {
Expand Down
3 changes: 3 additions & 0 deletions src/odb/src/db/dbBusPort.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
#include "dbTable.h"
#include "dbVector.h"
#include "odb/db.h"
// User Code Begin Includes
#include "odb/dbSet.h"
// User Code End Includes
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 @@ -9,6 +9,8 @@
#include "dbCore.h"
#include "odb/dbId.h"
// User Code Begin Includes
#include <cmath>

#include "dbModuleBusPortModBTermItr.h"
#include "dbVector.h"
// User Code End Includes
Expand Down
3 changes: 3 additions & 0 deletions src/odb/src/db/dbChip.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
#include "odb/geom.h"
// User Code Begin Includes
#include <list>

#include "odb/dbStream.h"
#include "utl/Logger.h"
// User Code End Includes
namespace odb {
template class dbTable<_dbChip>;
Expand Down
2 changes: 2 additions & 0 deletions src/odb/src/db/dbChip.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
#include "odb/geom.h"
// User Code Begin Includes
#include <list>

#include "odb/dbObject.h"
// User Code End Includes

namespace odb {
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 @@ -15,6 +15,7 @@
#include "dbBlock.h"
#include "dbChipRegion.h"
#include "dbNet.h"
#include "utl/Logger.h"
// User Code End Includes
namespace odb {
template class dbTable<_dbChipBump>;
Expand Down
3 changes: 3 additions & 0 deletions src/odb/src/db/dbChipBumpInstItr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
#include "dbChipBumpInst.h"
#include "dbChipRegionInst.h"
#include "dbTable.h"
// User Code Begin Includes
#include "odb/dbObject.h"
// User Code End Includes

namespace odb {

Expand Down
3 changes: 3 additions & 0 deletions src/odb/src/db/dbChipConn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
#include "dbDatabase.h"
#include "dbTable.h"
#include "odb/db.h"
// User Code Begin Includes
#include "utl/Logger.h"
// User Code End Includes
namespace odb {
template class dbTable<_dbChipConn>;

Expand Down
3 changes: 3 additions & 0 deletions src/odb/src/db/dbChipConnItr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
#include "dbChip.h"
#include "dbChipConn.h"
#include "dbTable.h"
// User Code Begin Includes
#include "odb/dbObject.h"
// User Code End Includes

namespace odb {

Expand Down
3 changes: 3 additions & 0 deletions src/odb/src/db/dbChipInst.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@
#include "dbChip.h"
#include "dbChipBumpInst.h"
#include "dbChipRegionInst.h"
#include "odb/dbSet.h"
#include "odb/dbTransform.h"
#include "odb/dbTypes.h"
#include "odb/geom.h"
#include "utl/Logger.h"
// User Code End Includes
namespace odb {
template class dbTable<_dbChipInst>;
Expand Down
3 changes: 3 additions & 0 deletions src/odb/src/db/dbChipInstItr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
#include "dbChip.h"
#include "dbChipInst.h"
#include "dbTable.h"
// User Code Begin Includes
#include "odb/dbObject.h"
// User Code End Includes

namespace odb {

Expand Down
5 changes: 4 additions & 1 deletion src/odb/src/db/dbChipNet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
#include "dbDatabase.h"
#include "dbTable.h"
#include "odb/db.h"
// User Code Begin Includes
#include "utl/Logger.h"
// User Code End Includes
namespace odb {
template class dbTable<_dbChipNet>;

Expand Down Expand Up @@ -183,4 +186,4 @@ void dbChipNet::destroy(dbChipNet* net)
}
// User Code End dbChipNetPublicMethods
} // namespace odb
// Generator Code End Cpp
// Generator Code End Cpp
3 changes: 3 additions & 0 deletions src/odb/src/db/dbChipNetItr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
#include "dbChip.h"
#include "dbChipNet.h"
#include "dbTable.h"
// User Code Begin Includes
#include "odb/dbObject.h"
// User Code End Includes

namespace odb {

Expand Down
1 change: 1 addition & 0 deletions src/odb/src/db/dbChipRegion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include "dbChipInst.h"
#include "dbChipRegionInst.h"
#include "dbTech.h"
#include "odb/dbObject.h"
#include "odb/geom.h"
#include "utl/Logger.h"
// User Code End Includes
Expand Down
3 changes: 3 additions & 0 deletions src/odb/src/db/dbChipRegion.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
#include "odb/dbId.h"
#include "odb/dbTypes.h"
#include "odb/geom.h"
// User Code Begin Includes
#include "odb/dbObject.h"
// User Code End Includes

namespace odb {
class dbIStream;
Expand Down
1 change: 1 addition & 0 deletions src/odb/src/db/dbChipRegionInst.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include "dbChipBumpInst.h"
#include "dbChipBumpInstItr.h"
#include "dbChipInst.h"
#include "odb/dbSet.h"
#include "odb/dbTransform.h"
#include "odb/geom.h"
// User Code End Includes
Expand Down
3 changes: 3 additions & 0 deletions src/odb/src/db/dbChipRegionInstItr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
#include "dbChipInst.h"
#include "dbChipRegionInst.h"
#include "dbTable.h"
// User Code Begin Includes
#include "odb/dbObject.h"
// User Code End Includes

namespace odb {

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 @@ -15,6 +15,7 @@

#include "dbChipRegionInstItr.h"
#include "odb/dbDatabaseObserver.h"
#include "odb/dbObject.h"
namespace utl {
class Logger;
}
Expand Down
3 changes: 3 additions & 0 deletions src/odb/src/db/dbDft.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
#include "dbTable.h"
#include "odb/db.h"
#include "odb/dbSet.h"
// User Code Begin Includes
#include "odb/dbObject.h"
// User Code End Includes
namespace odb {
template class dbTable<_dbDft>;

Expand Down
3 changes: 3 additions & 0 deletions src/odb/src/db/dbDft.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@

#include "dbBlock.h"
#include "dbCore.h"
// User Code Begin Includes
#include "odb/dbObject.h"
// User Code End Includes

namespace odb {
class dbIStream;
Expand Down
4 changes: 4 additions & 0 deletions src/odb/src/db/dbGCellGrid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,14 @@
// User Code Begin Includes
#include <algorithm>
#include <cassert>
#include <iterator>
#include <utility>
#include <vector>

#include "dbBlock.h"
#include "dbTech.h"
#include "odb/dbSet.h"
#include "odb/dbTypes.h"
#include "utl/algorithms.h"
// User Code End Includes
namespace odb {
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 @@ -16,6 +16,7 @@
#include "odb/dbTypes.h"
// User Code Begin Includes
#include "dbGDSLib.h"
#include "odb/geom.h"
// User Code End Includes
namespace odb {
template class dbTable<_dbGDSARef>;
Expand Down
4 changes: 4 additions & 0 deletions src/odb/src/db/dbGDSARef.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
#include "dbCore.h"
#include "dbGDSStructure.h"
#include "odb/dbId.h"
// User Code Begin Includes
#include "odb/dbTypes.h"
#include "odb/geom.h"
// User Code End Includes

namespace odb {
class dbIStream;
Expand Down
4 changes: 4 additions & 0 deletions src/odb/src/db/dbGDSBoundary.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
#include "dbTable.h"
#include "odb/db.h"
#include "odb/dbTypes.h"
// User Code Begin Includes
#include "dbGDSStructure.h"
#include "odb/geom.h"
// User Code End Includes
namespace odb {
template class dbTable<_dbGDSBoundary>;

Expand Down
3 changes: 3 additions & 0 deletions src/odb/src/db/dbGDSBoundary.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@

#include "dbCore.h"
#include "dbGDSStructure.h"
// User Code Begin Includes
#include "odb/geom.h"
// User Code End Includes

namespace odb {
class dbIStream;
Expand Down
4 changes: 4 additions & 0 deletions src/odb/src/db/dbGDSBox.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
#include "dbTable.h"
#include "odb/db.h"
#include "odb/dbTypes.h"
// User Code Begin Includes
#include "dbGDSStructure.h"
#include "odb/geom.h"
// User Code End Includes
namespace odb {
template class dbTable<_dbGDSBox>;

Expand Down
3 changes: 3 additions & 0 deletions src/odb/src/db/dbGDSBox.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@

#include "dbCore.h"
#include "dbGDSStructure.h"
// User Code Begin Includes
#include "odb/geom.h"
// User Code End Includes

namespace odb {
class dbIStream;
Expand Down
3 changes: 3 additions & 0 deletions src/odb/src/db/dbGDSPath.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
#include "odb/db.h"
#include "odb/dbTypes.h"
#include "odb/geom.h"
// User Code Begin Includes
#include "dbGDSStructure.h"
// User Code End Includes
namespace odb {
template class dbTable<_dbGDSPath>;

Expand Down
3 changes: 3 additions & 0 deletions src/odb/src/db/dbGDSPath.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@

#include "dbCore.h"
#include "dbGDSStructure.h"
// User Code Begin Includes
#include "odb/geom.h"
// User Code End Includes

namespace odb {
class dbIStream;
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 @@ -16,6 +16,7 @@
#include "odb/dbTypes.h"
// User Code Begin Includes
#include "dbGDSLib.h"
#include "odb/geom.h"
// User Code End Includes
namespace odb {
template class dbTable<_dbGDSSRef>;
Expand Down
4 changes: 4 additions & 0 deletions src/odb/src/db/dbGDSSRef.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
#include "dbCore.h"
#include "dbGDSStructure.h"
#include "odb/dbId.h"
// User Code Begin Includes
#include "odb/dbTypes.h"
#include "odb/geom.h"
// User Code End Includes

namespace odb {
class dbIStream;
Expand Down
1 change: 1 addition & 0 deletions src/odb/src/db/dbGDSStructure.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include "odb/dbTypes.h"
// User Code Begin Includes
#include "dbCommon.h"
#include "odb/dbObject.h"
// User Code End Includes
namespace odb {
template class dbTable<_dbGDSStructure>;
Expand Down
3 changes: 3 additions & 0 deletions src/odb/src/db/dbGDSStructure.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
#include "dbVector.h"
#include "odb/db.h"
#include "odb/dbId.h"
// User Code Begin Includes
#include "odb/dbObject.h"
// User Code End Includes

namespace odb {
class dbIStream;
Expand Down
4 changes: 4 additions & 0 deletions src/odb/src/db/dbGDSText.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
#include "dbTable.h"
#include "odb/db.h"
#include "odb/dbTypes.h"
// User Code Begin Includes
#include "dbGDSStructure.h"
#include "odb/geom.h"
// User Code End Includes
namespace odb {
template class dbTable<_dbGDSText>;

Expand Down
4 changes: 4 additions & 0 deletions src/odb/src/db/dbGDSText.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@

#include "dbCore.h"
#include "dbGDSStructure.h"
// User Code Begin Includes
#include "odb/dbTypes.h"
#include "odb/geom.h"
// User Code End Includes

namespace odb {
class dbIStream;
Expand Down
5 changes: 5 additions & 0 deletions src/odb/src/db/dbGlobalConnect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,17 @@
#include "dbTable.h"
#include "odb/db.h"
// User Code Begin Includes
#include <map>
#include <set>
#include <utility>
#include <vector>

#include "dbBlock.h"
#include "dbInst.h"
#include "dbLib.h"
#include "dbMTerm.h"
#include "dbMaster.h"
#include "odb/dbSet.h"
#include "utl/Logger.h"
// User Code End Includes
namespace odb {
Expand Down
Loading