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
d1700ee4
Commit
d1700ee4
authored
7 years ago
by
Adam Greig
Browse files
Options
Download
Email Patches
Plain Diff
build/platforms/de0nano: Fix incorrect sw1 pin assignment: T9->T8
parent
41a07f18
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
migen/build/platforms/de0nano.py
migen/build/platforms/de0nano.py
+1
-1
No files found.
migen/build/platforms/de0nano.py
View file @
d1700ee4
...
...
@@ -22,7 +22,7 @@ _io = [
(
"key"
,
1
,
Pins
(
"E1"
),
IOStandard
(
"3.3-V LVTTL"
)),
(
"sw"
,
0
,
Pins
(
"M1"
),
IOStandard
(
"3.3-V LVTTL"
)),
(
"sw"
,
1
,
Pins
(
"T
9
"
),
IOStandard
(
"3.3-V LVTTL"
)),
(
"sw"
,
1
,
Pins
(
"T
8
"
),
IOStandard
(
"3.3-V LVTTL"
)),
(
"sw"
,
2
,
Pins
(
"B9"
),
IOStandard
(
"3.3-V LVTTL"
)),
(
"sw"
,
3
,
Pins
(
"M15"
),
IOStandard
(
"3.3-V LVTTL"
)),
...
...
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