Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mmicko committed Mar 13, 2024
1 parent 89c81aa commit da4cb00
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions techlibs/nanoxplore/cells_wrap_l.v
Original file line number Diff line number Diff line change
Expand Up @@ -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]),
Expand Down
4 changes: 2 additions & 2 deletions techlibs/nanoxplore/cells_wrap_m.v
Original file line number Diff line number Diff line change
Expand Up @@ -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]),
Expand Down
4 changes: 2 additions & 2 deletions techlibs/nanoxplore/cells_wrap_u.v
Original file line number Diff line number Diff line change
Expand Up @@ -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]),
Expand Down

0 comments on commit da4cb00

Please sign in to comment.