mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 06:03:23 +00:00
Improved support for $sop cells
This commit is contained in:
parent
52bb1b968d
commit
95757efb25
6 changed files with 89 additions and 10 deletions
|
@ -2142,7 +2142,7 @@ void RTLIL::Cell::fixup_parameters(bool set_a_signed, bool set_b_signed)
|
|||
return;
|
||||
}
|
||||
|
||||
if (type == "$lut") {
|
||||
if (type == "$lut" || type == "$sop") {
|
||||
parameters["\\WIDTH"] = GetSize(connections_["\\A"]);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue