opb_lcd_controller_v2_1_0.tcl

来自「spartan3系列fpga opb模式下lcd液晶屏控制代码」· TCL 代码 · 共 26 行

TCL
26
字号
##############################################################################
##
## ***************************************************************************
## **                                                                       **
## ** Copyright (c) 2004 Xilinx, Inc. All Rights Reserved.                  **
## **                                                                       **
## ** You may copy and modify these files for your own internal use solely  **
## ** with Xilinx programmable logic devices and Xilinx EDK system or       **
## ** create IP modules solely for Xilinx programmable logic devices and    **
## ** Xilinx EDK system. No rights are granted to distribute any files      **
## ** unless they are distributed in Xilinx programmable logic devices.     **
## **                                                                       **
## ***************************************************************************
##
##############################################################################
## Filename:          D:\Data\ppc_espw_opb_mem_controller_custom_ip\drivers\opb_lcd_controller_v1_00_a\data\opb_lcd_controller_v2_1_0.tcl
## Description:       Microprocess Driver Command (tcl)
## Date:              Sat Aug 21 11:28:31 2004 (by Create and Import Peripheral Wizard)
##############################################################################

#uses "xillib.tcl"

proc generate {drv_handle} {
  xdefine_include_file $drv_handle "xparameters.h" "opb_lcd_controller" "NUM_INSTANCES" "DEVICE_ID" "C_BASEADDR" "C_HIGHADDR" 
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?