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
a90c0bc8
Commit
a90c0bc8
authored
Feb 22, 2021
by
Florent Kermarrec
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
platforms/sds1104xe: Integrate changes from
https://github.com/360nosc0pe/scope
.
parent
11405d9e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
13 deletions
+12
-13
litex_boards/platforms/sds1104xe.py
litex_boards/platforms/sds1104xe.py
+12
-13
No files found.
litex_boards/platforms/sds1104xe.py
View file @
a90c0bc8
#!/usr/bin/env python3
#
#
# This file is part of LiteX-Boards.
# This file is part of LiteX-Boards.
#
#
# Copyright (c) 2020 Florent Kermarrec <florent@enjoy-digital.fr>
# Copyright (c) 2020-2021 Florent Kermarrec <florent@enjoy-digital.fr>
# Copyright (c) 2021 Felix Domke <tmbinc@elitedvb.net>
# SPDX-License-Identifier: BSD-2-Clause
# SPDX-License-Identifier: BSD-2-Clause
from
litex.build.generic_platform
import
*
from
litex.build.generic_platform
import
*
...
@@ -20,17 +19,17 @@ _io = [ # Documented by https://github.com/360nosc0pe project.
...
@@ -20,17 +19,17 @@ _io = [ # Documented by https://github.com/360nosc0pe project.
# Led Frontpanel
# Led Frontpanel
(
"led_frontpanel"
,
0
,
(
"led_frontpanel"
,
0
,
Subsignal
(
"
rclk"
,
Pins
(
"N22"
)),
Subsignal
(
"
cs_n"
,
Pins
(
"N22"
)),
# CLK
Subsignal
(
"clk"
,
Pins
(
"R20"
)),
Subsignal
(
"clk"
,
Pins
(
"R20"
)),
# SCLK
Subsignal
(
"mosi"
,
Pins
(
"P22"
)),
Subsignal
(
"mosi"
,
Pins
(
"P22"
)),
# SERDATA
Subsignal
(
"oe"
,
Pins
(
"R21"
)),
Subsignal
(
"oe"
,
Pins
(
"R21"
)),
# OE
IOStandard
(
"LVCMOS
33
"
),
IOStandard
(
"LVCMOS
15
"
),
),
),
# Button Frontpanel
# Button Frontpanel
(
"btn_frontpanel"
,
0
,
(
"btn_frontpanel"
,
0
,
Subsignal
(
"clk"
,
Pins
(
"H18"
)),
Subsignal
(
"clk"
,
Pins
(
"H18"
)),
Subsignal
(
"c
lr"
,
Pins
(
"G19"
)),
Subsignal
(
"c
s_n"
,
Pins
(
"G19"
)),
Subsignal
(
"miso"
,
Pins
(
"G17"
)),
Subsignal
(
"miso"
,
Pins
(
"G17"
)),
IOStandard
(
"LVCMOS33"
)
IOStandard
(
"LVCMOS33"
)
),
),
...
@@ -53,7 +52,7 @@ _io = [ # Documented by https://github.com/360nosc0pe project.
...
@@ -53,7 +52,7 @@ _io = [ # Documented by https://github.com/360nosc0pe project.
IOStandard
(
"LVCMOS33"
),
IOStandard
(
"LVCMOS33"
),
),
),
(
"eth"
,
0
,
(
"eth"
,
0
,
Subsignal
(
"rst_n"
,
Pins
(
"R6"
)),
Subsignal
(
"rst_n"
,
Pins
(
"R6"
)
,
IOStandard
(
"LVCMOS25"
)
),
Subsignal
(
"mdio"
,
Pins
(
"E15"
)),
Subsignal
(
"mdio"
,
Pins
(
"E15"
)),
Subsignal
(
"mdc"
,
Pins
(
"D15"
)),
Subsignal
(
"mdc"
,
Pins
(
"D15"
)),
Subsignal
(
"rx_dv"
,
Pins
(
"A16"
)),
Subsignal
(
"rx_dv"
,
Pins
(
"A16"
)),
...
...
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