Skip to content

Commit

Permalink
Force change off to retest. Signed-off-by: Andy Fox [email protected]
Browse files Browse the repository at this point in the history
Signed-off-by: andyfox-rushc <[email protected]>
  • Loading branch information
andyfox-rushc committed Aug 11, 2024
1 parent 6589365 commit b32822b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/odb/src/defin/definReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2137,9 +2137,11 @@ bool definReader::createBlock(const char* file)
}
}
defrClear();
dbModule* top_module = _block->getTopModule();
/*
* dbModule* top_module = _block->getTopModule();
top_module->getChildren().reverse();
top_module->getInsts().reverse();
*/
return true;
// 1220 return errors() == 0;
}
Expand Down

0 comments on commit b32822b

Please sign in to comment.