代码搜索结果
找到约 276 项符合
LDO 的代码
can_top.ldo
# Auto generated by Project Navigator for Modelsim
vlib work
vlog can_register_asyn_syn.v
vlog can_register_asyn.v
vlog can_register.v
vlog can_registers.v
vlog can_btl.v
vlog can_crc.v
cicsilu.v
module CICsilu(RST,Sysclk,DInEn,LDi,RDi,DOutEn,LDo,RDo);
parameter ORDER=4; //order of CIC
parameter UP_POWER=1; //up_sample_times=2^UP_POWER
parameter BIT_WIDTH=16; //input and output word width
par
cicnew.v
module CICnew(RST,Sysclk,LDi,RDi,DInEn,DOutEn,LDo,RDo);
parameter ORDER=4; //order of CIC
parameter UP_POWER=3; //up_sample_times=2^UP_POWER
parameter BIT_WIDTH=16; //input and output word width
firhb.v
module FIRHB(RST,LDin,RDin,sysClk,LDout,RDout,DOutclk,DInclk);
input RST,sysClk;
input signed[15:0] LDin,RDin;
output DOutclk,DInclk;
output signed[15:0] LDout,RDout;
reg signed[15:0] RDout,LDo
all.c
/*
* all.c -- Lua core, libraries and interpreter in a single file
*/
#define luaall_c
#include "lapi.c"
#include "lcode.c"
#include "ldebug.c"
#include "ldo.c"
#include "ldump.c"
#include "lfunc.c"
lvm.h
/*
** $Id: lvm.h,v 2.5.1.1 2007/12/27 13:02:25 roberto Exp $
** Lua virtual machine
** See Copyright Notice in lua.h
*/
#ifndef lvm_h
#define lvm_h
#include "ldo.h"
#include "lobject.h"
#include "l
config.mak
SFX = 5.1
LIBNAME = lua$(SFX)
SRC = lapi.c lcode.c ldebug.c ldo.c ldump.c lfunc.c lgc.c llex.c lmem.c \
lobject.c lopcodes.c lparser.c lstate.c lstring.c ltable.c ltm.c \
lundump.c lvm.c lzio.c \
__filesallclean.fac
Creating TCL Process
Cleaning Up Project
deleting file(s): _map.log _par.log __projnav.log
deleting file(s): _toldo.pl __checkModelSim.pl
deleting file(s): _editucf.err
deleting file(s): giftest.
automake.log
ISE Auto-Make Log File
-----------------------
Starting: 'exewrap @__filesAllClean_exewrap.rsp'
Creating TCL Process
Cleaning Up Project
deleting file(s): _map.log _par.log __projnav.log
de
all.c
/*
* all.c -- Lua core, libraries and interpreter in a single file
*/
#define luaall_c
#include "lapi.c"
#include "lcode.c"
#include "ldebug.c"
#include "ldo.c"
#include "ldump.c"
#include "lfunc.c"