3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-18 21:25:47 +00:00
This commit is contained in:
Stan Lee 2026-04-20 16:11:28 -07:00
parent 1646f7712a
commit 553ea0a173

View file

@ -218,7 +218,7 @@ struct SplitcellsWorker
} else {
// Fallback
wire_indices = stringf(
"%c%d%c", format[0], slice_lsb, format[1]);
"%c%d%c", format[0], name_lsb, format[1]);
}
// Construct uniquified name by concatenating the base name with the wire indices
slice_name = module->uniquify(base_name + wire_indices);