3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-07 09:55:20 +00:00

cmp2lcu: rename _90_lcu_cmp -> _80_lcu_cmp

This commit is contained in:
Eddie Hung 2020-04-03 14:25:04 -07:00
parent 7b09a20c0c
commit 7b38cde2df

View file

@ -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;