Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
litex-boards
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kestrel Collaboration
Kestrel LiteX
litex-boards
Commits
547157c9
Commit
547157c9
authored
Mar 05, 2021
by
gatecat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
crosslink_nx_vip: Fix cam_reset IO configuration
Signed-off-by:
gatecat
<
gatecat@ds0.me
>
parent
542001dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
litex_boards/platforms/crosslink_nx_vip.py
litex_boards/platforms/crosslink_nx_vip.py
+1
-1
No files found.
litex_boards/platforms/crosslink_nx_vip.py
View file @
547157c9
...
...
@@ -22,7 +22,7 @@ _io = [
(
"clk27_3"
,
0
,
Pins
(
"Y2"
),
IOStandard
(
"LVCMOS18"
)),
# 8.1. General Purpose Push Buttons - all logic zero when pressed]
(
"cam_reset"
,
0
,
Pins
(
"T1"
),
IOStandard
(
"LVCMOS18"
)),
# SW1
(
"cam_reset"
,
0
,
Pins
(
"T1"
),
IOStandard
(
"LVCMOS18
H"
),
Misc
(
"PULLMODE=UP
"
)),
# SW1
(
"gsrn"
,
0
,
Pins
(
"G13"
),
IOStandard
(
"LVCMOS33"
)),
# SW3
(
"programn"
,
0
,
Pins
(
"E11"
),
IOStandard
(
"LVCMOS33"
)),
# SW4
(
"user_btn"
,
0
,
Pins
(
"L20"
),
IOStandard
(
"LVCMOS33"
)),
# SW5
...
...
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