mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-21 14:45:50 +00:00
twine
This commit is contained in:
parent
3d27e83d0f
commit
3424c00cd0
63 changed files with 2635 additions and 503 deletions
|
|
@ -1416,7 +1416,7 @@ struct FlowmapWorker
|
|||
for (auto gate_node : lut_gates[node])
|
||||
{
|
||||
auto gate_origin = node_origins[gate_node];
|
||||
lut->add_strpool_attribute(ID::src, gate_origin.cell->get_strpool_attribute(ID::src));
|
||||
module->design->merge_src(lut, gate_origin.cell);
|
||||
packed_count++;
|
||||
}
|
||||
lut_count++;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue