mirror of
https://github.com/supleed2/EIE4-FYP.git
synced 2024-11-10 04:15:49 +00:00
Add debug UART port extension
This commit is contained in:
parent
bb1e27f787
commit
bda6a825de
5
make.py
5
make.py
|
@ -223,6 +223,11 @@ class BaseSoC(SoCCore):
|
||||||
Subsignal("mc", Pins("R17")), # IO_SCK
|
Subsignal("mc", Pins("R17")), # IO_SCK
|
||||||
Subsignal("md", Pins("N16")), # IO_MOSI
|
Subsignal("md", Pins("N16")), # IO_MOSI
|
||||||
IOStandard("LVCMOS33")
|
IOStandard("LVCMOS33")
|
||||||
|
),
|
||||||
|
("debug_uart", 0,
|
||||||
|
Subsignal("tx", Pins("B8")), # IO_10
|
||||||
|
Subsignal("rx", Pins("C8")), # IO_9
|
||||||
|
IOStandard("LVCMOS33")
|
||||||
)
|
)
|
||||||
])
|
])
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue