mirror of https://github.com/YosysHQ/yosys.git
undo
This commit is contained in:
parent
3cd792d4d7
commit
448ab2a4e7
|
|
@ -128,7 +128,7 @@ struct RegRenameInstance {
|
||||||
|
|
||||||
int wireWidth = regInfo.width;
|
int wireWidth = regInfo.width;
|
||||||
int wireOffset = regInfo.offset;
|
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",
|
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());
|
regName.c_str(), cellName.c_str(), vcd_scope.c_str());
|
||||||
continue;
|
continue;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue