00001 /* $Id: */ 00002 /****************************************************************************** 00003 * (c) Copyright 2009 Xilinx, Inc. All rights reserved. 00004 * 00005 * This file contains confidential and proprietary information 00006 * of Xilinx, Inc. and is protected under U.S. and 00007 * international copyright and other intellectual property 00008 * laws. 00009 * 00010 * DISCLAIMER 00011 * This disclaimer is not a license and does not grant any 00012 * rights to the materials distributed herewith. Except as 00013 * otherwise provided in a valid license issued to you by 00014 * Xilinx, and to the maximum extent permitted by applicable 00015 * law: (1) THESE MATERIALS ARE MADE AVAILABLE "AS IS" AND 00016 * WITH ALL FAULTS, AND XILINX HEREBY DISCLAIMS ALL WARRANTIES 00017 * AND CONDITIONS, EXPRESS, IMPLIED, OR STATUTORY, INCLUDING 00018 * BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY, NON- 00019 * INFRINGEMENT, OR FITNESS FOR ANY PARTICULAR PURPOSE; and 00020 * (2) Xilinx shall not be liable (whether in contract or tort, 00021 * including negligence, or under any other theory of 00022 * liability) for any loss or damage of any kind or nature 00023 * related to, arising under or in connection with these 00024 * materials, including for any direct, or any indirect, 00025 * special, incidental, or consequential loss or damage 00026 * (including loss of data, profits, goodwill, or any type of 00027 * loss or damage suffered as a result of any action brought 00028 * by a third party) even if such damage or loss was 00029 * reasonably foreseeable or Xilinx had been advised of the 00030 * possibility of the same. 00031 * 00032 * CRITICAL APPLICATIONS 00033 * Xilinx products are not designed or intended to be fail- 00034 * safe, or for use in any application requiring fail-safe 00035 * performance, such as life-support or safety devices or 00036 * systems, Class III medical devices, nuclear facilities, 00037 * applications related to the deployment of airbags, or any 00038 * other applications that could lead to death, personal 00039 * injury, or severe property or environmental damage 00040 * (individually and collectively, "Critical 00041 * Applications"). Customer assumes the sole risk and 00042 * liability of any use of Xilinx products in Critical 00043 * Applications, subject only to applicable laws and 00044 * regulations governing limitations on product liability. 00045 * 00046 * THIS COPYRIGHT NOTICE AND DISCLAIMER MUST BE RETAINED AS 00047 * PART OF THIS FILE AT ALL TIMES. 00048 * 00049 * All rights reserved. 00050 * 00051 ******************************************************************************/ 00052 /*****************************************************************************/ 00053 /** 00054 * 00055 * @file xtimebase_g.c 00056 * 00057 * This file contains a template for configuration table of Xilinx MVI Video 00058 * TimeBase devices. For a real hardware system, Xilinx Platform Studio (XPS) 00059 * will automatically generate a real configuration table to match the 00060 * configuration of the TimeBase devices. 00061 * 00062 * <pre> 00063 * MODIFICATION HISTORY: 00064 * 00065 * Ver Who Date Changes 00066 * ----- ---- -------- ----------------------------------------------- 00067 * 1.00a xd 08/05/08 First release 00068 * 1.01a xd 07/23/10 Added GIER; Added more h/w generic info into 00069 * xparameters.h; Feed callbacks with pending 00070 * interrupt info. Added Doxygen & Version support 00071 * </pre> 00072 * 00073 ******************************************************************************/ 00074 00075 00076 /***************************** Include Files *********************************/ 00077 00078 00079 #include "xparameters.h" 00080 #include "xtimebase.h" 00081 00082 /** 00083 * The configuration table for TimeBase devices 00084 */ 00085 00086 XTimeBase_Config XTimeBase_ConfigTable[] = 00087 { 00088 { 00089 XPAR_TIMEBASE_0_DEVICE_ID, 00090 XPAR_TIMEBASE_0_BASEADDR 00091 } 00092 };