From 71f0984dc9874d7d0b298e58fcc92d3932f226d0 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Wed, 13 Mar 2024 10:16:09 +0100 Subject: [PATCH] fixes --- techlibs/nanoxplore/cells_wrap_l.v | 4 ++-- techlibs/nanoxplore/cells_wrap_m.v | 4 ++-- techlibs/nanoxplore/cells_wrap_u.v | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/techlibs/nanoxplore/cells_wrap_l.v b/techlibs/nanoxplore/cells_wrap_l.v index 24430052f..d86b4518b 100644 --- a/techlibs/nanoxplore/cells_wrap_l.v +++ b/techlibs/nanoxplore/cells_wrap_l.v @@ -1007,8 +1007,8 @@ module NX_DSP_L_WRAP(CCI, CCO, CI, CK, CO, CO37, CO57, OVF, R, RZ, WE, A, B, C, .CI(CI), .CK(CK), .CO(CO), - .CO37(CO36), - .CO57(CO56), + .CO37(CO37), + .CO57(CO57), .CZI1(CZI[0]), .CZI2(CZI[1]), diff --git a/techlibs/nanoxplore/cells_wrap_m.v b/techlibs/nanoxplore/cells_wrap_m.v index 190196e2f..0bf3a9050 100644 --- a/techlibs/nanoxplore/cells_wrap_m.v +++ b/techlibs/nanoxplore/cells_wrap_m.v @@ -646,8 +646,8 @@ module NX_DSP_WRAP(CCI, CCO, CI, CK, CO, CO37, CO49, OVF, R, RZ, WE, A, B, C, D, .CI(CI), .CK(CK), .CO(CO), - .CO37(CO36), - .CO49(CO48), + .CO37(CO37), + .CO49(CO49), .CZI1(CZI[0]), .CZI2(CZI[1]), diff --git a/techlibs/nanoxplore/cells_wrap_u.v b/techlibs/nanoxplore/cells_wrap_u.v index b07c9e46b..f5623dfeb 100644 --- a/techlibs/nanoxplore/cells_wrap_u.v +++ b/techlibs/nanoxplore/cells_wrap_u.v @@ -1149,8 +1149,8 @@ module NX_DSP_U_WRAP(CCI, CCO, CI, CK, CO43, CO57, OVF, R, RZ, WE, WEZ, A, B, C, .CCO(CCO), .CI(CI), .CK(CK), - .CO43(CO42), - .CO57(CO56), + .CO43(CO43), + .CO57(CO57), .CZI1(CZI[0]), .CZI2(CZI[1]),