
Updated the tcl and mdd files to define model parameters. Updated the code to use new parameters instead of hard-coded values defined earlier Signed-off-by: Rohit Consul <rohit.consul@xilinx.com>
46 lines
1.1 KiB
Tcl
46 lines
1.1 KiB
Tcl
# ==============================================================
|
|
# File generated by Vivado(TM) HLS - High-Level Synthesis from C, C++ and SystemC
|
|
# Version: 2015.1
|
|
# Copyright (C) 2015 Xilinx Inc. All rights reserved.
|
|
#
|
|
# ==============================================================
|
|
|
|
proc generate {drv_handle} {
|
|
xdefine_include_file $drv_handle "xparameters.h" "XV_hscaler" \
|
|
"NUM_INSTANCES" \
|
|
"DEVICE_ID" \
|
|
"C_S_AXI_CTRL_BASEADDR" \
|
|
"C_S_AXI_CTRL_HIGHADDR" \
|
|
"SAMPLES_PER_CLOCK" \
|
|
"MAX_COLS" \
|
|
"MAX_ROWS" \
|
|
"MAX_DATA_WIDTH" \
|
|
"PHASE_SHIFT" \
|
|
"SCALE_MODE" \
|
|
"TAPS"
|
|
|
|
xdefine_config_file $drv_handle "xv_hscaler_g.c" "XV_hscaler" \
|
|
"DEVICE_ID" \
|
|
"C_S_AXI_CTRL_BASEADDR" \
|
|
"SAMPLES_PER_CLOCK" \
|
|
"MAX_COLS" \
|
|
"MAX_ROWS" \
|
|
"MAX_DATA_WIDTH" \
|
|
"PHASE_SHIFT" \
|
|
"SCALE_MODE" \
|
|
"TAPS"
|
|
|
|
|
|
xdefine_canonical_xpars $drv_handle "xparameters.h" "XV_hscaler" \
|
|
"DEVICE_ID" \
|
|
"C_S_AXI_CTRL_BASEADDR" \
|
|
"C_S_AXI_CTRL_HIGHADDR" \
|
|
"SAMPLES_PER_CLOCK" \
|
|
"MAX_COLS" \
|
|
"MAX_ROWS" \
|
|
"MAX_DATA_WIDTH" \
|
|
"PHASE_SHIFT" \
|
|
"SCALE_MODE" \
|
|
"TAPS"
|
|
}
|
|
|