aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs
diff options
context:
space:
mode:
authorMarcelina Koƛcielnicka <mwk@0x04.net>2020-04-09 03:55:56 +0200
committerMarcelina Koƛcielnicka <mwk@0x04.net>2020-06-23 15:40:02 +0200
commit832acc86483bf8a61d66bee6f04385ad948902a5 (patch)
tree84890ddefea37f0145bd1870dda432e2736f9516 /techlibs
parent119f79d8b9c5aa22d0c48748c1f01b1cdee892d3 (diff)
downloadyosys-832acc86483bf8a61d66bee6f04385ad948902a5.tar.gz
yosys-832acc86483bf8a61d66bee6f04385ad948902a5.tar.bz2
yosys-832acc86483bf8a61d66bee6f04385ad948902a5.zip
Add new FF types to simplemap.
Diffstat (limited to 'techlibs')
-rw-r--r--techlibs/common/techmap.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/techlibs/common/techmap.v b/techlibs/common/techmap.v
index eafe8d4da..9607302b7 100644
--- a/techlibs/common/techmap.v
+++ b/techlibs/common/techmap.v
@@ -64,7 +64,7 @@ module _90_simplemap_various;
endmodule
(* techmap_simplemap *)
-(* techmap_celltype = "$sr $ff $dff $dffe $adff $dffsr $dlatch" *)
+(* techmap_celltype = "$sr $ff $dff $dffe $adff $adffe $sdff $sdffe $sdffce $dffsr $dffsre $dlatch $adlatch $dlatchsr" *)
module _90_simplemap_registers;
endmodule