projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b09a20
)
cmp2lcu: rename _90_lcu_cmp -> _80_lcu_cmp
author
Eddie Hung
<eddie@fpgeh.com>
Fri, 3 Apr 2020 21:25:04 +0000
(14:25 -0700)
committer
Eddie Hung
<eddie@fpgeh.com>
Fri, 3 Apr 2020 21:28:22 +0000
(14:28 -0700)
techlibs/common/cmp2lcu.v
patch
|
blob
|
history
diff --git
a/techlibs/common/cmp2lcu.v
b/techlibs/common/cmp2lcu.v
index b4fadaaad7bc32365f0cbc0a277f83cce45169c2..b6f4aeed6f455891ab47e1a84918d2fc6d0bdff2 100644
(file)
--- a/
techlibs/common/cmp2lcu.v
+++ b/
techlibs/common/cmp2lcu.v
@@
-4,7
+4,7
@@
// which is typically mapped to dedicated (and fast) FPGA
// carry-chains.
(* techmap_celltype = "$lt $le $gt $ge" *)
-module _
9
0_lcu_cmp_ (A, B, Y);
+module _
8
0_lcu_cmp_ (A, B, Y);
parameter A_SIGNED = 0;
parameter B_SIGNED = 0;