Merge pull request #233 from smunaut/icebreaker-usb

icebreaker: Minor fix to usb (add PMOD2 position and fix typo)
This commit is contained in:
enjoy-digital 2021-06-28 10:52:21 +02:00 committed by GitHub
commit aa140d4bc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 1 deletions

View File

@ -114,6 +114,15 @@ usb_pmod_1b = [
) )
] ]
usb_pmod_2 = [
("usb", 0,
Subsignal("d_p", Pins("PMOD2:2")),
Subsignal("d_n", Pins("PMOD2:3")),
Subsignal("pullup", Pins("PMOD2:0")),
IOStandard("LVCMOS33"),
)
]
usb_tnt = [ usb_tnt = [
("usb", 0, ("usb", 0,
Subsignal("d_p", Pins("PMOD1B:3")), Subsignal("d_p", Pins("PMOD1B:3")),
@ -123,7 +132,7 @@ usb_tnt = [
) )
] ]
usb_keckmann = [ usb_kbeckmann = [
("usb", 0, ("usb", 0,
Subsignal("d_p", Pins("PMOD1B:0")), Subsignal("d_p", Pins("PMOD1B:0")),
Subsignal("d_n", Pins("PMOD1B:1")), Subsignal("d_n", Pins("PMOD1B:1")),