Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kestrel Collaboration
Kestrel LiteX
migen
Commits
1eeb38d7
Commit
1eeb38d7
authored
6 years ago
by
Caleb Jamison
Committed by
Sébastien Bourdeauducq
6 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Fixed missing parens, extra spaces
parent
0dd85cde
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
migen/build/platforms/arty_a7.py
migen/build/platforms/arty_a7.py
+11
-11
No files found.
migen/build/platforms/arty_a7.py
View file @
1eeb38d7
...
...
@@ -116,20 +116,20 @@ _io = [
(
"eth_clocks"
,
0
,
Subsignal
(
"tx"
,
Pins
(
"H16"
)),
Subsignal
(
"rx"
,
Pins
(
"F15"
)),
Subsignal
(
"ref_clk"
,
Pins
(
"G18"
),
# FIXME this is missing in the litex version
Subsignal
(
"ref_clk"
,
Pins
(
"G18"
)
)
,
# FIXME this is missing in the litex version
IOStandard
(
"LVCMOS33"
),
),
(
"eth"
,
0
,
Subsignal
(
"rst_n"
,
Pins
(
"C16"
),
Subsignal
(
"mdio"
,
Pins
(
"K13"
),
Subsignal
(
"mdc"
,
Pins
(
"F16"
),
Subsignal
(
"dv"
,
Pins
(
"G16"
),
Subsignal
(
"rx_er"
,
Pins
(
"C17"
),
Subsignal
(
"rx_data"
,
Pins
(
"D18 E17 E18 G17"
),
Subsignal
(
"tx_en"
,
Pins
(
"H15"
),
Subsignal
(
"tx_data"
,
Pins
(
"H14 J14 J13 H17"
),
Subsignal
(
"col"
,
Pins
(
"D17"
),
Subsignal
(
"crs"
,
Pins
(
"G14"
),
Subsignal
(
"rst_n"
,
Pins
(
"C16"
)
)
,
Subsignal
(
"mdio"
,
Pins
(
"K13"
)
)
,
Subsignal
(
"mdc"
,
Pins
(
"F16"
)
)
,
Subsignal
(
"dv"
,
Pins
(
"G16"
)
)
,
Subsignal
(
"rx_er"
,
Pins
(
"C17"
)
)
,
Subsignal
(
"rx_data"
,
Pins
(
"D18 E17 E18 G17"
)
)
,
Subsignal
(
"tx_en"
,
Pins
(
"H15"
)
)
,
Subsignal
(
"tx_data"
,
Pins
(
"H14 J14 J13 H17"
)
)
,
Subsignal
(
"col"
,
Pins
(
"D17"
)
)
,
Subsignal
(
"crs"
,
Pins
(
"G14"
)
)
,
IOStandard
(
"LVCMOS33"
),
),
]
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment