add warning

This commit is contained in:
Stan Lee 2026-03-30 14:13:43 -07:00
parent e10f545c69
commit c767d90f3d
1 changed files with 2 additions and 0 deletions

View File

@ -247,6 +247,8 @@ struct SimInstance
}
return array_handles;
}
log_warning("Array wire '%s' found in VCD (total width %d) but does not match Yosys wire width %d; skipping.\n",
wire_name.c_str(), total_width, wire->width);
}
return dict<int, fstHandle>();
}