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
af96f4e8
Unverified
Commit
af96f4e8
authored
Nov 02, 2020
by
enjoy-digital
Committed by
GitHub
Nov 02, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #120 from kevinmehall/ulx3s
Add LFE5U-12F device for ULX3S
parents
e950a4a5
d1c9cc75
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
litex_boards/platforms/ulx3s.py
litex_boards/platforms/ulx3s.py
+1
-1
No files found.
litex_boards/platforms/ulx3s.py
View file @
af96f4e8
...
...
@@ -139,7 +139,7 @@ class Platform(LatticePlatform):
default_clk_period
=
1e9
/
25e6
def
__init__
(
self
,
device
=
"LFE5U-45F"
,
revision
=
"2.0"
,
**
kwargs
):
assert
device
in
[
"LFE5U-25F"
,
"LFE5U-45F"
,
"LFE5U-85F"
]
assert
device
in
[
"LFE5U-
12F"
,
"LFE5U-
25F"
,
"LFE5U-45F"
,
"LFE5U-85F"
]
assert
revision
in
[
"1.7"
,
"2.0"
]
_io
=
_io_common
+
{
"1.7"
:
_io_1_7
,
"2.0"
:
_io_2_0
}[
revision
]
LatticePlatform
.
__init__
(
self
,
device
+
"-6BG381C"
,
_io
,
**
kwargs
)
...
...
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