mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-18 21:25:47 +00:00
edit
This commit is contained in:
parent
1646f7712a
commit
553ea0a173
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue