代码搜索:Async
找到约 3,194 项符合「Async」的源代码
代码结果 3,194
www.eeworm.com/read/409003/11361945
v async_transmitter.v
module async_transmitter(clk, TxD_start, TxD_data, TxD, TxD_busy);
input clk, TxD_start;
input [7:0] TxD_data;
output TxD, TxD_busy;
parameter ClkFrequency = 25000000; // 25MHz
parameter Baud =
www.eeworm.com/read/404203/11490439
v async_fifo.v
// FIFO顶层模块
module async_fifo (rdata, wfull, rempty, wdata,
wreq, wclk, wrst_n, rreq, rclk, rrst_n);
parameter DATA_WIDTH = 8; // FIFO数据位宽
parameter ADDR_WIDTH = 4; // FIFO地址位宽
output
www.eeworm.com/read/404203/11490440
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;
www.eeworm.com/read/158283/11627834
c test_async.c
/*
** 2005 December 14
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgivene
www.eeworm.com/read/158283/11628360
test async2.test
#
# May you do good and not evil.
# May you find forgiveness for yourself and forgive others.
# May you share freely, never taking more than you give.
#
#*************************************
www.eeworm.com/read/345531/11809932
v async_transmitter.v
module async_transmitter(clk, TxD_start, TxD_data, TxD, TxD_busy);
input clk, TxD_start;
input [7:0] TxD_data;
output TxD, TxD_busy;
parameter ClkFrequency = 50000000; // 50MHz
//parameter ClkF
www.eeworm.com/read/345531/11809966
v async_receiver.v
module async_receiver(clk, RxD, RxD_data_ready, RxD_data, RxD_endofpacket, RxD_idle);
input clk, RxD;
output RxD_data_ready; // onc clock pulse when RxD_data is valid
output [7:0] RxD_data;
par
www.eeworm.com/read/339746/12206636
v async_fifo.v
// FIFO顶层模块
module async_fifo (rdata, wfull, rempty, wdata,
wreq, wclk, wrst_n, rreq, rclk, rrst_n);
parameter DATA_WIDTH = 8; // FIFO数据位宽
parameter ADDR_WIDTH = 4; // FIFO地址位宽
output
www.eeworm.com/read/339746/12206639
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;
www.eeworm.com/read/249981/12443889
vcp async_4.vcp
# Microsoft eMbedded Visual Tools Project File - Name="async" - Package Owner=
# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02
# ** DO NOT EDIT **
# TARGTYPE "Win32