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
+1 -1
View File
@@ -452,7 +452,7 @@ endmodule
`ifndef NOLUT
(* techmap_simplemap *)
(* techmap_celltype = "$lut" *)
(* techmap_celltype = "$lut $sop" *)
module _90_lut;
endmodule
`endif