From 52c7ebe734913baa8bfca741581921eba875365d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Povi=C5=A1er?= Date: Thu, 25 Jul 2024 11:49:16 +0200 Subject: [PATCH] common: In default techmap do not call `simplemap` on `$eqx` and friends --- techlibs/common/techmap.v | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/techlibs/common/techmap.v b/techlibs/common/techmap.v index 68b276588..cddec914c 100644 --- a/techlibs/common/techmap.v +++ b/techlibs/common/techmap.v @@ -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