代码搜索:Async
找到约 3,194 项符合「Async」的源代码
代码结果 3,194
www.eeworm.com/read/257135/4365416
kis p00qq000.kis
.i 0
.o 4
.s 4
.p 8
.reset Rst
.resettype async
.clock Clk
.resetstate st7
.type fdr
.ob Out0 Out1 Out2 Out3
.obdefault 0000
.ffname currentState
.fftype d
.usedc 0
.code Auto
st7 st11
www.eeworm.com/read/257135/4365417
kis p00cb000.kis
.i 0
.o 4
.s 4
.p 8
.reset Rst
.resettype async
.clock Clk
.resetstate st7
.type fdr
.ob Out0 Out1 Out2 Out3
.obdefault 0000
.ffname currentState
.fftype d
.usedc 0
.code Auto
st7 st11
www.eeworm.com/read/257135/4365418
kis p00pi000.kis
.i 0
.o 4
.s 4
.p 8
.reset Rst
.resettype async
.clock Clk
.resetstate st7
.type fdr
.ob Out0 Out1 Out2 Out3
.obdefault 0000
.ffname currentState
.fftype d
.usedc 0
.code Auto
st7 st11
www.eeworm.com/read/257135/4365420
kis p00q7000.kis
.i 0
.o 4
.s 4
.p 8
.reset Rst
.resettype async
.clock Clk
.resetstate st7
.type fdr
.ob Out0 Out1 Out2 Out3
.obdefault 0000
.ffname currentState
.fftype d
.usedc 0
.code Auto
st7 st11
www.eeworm.com/read/257135/4365421
kis p001v000.kis
.i 0
.o 4
.s 4
.p 8
.reset Rst
.resettype async
.clock Clk
.resetstate st7
.type fdr
.ob Out0 Out1 Out2 Out3
.obdefault 0000
.ffname currentState
.fftype d
.usedc 0
.code Auto
st7 st11
www.eeworm.com/read/257135/4365422
kis p008w000.kis
.i 0
.o 4
.s 4
.p 8
.reset Rst
.resettype async
.clock Clk
.resetstate st7
.type fdr
.ob Out0 Out1 Out2 Out3
.obdefault 0000
.ffname currentState
.fftype d
.usedc 0
.code Auto
st7 st11
www.eeworm.com/read/257135/4365423
kis p000w000.kis
.i 0
.o 4
.s 4
.p 8
.reset Rst
.resettype async
.clock Clk
.resetstate st7
.type fdr
.ob Out0 Out1 Out2 Out3
.obdefault 0000
.ffname currentState
.fftype d
.usedc 0
.code Auto
st7 st11
www.eeworm.com/read/257135/4365426
kis p0073000.kis
.i 0
.o 4
.s 4
.p 8
.reset Rst
.resettype async
.clock Clk
.resetstate st7
.type fdr
.ob Out0 Out1 Out2 Out3
.obdefault 0000
.ffname currentState
.fftype d
.usedc 0
.code Auto
st7 st11
www.eeworm.com/read/268229/11149148
v lcd_module.v
module LCDmodule(clk, RxD, LCD_RS, LCD_RW, LCD_E, LCD_DataBus);
input clk, RxD;
output LCD_RS, LCD_RW, LCD_E;
output [7:0] LCD_DataBus;
wire RxD_data_ready;
wire [7:0] RxD_data;
async_receiver