代码搜索:FSM

找到约 3,748 项符合「FSM」的源代码

代码结果 3,748
www.eeworm.com/read/326116/13165451

v fsm.v

module FSM(clk,clr,out,start,step2,step3); input clk,clr,start,step2,step3; output[2:0] out; reg[2:0] out; reg[1:0] state,next_state; parameter state0=2'b00,state1=2'b01, state2=2'b11,sta
www.eeworm.com/read/240743/13200830

v fsm.v

//****************** // //copyright 2007, DTK //all right reserved // //project name: : test8 //filename : file_fsm //author : wangyang //data : 2007/8/3 //version : 1.0 // //module
www.eeworm.com/read/324473/13261838

v fsm.v

module FSM(clk,clr,out,start,step2,step3); input clk,clr,start,step2,step3; output[2:0] out; reg[2:0] out; reg[1:0] state,next_state; parameter state0=2'b00,state1=2'b01, state2=2'b11,sta
www.eeworm.com/read/137539/13314073

v fsm.v

module FSM(clk,clr,out,start,step2,step3); input clk,clr,start,step2,step3; output[2:0] out; reg[2:0] out; reg[1:0] state,next_state; parameter state0=2'b00,state1=2'b01, state2=2'b11,sta
www.eeworm.com/read/136959/13351322

h fsm.h

/* ======================================================================= FSM.h Finite State machines. Version 0.01x, 93-08-04. _____ This version is
www.eeworm.com/read/136959/13351915

c fsm.c

/* ======================================================================= FSM.c Finite State machines. Version 0.22x, 93-08-05. _____ This version is
www.eeworm.com/read/136449/13376780

gif fsm.gif

www.eeworm.com/read/136449/13376796

gif fsm.gif

www.eeworm.com/read/320782/13418346

dat fsm.dat

www.eeworm.com/read/320782/13418367

dat fsm.dat