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
93779ecb
Commit
93779ecb
authored
Dec 29, 2020
by
Florent Kermarrec
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
platforms/colorlight_5a_75b: revert toolchain args.
Useful to do tests with Diamiond.
parent
f2985f1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
litex_boards/platforms/colorlight_5a_75b.py
litex_boards/platforms/colorlight_5a_75b.py
+2
-2
No files found.
litex_boards/platforms/colorlight_5a_75b.py
View file @
93779ecb
...
...
@@ -311,13 +311,13 @@ class Platform(LatticePlatform):
default_clk_name
=
"clk25"
default_clk_period
=
1e9
/
25e6
def
__init__
(
self
,
revision
=
"7.0"
):
def
__init__
(
self
,
revision
=
"7.0"
,
toolchain
=
"trellis"
):
assert
revision
in
[
"6.1"
,
"7.0"
,
"8.0"
]
self
.
revision
=
revision
device
=
{
"6.1"
:
"LFE5U-25F-6BG381C"
,
"7.0"
:
"LFE5U-25F-6BG256C"
,
"8.0"
:
"LFE5U-25F-6BG256C"
}[
revision
]
io
=
{
"6.1"
:
_io_v6_1
,
"7.0"
:
_io_v7_0
,
"8.0"
:
_io_v8_0
}[
revision
]
connectors
=
{
"6.1"
:
_connectors_v6_1
,
"7.0"
:
_connectors_v7_0
,
"8.0"
:
_connectors_v8_0
}[
revision
]
LatticePlatform
.
__init__
(
self
,
device
,
io
,
connectors
=
connectors
,
toolchain
=
"trellis"
)
LatticePlatform
.
__init__
(
self
,
device
,
io
,
connectors
=
connectors
,
toolchain
=
toolchain
)
def
create_programmer
(
self
):
return
OpenOCDJTAGProgrammer
(
"openocd_colorlight_5a_75b.cfg"
)
...
...
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