Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
litex
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
Jonathan Currier
litex
Commits
33d7cc5f
Unverified
Commit
33d7cc5f
authored
Jun 11, 2019
by
enjoy-digital
Committed by
GitHub
Jun 11, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #198 from TomKeddie/tomk_20190610_artyspi
boards/arty : Add directly connected spi clk pin
parents
38a2d89a
5346c368
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
litex/boards/platforms/arty.py
litex/boards/platforms/arty.py
+4
-2
No files found.
litex/boards/platforms/arty.py
View file @
33d7cc5f
...
...
@@ -79,13 +79,15 @@ _io = [
IOStandard
(
"LVCMOS33"
),
),
(
"spiflash4x"
,
0
,
# clock needs to be accessed through STARTUPE2
(
"spiflash4x"
,
0
,
Subsignal
(
"cs_n"
,
Pins
(
"L13"
)),
Subsignal
(
"clk"
,
Pins
(
"L16"
)),
Subsignal
(
"dq"
,
Pins
(
"K17"
,
"K18"
,
"L14"
,
"M14"
)),
IOStandard
(
"LVCMOS33"
)
),
(
"spiflash"
,
0
,
# clock needs to be accessed through STARTUPE2
(
"spiflash"
,
0
,
Subsignal
(
"cs_n"
,
Pins
(
"L13"
)),
Subsignal
(
"clk"
,
Pins
(
"L16"
)),
Subsignal
(
"mosi"
,
Pins
(
"K17"
)),
Subsignal
(
"miso"
,
Pins
(
"K18"
)),
Subsignal
(
"wp"
,
Pins
(
"L14"
)),
...
...
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