From 448ab2a4e76591518b768e1b6192224262727669 Mon Sep 17 00:00:00 2001 From: Stan Lee Date: Wed, 29 Apr 2026 11:30:04 -0700 Subject: [PATCH] undo --- passes/silimate/reg_rename.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/passes/silimate/reg_rename.cc b/passes/silimate/reg_rename.cc index c5b6148bb..b12692803 100644 --- a/passes/silimate/reg_rename.cc +++ b/passes/silimate/reg_rename.cc @@ -128,7 +128,7 @@ struct RegRenameInstance { int wireWidth = regInfo.width; int wireOffset = regInfo.offset; - if (wireWidth == 0 && regName.find("_reg") != std::string::npos) { + if (wireWidth == 0) { log_warning("Unable to find matching register %s in VCD for cell %s in scope %s\n", regName.c_str(), cellName.c_str(), vcd_scope.c_str()); continue;