
Modified TCL file, source files, and renamed example.c as scaler_example.c Signed-off-by: Durga challa <vnsldurg@xilinx.com>
38 lines
785 B
C
Executable file
38 lines
785 B
C
Executable file
|
|
/*******************************************************************
|
|
*
|
|
* CAUTION: This file is automatically generated by HSM.
|
|
* Version:
|
|
* DO NOT EDIT.
|
|
*
|
|
* v (64-bit)
|
|
SW Build (by ) on
|
|
Copyright 1986-2014 Xilinx, Inc. All Rights Reserved.
|
|
*
|
|
* Description: Driver configuration
|
|
*
|
|
*******************************************************************/
|
|
|
|
#include "xparameters.h"
|
|
#include "xscaler.h"
|
|
|
|
/*
|
|
* The configuration table for devices
|
|
*/
|
|
|
|
XScaler_Config XScaler_ConfigTable[] =
|
|
{
|
|
{
|
|
XPAR_V_SCALER_1_DEVICE_ID,
|
|
XPAR_V_SCALER_1_BASEADDR,
|
|
XPAR_V_SCALER_1_NUM_V_TAPS,
|
|
XPAR_V_SCALER_1_NUM_H_TAPS,
|
|
XPAR_V_SCALER_1_MAX_PHASES,
|
|
XPAR_V_SCALER_1_MAX_COEF_SETS,
|
|
XPAR_V_SCALER_1_CHROMA_FORMAT,
|
|
XPAR_V_SCALER_1_SEPARATE_YC_COEFS,
|
|
XPAR_V_SCALER_1_SEPARATE_HV_COEFS
|
|
}
|
|
};
|
|
|
|
|