代码搜索:Async
找到约 3,194 项符合「Async」的源代码
代码结果 3,194
www.eeworm.com/read/426972/8988355
vhd gh_fifo_async_uswf.vhd
---------------------------------------------------------------------
-- Filename: gh_fifo_async_uswf.vhd
--
--
-- Description:
-- an Asynchronous FIFO -
-- generics for width, depth - has
www.eeworm.com/read/426972/8988366
vhd gh_fifo_async_sr.vhd
---------------------------------------------------------------------
-- Filename: gh_fifo_async_sr.vhd
--
--
-- Description:
-- an Asynchronous FIFO,
-- using "Style #2" gray code addr
www.eeworm.com/read/426972/8988391
vhd gh_fifo_async_usrf.vhd
---------------------------------------------------------------------
-- Filename: gh_fifo_async_usrf.vhd
--
--
-- Description:
-- an Asynchronous FIFO -
-- generics for width, depth - has UA
www.eeworm.com/read/381193/9105670
m acquire trace cont async.m
% MATLAB/MXA example 4
% Getting and plotting trace data
% Continuous trace aquisition (assync)
% Version: 1.0
% Date: Sep 11, 2006
% 2006 Agilent Technologies, Inc.
oldobjs=instrfind;
if
www.eeworm.com/read/160869/10480643
v pci_async_reset_flop.v
//===========================================================================
// $Id: pci_async_reset_flop.v,v 1.1 2003/01/27 16:49:31 mihad Exp $
//
///////////////////////////////////////////////
www.eeworm.com/read/462473/7201057
pdf async_fifo2_corrected.pdf
www.eeworm.com/read/450407/7484368
sv async_fifo_tb_env.sv
typedef enum {WR,RD} FAST_WRD;
parameter DSIZE = 8;
parameter ASIZE = 4;
parameter wclk_period = 0;
parameter rclk_period = 0;
parameter wrd_ratio = ((wclk_period/rclk_period)== 0) ? (rclk_period/wclk
www.eeworm.com/read/450407/7484369
sv async_fifo_tb_rd.sv
`include "async_fifo_defines.v"
class async_fifo_tb_rd;
virtual async_fifo_if async_fifo_inf;
rand integer rinc_wait;
rand integer rinc_wait_rand;
rand integer rinc_wait1;
FAST_WRD fast_wr
www.eeworm.com/read/450407/7484370
sv async_fifo_tb_wr.sv
`include "async_fifo_defines.v"
class async_fifo_tb_wr;
virtual async_fifo_if async_fifo_inf;
rand integer winc_wait;
rand integer winc_wait_rand;
rand integer winc_wait1;
FAST_WRD fast_wr
www.eeworm.com/read/198751/7913161
v pci_async_reset_flop.v
//===========================================================================
// $Id: pci_async_reset_flop.v,v 1.1 2003/01/27 16:49:31 mihad Exp $
//
//////////////////////////////////////////////////