Skip to content

Commit

Permalink
EBAZ4205: update
Browse files Browse the repository at this point in the history
  • Loading branch information
newell authored Jul 7, 2024
1 parent 14e4bc0 commit 60739a1
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions migen/build/platforms/ebaz4205.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,6 @@
Subsignal("rx", Pins("F15")),
IOStandard("LVCMOS33"),
),
# JTAG
(
"jtag",
Subsignal("tms", Pins("J6")),
Subsignal("tdo", Pins("F6")),
Subsignal("tdi", Pins("G6")),
Subsignal("tck", Pins("F9")),
IOStandard("LVCMOS33"),
),
# DDR3
(
"ddram",
Expand Down Expand Up @@ -112,7 +103,7 @@
]

# DATA1-3 2x10 2.0mm Pitch
# J3 and J5 1x4 2.54mm Pitch (opto-isolators if populated)
# J3 and J5 1x4 2.54mm Pitch
_connectors = [
(
"DATA1",
Expand Down

0 comments on commit 60739a1

Please sign in to comment.