
Changes - find -name "*.h" -exec chmod a-x '{}' ';' find -name "*.c" -exec chmod a-x '{}' ';' find -name "*.S" -exec chmod a-x '{}' ';' find -name "*.ld" -exec chmod a-x '{}' ';' find -name Makefile -exec chmod a-x '{}' ';' Signed-off-by: Suneel Garapati <suneel.garapati@xilinx.com>
36 lines
780 B
C
36 lines
780 B
C
|
|
/*******************************************************************
|
|
*
|
|
* 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
|
|
}
|
|
};
|