Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions src/probeinterface/wiring.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0,
63, 62, 61, 60, 59, 58, 57, 56, 55, 54, 53, 52, 51, 50, 49, 48],

# Mapping the ASSY-116>RHD2132
# mapping the ASSY-116>RHD2132
'ASSY-116>RHD2132': [
24, 23, 25, 22, 26, 21, 27, 20, 28, 19, 29, 18, 30, 17, 31, 16, 0,
15, 1, 14, 2, 13, 3, 12, 4, 11, 5, 10, 6, 9, 7, 8],
Expand All @@ -41,7 +41,16 @@
11, 8, 9, 10, 12, 7, 6, 5, 4, 3, 13, 2, 1, 14, 0, 15,
55, 56, 54, 57, 53, 58, 52, 59, 51, 60, 50, 61, 62, 49, 63, 48],

# Done by Zach McKenzie & Chris Halcrow
# done by Bao Le, verified by Alessio Buccino
# note: first SPI cable goes to RHD chip on adaptor's samtec connector's side
'ASSY-77>Adpt.A64-Om32_2x-sm-cambridgeneurotech>two_RHD2132': [
16, 31, 17, 30, 18, 29, 19, 28, 20, 27, 21, 26, 22, 25, 23, 24,
47, 32, 46, 33, 45, 34, 44, 43, 42, 41, 40, 35, 37, 38, 39, 36,
59, 56, 57, 58, 60, 55, 54, 53, 52, 51, 61, 50, 62, 49, 63, 48,
7, 8, 6, 9, 5, 10, 4, 11, 3, 12, 2, 13, 1, 14, 0, 15
],

# done by Zach McKenzie & Chris Halcrow
# verified by Samuel Garcia and Aaron Wong (#307)
'ASSY-77>Adpt.A64-Om32_2x-sm-cambridgeneurotech>RHD2164': [
32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46,
Expand Down