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
496cae54
Commit
496cae54
authored
Mar 08, 2021
by
gatecat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
crosslink_nx_vip: Remove constraint for MIPI pins
Signed-off-by:
gatecat
<
gatecat@ds0.me
>
parent
9cdcb8cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
+9
-8
litex_boards/platforms/crosslink_nx_vip.py
litex_boards/platforms/crosslink_nx_vip.py
+9
-8
No files found.
litex_boards/platforms/crosslink_nx_vip.py
View file @
496cae54
...
...
@@ -119,17 +119,18 @@ _io = [
# MIPI camera modules
# Note that use of MIPI_DPHY standard for + and LVCMOS12H for - is copied from Lattice PDC
# MIPI pins are unconstrained to work around a Radiant 2.0 bug
(
"camera"
,
0
,
Subsignal
(
"clkp"
,
Pins
(
"
A2"
),
IOStandard
(
"MIPI_DPHY
"
)),
Subsignal
(
"clkn"
,
Pins
(
"
B1"
),
IOStandard
(
"LVCMOS12H
"
)),
Subsignal
(
"dp"
,
Pins
(
"
B2 A3 C2 A4"
),
IOStandard
(
"MIPI_DPHY
"
)),
Subsignal
(
"dn"
,
Pins
(
"
C1 B3 D1 B4"
),
IOStandard
(
"LVCMOS12H
"
)),
Subsignal
(
"clkp"
,
Pins
(
"
X
"
)),
Subsignal
(
"clkn"
,
Pins
(
"
X
"
)),
Subsignal
(
"dp"
,
Pins
(
"
X X X X
"
)),
Subsignal
(
"dn"
,
Pins
(
"
X X X X
"
)),
),
(
"camera"
,
1
,
Subsignal
(
"clkp"
,
Pins
(
"
A8"
),
IOStandard
(
"MIPI_DPHY
"
)),
Subsignal
(
"clkn"
,
Pins
(
"
B8"
),
IOStandard
(
"LVCMOS12H
"
)),
Subsignal
(
"dp"
,
Pins
(
"
A7 A9 A6 A10"
),
IOStandard
(
"MIPI_DPHY
"
)),
Subsignal
(
"dn"
,
Pins
(
"
B7 B9 B6 B10"
),
IOStandard
(
"LVCMOS12H
"
)),
Subsignal
(
"clkp"
,
Pins
(
"
X
"
)),
Subsignal
(
"clkn"
,
Pins
(
"
X
"
)),
Subsignal
(
"dp"
,
Pins
(
"
X X X X
"
)),
Subsignal
(
"dn"
,
Pins
(
"
X X X X
"
)),
),
(
"camera"
,
2
,
Subsignal
(
"clkp"
,
Pins
(
"W11"
),
IOStandard
(
"MIPI_DPHY"
)),
...
...
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