代码搜索:Async
找到约 3,194 项符合「Async」的源代码
代码结果 3,194
www.eeworm.com/read/323403/13341162
v async_fifo.v
//==========================================
// Function : Asynchronous FIFO (w/ 2 asynchronous clocks).
// Coder : Alex Claros F.
// Date : 15/May/2005.
// Notes : This implementation i
www.eeworm.com/read/306506/13743056
v async_fifo.v
module async_fifo (rdata, wfull, rempty, wdata,
wreq, wclk, wrst_n, rreq, rclk, rrst_n);
parameter DATA_WIDTH = 8;
parameter ADDR_WIDTH = 4;
output [DATA_WIDTH-1:0] rdata;
output
www.eeworm.com/read/306506/13743057
v async_cmp.v
module async_cmp (aempty_n, afull_n, wptr, rptr, wrst_n);
parameter ADDR_WIDTH = 4;
parameter N = ADDR_WIDTH-1;
output aempty_n, afull_n;
input [N:0] wptr, rptr;
input wrst_n;
reg dire
www.eeworm.com/read/303635/13810861
c globalfifo_async.c
/*======================================================================
A globalfifo driver as an example of char device drivers
This example is to introduce asynchronous notifier
www.eeworm.com/read/152814/5666618
pl async2.pl
use SNMP;
$SNMP::auto_init_mib = 0;
$sess = new SNMP::Session();
sub poller_handler {
if (++$i>500) { die "completed 500 polls\n"; };
# VarList is undefined if TIMEOUT occured
if (!def
www.eeworm.com/read/152814/5666623
pl async1.pl
use SNMP;
$SNMP::auto_init_mib = 0;
$sess = new SNMP::Session();
sub poller {
# VarList is undefined if TIMEOUT occured
if (!defined($_[1])) { die "request timed out[$_[0]->{ErrorStr}]\n"
www.eeworm.com/read/140180/5793729
hpp async_queue.hpp
/*****************************************************************************
* async_queue.hpp
*****************************************************************************
* Copyright (C) 2003 V
www.eeworm.com/read/140180/5793734
cpp async_queue.cpp
/*****************************************************************************
* async_queue.cpp
*****************************************************************************
* Copyright (C) 2003 V
www.eeworm.com/read/139206/5807155
pl async2.pl
use SNMP;
$SNMP::auto_init_mib = 0;
$sess = new SNMP::Session();
sub poller_handler {
if (++$i>500) { die "completed 500 polls\n"; };
# VarList is undefined if TIMEOUT occured
if (!def
www.eeworm.com/read/139206/5807160
pl async1.pl
use SNMP;
$SNMP::auto_init_mib = 0;
$sess = new SNMP::Session();
sub poller {
# VarList is undefined if TIMEOUT occured
if (!defined($_[1])) { die "request timed out[$_[0]->{ErrorStr}]\n"