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
9730c6f7
Commit
9730c6f7
authored
Jul 24, 2020
by
Florent Kermarrec
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
platforms/de10nano: use additional sdram constraints required for HalfRate.
parent
7399d13c
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 @
9730c6f7
...
...
@@ -92,14 +92,16 @@ _mister_sdram_module_io = [
Subsignal
(
"dq"
,
Pins
(
"E8 V12 D11 W12 AH13 D8 AH14 AF7"
,
"AE24 AD23 AE6 AE23 AG14 AD5 AF4 AH3"
),
Misc
(
"FAST_OUTPUT_REGISTER ON"
),
Misc
(
"FAST_OUTPUT_
ENABLE_
REGISTER ON"
),
Misc
(
"FAST_INPUT_REGISTER ON"
)),
Subsignal
(
"ba"
,
Pins
(
"Y17 AB25"
)),
Subsignal
(
"cas_n"
,
Pins
(
"AA18"
)),
Subsignal
(
"cs_n"
,
Pins
(
"Y18"
)),
Subsignal
(
"ras_n"
,
Pins
(
"W14"
)),
Subsignal
(
"we_n"
,
Pins
(
"AA19"
)),
Misc
(
"CURRENT_STRENGTH_NEW
\
"
MAXIMUM CURRENT
\
"
"
),
Misc
(
"FAST_OUTPUT_REGISTER ON"
),
Misc
(
"ALLOW_SYNCH_CTRL_USAGE OFF"
),
IOStandard
(
"3.3-V LVTTL"
),
),
...
...
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