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
37deff13
Commit
37deff13
authored
6 years ago
by
whitequark
Browse files
Options
Download
Email Patches
Plain Diff
build/platforms/versaecp55g: fix IOStandard for ext_clk.
parent
c79d9888
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
migen/build/platforms/versaecp55g.py
migen/build/platforms/versaecp55g.py
+4
-2
No files found.
migen/build/platforms/versaecp55g.py
View file @
37deff13
...
...
@@ -67,8 +67,10 @@ _io = [
),
(
"ext_clk"
,
0
,
Subsignal
(
"p"
,
Pins
(
"A4"
)),
Subsignal
(
"n"
,
Pins
(
"A5"
))),
Subsignal
(
"p"
,
Pins
(
"A4"
)),
Subsignal
(
"n"
,
Pins
(
"A5"
)),
IOStandard
(
"LVDS"
)
),
]
...
...
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