Fix shuffle breakout mapping

This commit is contained in:
Jeremy Stretch
2025-12-12 10:53:10 -05:00
parent 0ac52f3ce4
commit 60e38ec016

View File

@@ -228,10 +228,10 @@ class ShuffleBreakout2x8CableProfile(BaseCableProfile):
(1, 2): (2, 1),
(1, 3): (5, 1),
(1, 4): (6, 1),
(2, 1): (3, 2),
(2, 2): (4, 2),
(2, 3): (7, 2),
(2, 4): (8, 2),
(2, 1): (3, 1),
(2, 2): (4, 1),
(2, 3): (7, 1),
(2, 4): (8, 1),
}
_b_mapping = {
(1, 1): (1, 1),