Skip to content

Commit

Permalink
Removed extraneous print
Browse files Browse the repository at this point in the history
Signed-off-by: andyfox-rushc <[email protected]>
  • Loading branch information
andyfox-rushc committed Nov 9, 2024
1 parent b7c4248 commit 2445f3e
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 10 deletions.
1 change: 0 additions & 1 deletion src/odb/src/db/dbModBTerm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,6 @@ dbModBTerm* dbModBTerm::getModBTerm(dbBlock* block, uint dbid)

void dbModBTerm::destroy(dbModBTerm* val)
{
printf("Destroying mod bterm %d\n", val->getId());
_dbModBTerm* _modbterm = (_dbModBTerm*) val;
_dbBlock* block = (_dbBlock*) (_modbterm->getOwner());
_dbModule* module = block->_module_tbl->getPtr(_modbterm->_parent);
Expand Down
3 changes: 0 additions & 3 deletions src/odb/src/db/dbModITerm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -361,9 +361,6 @@ dbModITerm* dbModITerm::getModITerm(dbBlock* block, uint dbid)

void dbModITerm::destroy(dbModITerm* val)
{
printf("Destroying mod iterm %d\n", val->getId());
printf("Which is connected to net %s\n",
val->getModNet() ? val->getModNet()->getName() : "empty");
_dbModITerm* _moditerm = (_dbModITerm*) val;
_dbBlock* block = (_dbBlock*) _moditerm->getOwner();

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

#include "dbBusPort.h"
#include "dbModBTerm.h"
#include "dbModBTerm.h"
#include "dbModule.h"
#include "dbTable.h"

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

#include "dbBusPort.h"
#include "dbModBTerm.h"
#include "dbModBTerm.h"
#include "dbModule.h"
#include "dbTable.h"

Expand Down
1 change: 1 addition & 0 deletions src/odb/src/db/dbModuleModInstItr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
// Generator Code Begin Cpp
#include "dbModuleModInstItr.h"

#include "dbModInst.h"
#include "dbModInst.h"
#include "dbModule.h"
#include "dbTable.h"
Expand Down
1 change: 1 addition & 0 deletions src/odb/src/db/dbModuleModInstModITermItr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
// Generator Code Begin Cpp
#include "dbModuleModInstModITermItr.h"

#include "dbModITerm.h"
#include "dbModITerm.h"
#include "dbModInst.h"
#include "dbModule.h"
Expand Down
1 change: 1 addition & 0 deletions src/odb/src/db/dbModuleModNetItr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
// Generator Code Begin Cpp
#include "dbModuleModNetItr.h"

#include "dbModNet.h"
#include "dbModNet.h"
#include "dbModule.h"
#include "dbTable.h"
Expand Down
1 change: 1 addition & 0 deletions src/odb/src/db/dbModulePortItr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
#include "dbBlock.h"
#include "dbBusPort.h"
#include "dbModBTerm.h"
#include "dbModBTerm.h"
#include "dbModule.h"
#include "dbTable.h"

Expand Down
6 changes: 0 additions & 6 deletions src/rsz/test/clone_hier.ok
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,6 @@ worst slack -0.16
135 | 0 | 0 | 0 | 3 | 1 | -0.091 | -19.3 | 16 | load82/D
[WARNING RSZ-0075] makeBufferedNet failed for driver drvr_1/Q
[WARNING RSZ-0075] makeBufferedNet failed for driver cloneU1/nand_inst_0/ZN
Destroying mod iterm 7
Which is connected to net empty
Destroying mod bterm 7
137 | 0 | 0 | 0 | 3 | 1 | -0.092 | -19.4 | 15 | load90/D
138 | 0 | 0 | 0 | 3 | 1 | -0.092 | -19.4 | 14 | load90/D
139 | 0 | 0 | 0 | 3 | 1 | -0.092 | -19.4 | 13 | load90/D
Expand All @@ -167,9 +164,6 @@ Destroying mod bterm 7
145 | 0 | 0 | 0 | 3 | 1 | -0.092 | -19.4 | 7 | load90/D
[WARNING RSZ-0075] makeBufferedNet failed for driver drvr_1/Q
[WARNING RSZ-0075] makeBufferedNet failed for driver cloneU1/nand_inst_0/ZN
Destroying mod iterm 7
Which is connected to net empty
Destroying mod bterm 7
147 | 0 | 0 | 0 | 3 | 1 | -0.096 | -19.4 | 6 | load95/D
148 | 0 | 0 | 0 | 3 | 1 | -0.096 | -19.4 | 5 | load95/D
149 | 0 | 0 | 0 | 3 | 1 | -0.096 | -19.4 | 4 | load95/D
Expand Down

0 comments on commit 2445f3e

Please sign in to comment.