3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-07-23 12:48:54 +00:00
This commit is contained in:
Martin Povišer 2025-03-10 11:06:41 +13:00 committed by GitHub
commit cd1ac11a32
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 10 deletions

View file

@ -54,12 +54,12 @@ module _90_simplemap_logic_ops;
endmodule
(* techmap_simplemap *)
(* techmap_celltype = "$eq $eqx $ne $nex" *)
(* techmap_celltype = "$eq $ne" *)
module _90_simplemap_compare_ops;
endmodule
(* techmap_simplemap *)
(* techmap_celltype = "$pos $slice $concat $mux $tribuf $bmux $bwmux $bweqx" *)
(* techmap_celltype = "$pos $slice $concat $mux $tribuf $bmux $bwmux" *)
module _90_simplemap_various;
endmodule