From: Eddie Hung Date: Fri, 3 Apr 2020 21:25:04 +0000 (-0700) Subject: cmp2lcu: rename _90_lcu_cmp -> _80_lcu_cmp X-Git-Tag: working-ls180~695^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7b38cde2df0631aac0377cd155653ae0e0084ed0;p=yosys.git cmp2lcu: rename _90_lcu_cmp -> _80_lcu_cmp --- diff --git a/techlibs/common/cmp2lcu.v b/techlibs/common/cmp2lcu.v index b4fadaaad..b6f4aeed6 100644 --- 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 _90_lcu_cmp_ (A, B, Y); +module _80_lcu_cmp_ (A, B, Y); parameter A_SIGNED = 0; parameter B_SIGNED = 0;