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
7399d13c
Commit
7399d13c
authored
Jul 24, 2020
by
Florent Kermarrec
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
paltforms/de10nano/sdram: enable fast input/output on dq.
parent
b4b1ab86
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
litex_boards/platforms/de10nano.py
litex_boards/platforms/de10nano.py
+3
-1
No files found.
litex_boards/platforms/de10nano.py
View file @
7399d13c
...
...
@@ -91,7 +91,9 @@ _mister_sdram_module_io = [
"AC22 C12 AB26 AD17 D12"
)),
Subsignal
(
"dq"
,
Pins
(
"E8 V12 D11 W12 AH13 D8 AH14 AF7"
,
"AE24 AD23 AE6 AE23 AG14 AD5 AF4 AH3"
)),
"AE24 AD23 AE6 AE23 AG14 AD5 AF4 AH3"
),
Misc
(
"FAST_OUTPUT_REGISTER ON"
),
Misc
(
"FAST_INPUT_REGISTER ON"
)),
Subsignal
(
"ba"
,
Pins
(
"Y17 AB25"
)),
Subsignal
(
"cas_n"
,
Pins
(
"AA18"
)),
Subsignal
(
"cs_n"
,
Pins
(
"Y18"
)),
...
...
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