3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-07-25 13:47:02 +00:00

common: In default techmap do not call simplemap on $eqx and friends

This commit is contained in:
Martin Povišer 2024-07-25 11:49:16 +02:00
parent a0ab6ad7b0
commit 52c7ebe734

View file

@ -54,12 +54,12 @@ module _90_simplemap_logic_ops;
endmodule endmodule
(* techmap_simplemap *) (* techmap_simplemap *)
(* techmap_celltype = "$eq $eqx $ne $nex" *) (* techmap_celltype = "$eq $ne" *)
module _90_simplemap_compare_ops; module _90_simplemap_compare_ops;
endmodule endmodule
(* techmap_simplemap *) (* 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; module _90_simplemap_various;
endmodule endmodule