mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 14:13: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
|
@ -452,7 +452,7 @@ endmodule
|
|||
|
||||
`ifndef NOLUT
|
||||
(* techmap_simplemap *)
|
||||
(* techmap_celltype = "$lut" *)
|
||||
(* techmap_celltype = "$lut $sop" *)
|
||||
module _90_lut;
|
||||
endmodule
|
||||
`endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue