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
aea08419
Commit
aea08419
authored
5 years ago
by
Sebastien Bourdeauducq
Browse files
Options
Download
Email Patches
Plain Diff
metlino: add gth_clk200 and port0
parent
7299f4eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletion
+12
-1
migen/build/platforms/sinara/metlino.py
migen/build/platforms/sinara/metlino.py
+12
-1
No files found.
migen/build/platforms/sinara/metlino.py
View file @
aea08419
...
...
@@ -60,7 +60,18 @@ _io = [
Subsignal
(
"reset_n"
,
Pins
(
"AJ14"
),
IOStandard
(
"SSTL15"
)),
Misc
(
"SLEW=FAST"
),
Misc
(
"OUTPUT_IMPEDANCE=RDRV_40_40"
)
)
),
(
"gth_clk200"
,
0
,
Subsignal
(
"p"
,
Pins
(
"Y6"
)),
Subsignal
(
"n"
,
Pins
(
"Y5"
))
),
(
"port0"
,
0
,
Subsignal
(
"txp"
,
Pins
(
"B6"
)),
Subsignal
(
"txn"
,
Pins
(
"B5"
)),
Subsignal
(
"rxp"
,
Pins
(
"A4"
)),
Subsignal
(
"rxn"
,
Pins
(
"A3"
))
),
]
...
...
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