Skip to content
Snippets Groups Projects
Commit cf9a9ff9 authored by Florent Kermarrec's avatar Florent Kermarrec
Browse files

de10nano: update copyrights, remove trailing whitespaces

parent 4f85d50f
No related branches found
No related tags found
No related merge requests found
# This file is Copyright (c) 2014-2019 Florent Kermarrec <florent@enjoy-digital.fr> # This file is Copyright (c) 2020 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"),
......
#!/usr/bin/env python3 #!/usr/bin/env python3
# This file is Copyright (c) 2015-2019 Florent Kermarrec <florent@enjoy-digital.fr> # This file is Copyright (c) 2020 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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment