Skip to content

Commit

Permalink
mist: add copyrights.
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed Oct 22, 2020
1 parent f83cd04 commit a38c1e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 5 additions & 4 deletions litex_boards/platforms/mist.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#
#
# This file is part of LiteX-Boards.
#
# Copyright (c) 2020 Krzysztof Jankowski <[email protected]>
# SPDX-License-Identifier: BSD-2-Clause

from litex.build.generic_platform import *
Expand All @@ -13,7 +14,7 @@
("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,
Expand Down Expand Up @@ -47,11 +48,11 @@

("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
Expand Down
1 change: 1 addition & 0 deletions litex_boards/targets/mist.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#
# This file is part of LiteX-Boards.
#
# Copyright (c) 2020 Krzysztof Jankowski <[email protected]>
# SPDX-License-Identifier: BSD-2-Clause

import os
Expand Down

0 comments on commit a38c1e7

Please sign in to comment.