Skip to content
Snippets Groups Projects
Commit 73e84c22 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Corrected i_QSFP_RX(1) <= QSFP_1_RX, was index (0).

parent b33cbbef
No related branches found
No related tags found
No related merge requests found
...@@ -917,7 +917,7 @@ BEGIN ...@@ -917,7 +917,7 @@ BEGIN
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
-- put the QSFP_TX/RX ports into arrays -- put the QSFP_TX/RX ports into arrays
i_QSFP_RX(0) <= QSFP_0_RX; i_QSFP_RX(0) <= QSFP_0_RX;
i_QSFP_RX(0) <= QSFP_1_RX; i_QSFP_RX(1) <= QSFP_1_RX;
QSFP_0_TX <= i_QSFP_TX(0); QSFP_0_TX <= i_QSFP_TX(0);
QSFP_1_TX <= i_QSFP_TX(1); QSFP_1_TX <= i_QSFP_TX(1);
------------ ------------
......
...@@ -884,7 +884,7 @@ BEGIN ...@@ -884,7 +884,7 @@ BEGIN
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
-- put the QSFP_TX/RX ports into arrays -- put the QSFP_TX/RX ports into arrays
i_QSFP_RX(0) <= QSFP_0_RX; i_QSFP_RX(0) <= QSFP_0_RX;
i_QSFP_RX(0) <= QSFP_1_RX; i_QSFP_RX(1) <= QSFP_1_RX;
QSFP_0_TX <= i_QSFP_TX(0); QSFP_0_TX <= i_QSFP_TX(0);
QSFP_1_TX <= i_QSFP_TX(1); QSFP_1_TX <= i_QSFP_TX(1);
------------ ------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment