From 658936513efd17713256fa8f42bde62643f4efcb Mon Sep 17 00:00:00 2001 From: andyfox-rushc Date: Sun, 11 Aug 2024 00:52:36 -0700 Subject: [PATCH] Force rerun of tests. Signed-off-by: Andy Fox andy@rushc.com Signed-off-by: andyfox-rushc --- src/odb/src/defin/definReader.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/odb/src/defin/definReader.cpp b/src/odb/src/defin/definReader.cpp index b0d41cc0944..4ab3d78089f 100644 --- a/src/odb/src/defin/definReader.cpp +++ b/src/odb/src/defin/definReader.cpp @@ -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; }