decklink_quad_hdmi_recorder: Remove WIP (SoC + DDR3 now working) and add build/use instructions.
This commit is contained in:
parent
2dff854b7a
commit
8c1e6c6a02
|
@ -4,8 +4,6 @@
|
||||||
# Copyright (c) 2021 Florent Kermarrec <florent@enjoy-digital.fr>
|
# Copyright (c) 2021 Florent Kermarrec <florent@enjoy-digital.fr>
|
||||||
# SPDX-License-Identifier: BSD-2-Clause
|
# SPDX-License-Identifier: BSD-2-Clause
|
||||||
|
|
||||||
# Work-In-Progress...
|
|
||||||
|
|
||||||
from litex.build.generic_platform import *
|
from litex.build.generic_platform import *
|
||||||
from litex.build.xilinx import XilinxPlatform, VivadoProgrammer
|
from litex.build.xilinx import XilinxPlatform, VivadoProgrammer
|
||||||
|
|
||||||
|
|
|
@ -6,9 +6,10 @@
|
||||||
# Copyright (c) 2021 Florent Kermarrec <florent@enjoy-digital.fr>
|
# Copyright (c) 2021 Florent Kermarrec <florent@enjoy-digital.fr>
|
||||||
# SPDX-License-Identifier: BSD-2-Clause
|
# SPDX-License-Identifier: BSD-2-Clause
|
||||||
|
|
||||||
# Work-In-Progress...
|
# Build/Load bitstream:
|
||||||
|
|
||||||
# ./decklink_quad_hdmi_recorder.py --csr-csv=csr.csv --build --load
|
# ./decklink_quad_hdmi_recorder.py --csr-csv=csr.csv --build --load
|
||||||
|
#
|
||||||
|
# Use:
|
||||||
# litex_server --jtag --jtag-config=openocd_xc7_ft232.cfg
|
# litex_server --jtag --jtag-config=openocd_xc7_ft232.cfg
|
||||||
# litex_term bridge
|
# litex_term bridge
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue