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
a38c1e70
Commit
a38c1e70
authored
Oct 22, 2020
by
Florent Kermarrec
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mist: add copyrights.
parent
f83cd04c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
litex_boards/platforms/mist.py
litex_boards/platforms/mist.py
+5
-4
litex_boards/targets/mist.py
litex_boards/targets/mist.py
+1
-0
No files found.
litex_boards/platforms/mist.py
View file @
a38c1e70
#
#
# This file is part of LiteX-Boards.
#
# Copyright (c) 2020 Krzysztof Jankowski <yanekx@gmail.com>
# SPDX-License-Identifier: BSD-2-Clause
from
litex.build.generic_platform
import
*
...
...
@@ -13,7 +14,7 @@ _io = [
(
"clk27"
,
0
,
Pins
(
"54"
)),
(
"clk27"
,
0
,
Pins
(
"54"
)),
(
"user_led"
,
0
,
Pins
(
"7"
),
(
"user_led"
,
0
,
Pins
(
"7"
),
Misc
(
"CURRENT_STRENGTH_NEW 4MA"
)),
(
"vga"
,
0
,
...
...
@@ -47,11 +48,11 @@ _io = [
(
"conf_data0"
,
0
,
Pins
(
"13"
)),
(
"sdram_clock"
,
0
,
Pins
(
"43"
),
(
"sdram_clock"
,
0
,
Pins
(
"43"
),
Misc
(
"CURRENT_STRENGTH_NEW
\
"
MAXIMUM CURRENT
\
"
"
),
IOStandard
(
"3.3-V LVTTL"
)),
(
"sdram"
,
0
,
Subsignal
(
"a"
,
Pins
(
"49 44 42 39 4 6 8 10 11 28 50 30 32"
)),
Subsignal
(
"dq"
,
Pins
(
"83 79 77 76 72 71 69 68 86 87 98 99 100 101 103 104"
),
Subsignal
(
"dq"
,
Pins
(
"83 79 77 76 72 71 69 68 86 87 98 99 100 101 103 104"
),
Misc
(
"FAST_INPUT_REGISTER ON"
),
Misc
(
"FAST_OUTPUT_ENABLE_REGISTER ON"
)),
Subsignal
(
"ba"
,
Pins
(
"58 51"
)),
Subsignal
(
"dm"
,
Pins
(
"67 85"
)),
# DQML, DQMH
...
...
litex_boards/targets/mist.py
View file @
a38c1e70
...
...
@@ -3,6 +3,7 @@
#
# This file is part of LiteX-Boards.
#
# Copyright (c) 2020 Krzysztof Jankowski <yanekx@gmail.com>
# SPDX-License-Identifier: BSD-2-Clause
import
os
...
...
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