diff options
author | Pepijn de Vos <pepijndevos@gmail.com> | 2019-11-16 12:43:17 +0100 |
---|---|---|
committer | Pepijn de Vos <pepijndevos@gmail.com> | 2019-11-16 12:43:17 +0100 |
commit | 32f0296df1b97ff5b3bcc442ac38f27a786947d6 (patch) | |
tree | 72ec224a90bb5a40e007a88fe37085dcc786a0e0 /techlibs/common/cmp2lut.v | |
parent | ab8c521030a2c91a1e388d6f3c627a7f7dd525b2 (diff) | |
parent | 51e4e29bb1f7c030b0cac351c522dc41f7587be2 (diff) | |
download | yosys-32f0296df1b97ff5b3bcc442ac38f27a786947d6.tar.gz yosys-32f0296df1b97ff5b3bcc442ac38f27a786947d6.tar.bz2 yosys-32f0296df1b97ff5b3bcc442ac38f27a786947d6.zip |
Merge branch 'master' of https://github.com/YosysHQ/yosys into gowin
Diffstat (limited to 'techlibs/common/cmp2lut.v')
-rw-r--r-- | techlibs/common/cmp2lut.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/techlibs/common/cmp2lut.v b/techlibs/common/cmp2lut.v index 0d0757767..1c8192b85 100644 --- a/techlibs/common/cmp2lut.v +++ b/techlibs/common/cmp2lut.v @@ -7,7 +7,7 @@ // with n <= k inputs should be techmapped in this way, because this shortens the critical path // from n to 1 by avoiding carry chains. -(* techmap_celltype = "$eq $ne $lt $le $gt $ge" *) +(* techmap_celltype = "$lt $le $gt $ge" *) module _90_lut_cmp_ (A, B, Y); parameter A_SIGNED = 0; |