decklink_intensity_pro_4k: Add WIP.
This commit is contained in:
parent
09a42a5a8a
commit
84cb5d797d
|
@ -4,6 +4,8 @@
|
|||
# Copyright (c) 2021 Florent Kermarrec <florent@enjoy-digital.fr>
|
||||
# SPDX-License-Identifier: BSD-2-Clause
|
||||
|
||||
# Work-In-Progress...
|
||||
|
||||
from litex.build.generic_platform import *
|
||||
from litex.build.xilinx import XilinxPlatform
|
||||
from litex.build.openocd import OpenOCD
|
||||
|
|
|
@ -6,6 +6,8 @@
|
|||
# Copyright (c) 2021 Florent Kermarrec <florent@enjoy-digital.fr>
|
||||
# SPDX-License-Identifier: BSD-2-Clause
|
||||
|
||||
# Work-In-Progress...
|
||||
|
||||
import os
|
||||
import argparse
|
||||
|
||||
|
|
Loading…
Reference in New Issue