代码搜索结果
找到约 10,000 项符合
Interface 的代码
user_interface.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
user_interface.v
/*
这个模块是用户用于测试sdram controller的,主要思路如下:(读取rom数据,写入sdram,然后在读取sdram数据写入ram)
①先等待setup_done信号的到来,此外还加了个计数器time_cnt,用于延时10s,主要目的为了有足够时间让signalTAP抓取信号
②对sdram进行写,先产生写请求信号,并同时提供sdram地址和burst_len的长达
③接着
py_interface.c
#include "CommonFunc.h"
#include "lcd701_functions.h"
#include "PY_IME.h"
#define PY_MAX_CHAR 6
#define HZ_PER_PAGE 8
//=======================================================================
py_interface.c
#include "CommonFunc.h"
#include "lcd701_functions.h"
#include "PY_IME.h"
#define PY_MAX_CHAR 6
#define HZ_PER_PAGE 8
//=======================================================================
control_interface.v
module control_interface(
CLK,
RESET_N,
CMD,
ADDR,
REF_ACK,
INIT_ACK,
CM_ACK,
NOP,
READA,
WRITEA,
REFRESH,
c_interface.tcl
#
# Run this Tcl script to generate the sqlite.html file.
#
set rcsid {$Id: c_interface.tcl,v 1.43 2004/11/19 11:59:24 danielk1977 Exp $}
source common.tcl
header {The C language interface to the SQLi
c_interface.tcl
#
# Run this Tcl script to generate the sqlite.html file.
#
set rcsid {$Id: c_interface.tcl,v 1.43 2004/11/19 11:59:24 danielk1977 Exp $}
source common.tcl
header {The C language interface to the SQLi
spi_interface.qpf
# Copyright (C) 1991-2006 Altera Corporation
# Your use of Altera Corporation's design tools, logic functions
# and other software and tools, and its AMPP partner logic
# functions, and any outpu