3
0
Fork 0
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:
Clifford Wolf 2016-06-17 16:31:16 +02:00
parent 52bb1b968d
commit 95757efb25
6 changed files with 89 additions and 10 deletions

View file

@ -452,7 +452,7 @@ endmodule
`ifndef NOLUT
(* techmap_simplemap *)
(* techmap_celltype = "$lut" *)
(* techmap_celltype = "$lut $sop" *)
module _90_lut;
endmodule
`endif