FMC-HDMI-CAM + PYTHON-1300-C
Frame Buffer Design Tutorial
v2015_4
23 February 2016
Page
8
of
23
By default, the script will build the design for all the supported carriers. The script will
need to be modified to only build for your FMC carrier. For example, in order to build
for the MicroZed 7020 + FMC Carrier Card.
10.
Edit the
make_fmchc_python1300c.tcl
script to only build for your FMC carrier.
Figure 7 – Editing the make script to build for your FMC Carrier Card
# Build FMC-HDMI-CAM + PYTHON-1300-C Getting Started design
# for the
MicroZed-7020 + FMC Carrier Card
set argv [list board=MZ7020_FMCCC project=fmchc_python1300c sdk=yes
version_override=yes]
set argc [llength $argv]
source ./make.tcl -notrace
# Build FMC-HDMI-CAM + PYTHON-1300-C Getting Started design
# for the
PicoZed-7030 + FMC Carrier Card V2
#
set argv [list board=PZ7030_FMC2 project=fmchc_python1300c sdk=yes
version_override=yes]
#
set argc [llength $argv]
#
source ./make.tcl -notrace
# Build FMC-HDMI-CAM + PYTHON-1300-C Getting Started design
# for the
PicoZed-7020 + FMC Carrier Card V2
#
set argv [list board=PZ7020_FMC2 project=fmchc_python1300c sdk=yes
version_override=yes]
#
set argc [llength $argv]
#
source ./make.tcl -notrace
# Build FMC-HDMI-CAM + PYTHON-1300-C Getting Started design
# for the
ZedBoard
#
set argv [list board=ZEDBOARD project=fmchc_python1300c sdk=yes
version_override=yes]
#
set argc [llength $argv]
#
source ./make.tcl -notrace
# Build FMC-HDMI-CAM + PYTHON-1300-C Getting Started design
# for the
ZC702
board
#
set argv [list board=ZC702 project=fmchc_python1300c sdk=yes
version_override=yes]
#
set argc [llength $argv]
#
source ./make.tcl -notrace
# Build FMC-HDMI-CAM + PYTHON-1300-C Getting Started design
# for the
ZC706
board
#
set argv [list board=ZC706 project=fmchc_python1300c sdk=yes
version_override=yes]
#
set argc [llength $argv]
#
source ./make.tcl -notrace