Skip to content

Commit

Permalink
bench/serwb: Update/fix copyrights on efinix targets.
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed Nov 17, 2023
1 parent 0a1efa8 commit 0a4c452
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
7 changes: 5 additions & 2 deletions bench/serwb/efinix_titanium_ti60_f225_dev_kit.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
#
# This file is part of LiteX-Boards.
#
# Copyright (c) 2021 Franck Jullien <franck.jullien@collshade.fr>
# SPDX-License-Identifier: BSD-2-Clause
# Copyright (c) 2023 MoTeC
# Copyright (c) 2023 Gwenhael Goavec-Merou <gwenhael@enjoy-digital.fr>
# Copyright (c) 2017-2023 Florent Kermarrec <florent@enjoy-digital.fr>

from migen import *
from migen.genlib.resetsync import AsyncResetSynchronizer
Expand Down Expand Up @@ -210,6 +211,8 @@ def main():
if __name__ == "__main__":
main()

# Use ----------------------------------------------------------------------------------------------

# ./efinix_titanium_ti60_f225_dev_kit.py --build --load
# litex_server --jtag --jtag-config=openocd_titanium_ft4232.cfg
# ./test_serwb.py --ident --init --sram --access
8 changes: 5 additions & 3 deletions bench/serwb/efinix_trion_t120_bga576_dev_kit.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
#
# This file is part of LiteX-Boards.
#
# Copyright (c) 2021 Franck Jullien <franck.jullien@collshade.fr>
# Copyright (c) 2021 Florent Kermarrec <florent@enjoy-digital.fr>
# SPDX-License-Identifier: BSD-2-Clause
# Copyright (c) 2023 MoTeC
# Copyright (c) 2023 Gwenhael Goavec-Merou <gwenhael@enjoy-digital.fr>
# Copyright (c) 2017-2023 Florent Kermarrec <florent@enjoy-digital.fr>

from migen import *
from migen.genlib.resetsync import AsyncResetSynchronizer
Expand Down Expand Up @@ -209,6 +209,8 @@ def main():
if __name__ == "__main__":
main()

# Use ----------------------------------------------------------------------------------------------

# ./efinix_trion_t120_bga576_dev_kit.py --build --load
# litex_server --uart --uart-port=/dev/ttyUSBX
# ./test_serwb.py --ident --init --sram --access

0 comments on commit 0a4c452

Please sign in to comment.