Skip to content

Commit

Permalink
Backed out defin order change. 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 May 8, 2024
1 parent 5742598 commit 0f8c15d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/odb/src/defin/definReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1937,10 +1937,6 @@ bool definReader::createBlock(const char* file)
}

defrClear();
auto module = _block->getTopModule();
if (module->getInsts().reversible() && module->getInsts().orderReversed()) {
module->getInsts().reverse();
}
return true;
// 1220 return errors() == 0;
}
Expand Down

0 comments on commit 0f8c15d

Please sign in to comment.