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
ac075f18
Commit
ac075f18
authored
Nov 12, 2020
by
Florent Kermarrec
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
platforms/crosslink_nx_evn/vip: add default_clk.
parent
f3ccd140
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
litex_boards/platforms/crosslink_nx_evn.py
litex_boards/platforms/crosslink_nx_evn.py
+3
-0
litex_boards/platforms/crosslink_nx_vip.py
litex_boards/platforms/crosslink_nx_vip.py
+3
-0
No files found.
litex_boards/platforms/crosslink_nx_evn.py
View file @
ac075f18
...
...
@@ -246,6 +246,9 @@ serial_pmods = [
# Platform -----------------------------------------------------------------------------------------
class
Platform
(
LatticePlatform
):
default_clk_name
=
"clk12"
default_clk_period
=
1e9
/
12e6
def
__init__
(
self
,
device
=
"LIFCL"
,
**
kwargs
):
assert
device
in
[
"LIFCL"
]
LatticePlatform
.
__init__
(
self
,
device
+
"-40-9BG400C"
,
_io
,
_connectors
,
toolchain
=
"radiant"
,
**
kwargs
)
...
...
litex_boards/platforms/crosslink_nx_vip.py
View file @
ac075f18
...
...
@@ -199,6 +199,9 @@ _connectors = [
# Platform -----------------------------------------------------------------------------------------
class
Platform
(
LatticePlatform
):
default_clk_name
=
"clk12"
default_clk_period
=
1e9
/
12e6
def
__init__
(
self
,
device
=
"LIFCL"
,
**
kwargs
):
assert
device
in
[
"LIFCL"
]
LatticePlatform
.
__init__
(
self
,
device
+
"-40-9BG400C"
,
_io
,
_connectors
,
toolchain
=
"radiant"
,
**
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