代码搜索:Virtex
找到约 998 项符合「Virtex」的源代码
代码结果 998
www.eeworm.com/read/147766/5723164
c virtex.c
/*!***************************************************************************
*!
*! FILE NAME : vertex.c
*!
*! DESCRIPTION: Implements an interface towards virtex FPGA (mounted on one of our
*!
www.eeworm.com/read/147766/5723178
h virtex.h
/* $Id: virtex.h,v 1.1 2002/06/25 09:58:58 stefanl Exp $ */
int virtex_writereg(unsigned short theReg, unsigned short theValue);
unsigned short virtex_readreg(unsigned short theReg);
www.eeworm.com/read/128531/5985782
c virtex.c
/*!***************************************************************************
*!
*! FILE NAME : vertex.c
*!
*! DESCRIPTION: Implements an interface towards virtex FPGA (mounted on one of our
*!
www.eeworm.com/read/128531/5985796
h virtex.h
int virtex_writereg(unsigned short theReg, unsigned short theValue);
unsigned short virtex_readreg(unsigned short theReg);
www.eeworm.com/read/127781/5996893
c virtex.c
/*!***************************************************************************
*!
*! FILE NAME : vertex.c
*!
*! DESCRIPTION: Implements an interface towards virtex FPGA (mounted on one of our
*!
www.eeworm.com/read/127781/5996907
h virtex.h
/* $Id: virtex.h,v 1.1 2002/06/25 09:58:58 stefanl Exp $ */
int virtex_writereg(unsigned short theReg, unsigned short theValue);
unsigned short virtex_readreg(unsigned short theReg);
www.eeworm.com/read/132039/14113191
v virtex.v
module BSCAN_VIRTEX(TDO1, TDO2, TDI, RESET, SHIFT, UPDATE, SEL1, DRCK1, SEL2, DRCK2); // synthesis syn_black_box
input TDO1;
input TDO2;
output TDI;
output RESET;
output SHIFT;
output UPDATE;
o
www.eeworm.com/read/132039/14113202
vhd virtex.vhd
library ieee;
use ieee.std_logic_1164.all;
library synplify;
use synplify.attributes.all;
entity PULLUP is
port (
O : out std_logic
);
attribute syn_not_a_driver : boolean;
attribute s
www.eeworm.com/read/343627/3218338
v virtex.v
module BSCAN_VIRTEX(TDO1, TDO2, TDI, RESET, SHIFT, UPDATE, SEL1, DRCK1, SEL2, DRCK2); // synthesis syn_black_box
input TDO1;
input TDO2;
output TDI;
output RESET;
output SHIFT;
output UPDATE;
o
www.eeworm.com/read/343627/3218344
vhd virtex.vhd
library ieee;
use ieee.std_logic_1164.all;
library synplify;
use synplify.attributes.all;
entity PULLUP is
port (
O : out std_logic
);
attribute syn_not_a_driver : boolean;
attribute s