Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
rkx7-litex-boards
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Reform
rkx7-litex-boards
Commits
cf9a9ff9
Commit
cf9a9ff9
authored
5 years ago
by
Florent Kermarrec
Browse files
Options
Downloads
Patches
Plain Diff
de10nano: update copyrights, remove trailing whitespaces
parent
4f85d50f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
litex_boards/community/platforms/de10nano.py
+2
-2
2 additions, 2 deletions
litex_boards/community/platforms/de10nano.py
litex_boards/community/targets/de10nano.py
+3
-3
3 additions, 3 deletions
litex_boards/community/targets/de10nano.py
with
5 additions
and
5 deletions
litex_boards/community/platforms/de10nano.py
+
2
−
2
View file @
cf9a9ff9
# This file is Copyright (c) 20
14-2019 Florent Kermarrec <florent@enjoy-digital.fr
>
# This file is Copyright (c) 20
20 Paul Sajna <sajattack@gmail.com
>
# License: BSD
# License: BSD
from
litex.build.generic_platform
import
*
from
litex.build.generic_platform
import
*
...
@@ -72,7 +72,7 @@ _io = [
...
@@ -72,7 +72,7 @@ _io = [
IOStandard
(
"
3.3-V LVTTL
"
)
IOStandard
(
"
3.3-V LVTTL
"
)
),
),
(
"
gpio_1
"
,
0
,
(
"
gpio_1
"
,
0
,
Pins
(
"
Y15 AC24 AA15 AD26 AG28 AF28 AE25 AF27 AG26 AH27 AG25 AH26 AH24
"
,
Pins
(
"
Y15 AC24 AA15 AD26 AG28 AF28 AE25 AF27 AG26 AH27 AG25 AH26 AH24
"
,
"
AF25 AG23 AF24 AG24 AH22 AH21 AG21 AH23 AA20 AF22 AE22 AG20 AF21
"
,
"
AF25 AG23 AF24 AG24 AH22 AH21 AG21 AH23 AA20 AF22 AE22 AG20 AF21
"
,
"
AH23 AA20 AF22 AE22 AG20 AF21 AG19 AH19 AG18 AH18 AF18 AF20 AG15
"
,
"
AH23 AA20 AF22 AE22 AG20 AF21 AG19 AH19 AG18 AH18 AF18 AF20 AG15
"
,
"
AE20 AE19 AE17
"
),
"
AE20 AE19 AE17
"
),
...
...
This diff is collapsed.
Click to expand it.
litex_boards/community/targets/de10nano.py
+
3
−
3
View file @
cf9a9ff9
#!/usr/bin/env python3
#!/usr/bin/env python3
# This file is Copyright (c) 20
15-2019 Florent Kermarrec <florent@enjoy-digital.fr
>
# This file is Copyright (c) 20
20 Paul Sajna <sajattack@gmail.com
>
# License: BSD
# License: BSD
import
argparse
import
argparse
...
@@ -114,9 +114,9 @@ def main():
...
@@ -114,9 +114,9 @@ def main():
args
=
parser
.
parse_args
()
args
=
parser
.
parse_args
()
soc
=
None
soc
=
None
if
args
.
with_sdram
:
if
args
.
with_sdram
:
soc
=
SDRAMSoC
(
**
soc_sdram_argdict
(
args
))
soc
=
SDRAMSoC
(
**
soc_sdram_argdict
(
args
))
else
:
else
:
soc
=
BaseSoC
(
**
soc_sdram_argdict
(
args
))
soc
=
BaseSoC
(
**
soc_sdram_argdict
(
args
))
builder
=
Builder
(
soc
,
**
builder_argdict
(
args
))
builder
=
Builder
(
soc
,
**
builder_argdict
(
args
))
builder
.
build
()
builder
.
build
()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment