Skip to content

Commit

Permalink
Force rerun of tests. 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 4ff93cd commit 6589365
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/odb/src/defin/definReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2136,12 +2136,10 @@ bool definReader::createBlock(const char* file)
_logger->warn(utl::ODB, 149, "DEF parser returns an error!");
}
}

defrClear();
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 6589365

Please sign in to comment.