forked from M-Labs/humpback-dds
humpback: fixed syntax
This commit is contained in:
parent
30d8005ca6
commit
cd8c2e980d
|
@ -84,8 +84,9 @@ class HumpbackPlatform(LatticeICE40Platform):
|
|||
"d7_n" : "F3",
|
||||
"d7_p" : "G3",
|
||||
}),
|
||||
|
||||
# EEM1 Connection Interface
|
||||
Connector("eem", 1,
|
||||
Connector("eem", 1, {
|
||||
"d0_cc_n": "L3",
|
||||
"d0_cc_p": "L6",
|
||||
"d1_n": "F1",
|
||||
|
@ -105,7 +106,7 @@ class HumpbackPlatform(LatticeICE40Platform):
|
|||
}),
|
||||
|
||||
# EEM2 Connection Interface
|
||||
Connector("eem", 2,
|
||||
Connector("eem", 2, {
|
||||
"d0_cc_n": "G1",
|
||||
"d0_cc_p": "J5",
|
||||
"d1_n": "M2",
|
||||
|
@ -125,7 +126,7 @@ class HumpbackPlatform(LatticeICE40Platform):
|
|||
}),
|
||||
|
||||
# STM32 Connection Pins
|
||||
Connector("stm32", "GPIO", {
|
||||
Connector("stm32", "pin", {
|
||||
"PA0": "A2",
|
||||
"PA1": "P14",
|
||||
"PA2": "B8",
|
||||
|
|
Loading…
Reference in New Issue