mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-18 22:59:03 +00:00
common: In default techmap do not call simplemap
on $eqx
and friends
This commit is contained in:
parent
a0ab6ad7b0
commit
52c7ebe734
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue