代码搜索:FSM
找到约 3,748 项符合「FSM」的源代码
代码结果 3,748
www.eeworm.com/read/244507/12859388
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/330877/12862606
doc fsm.doc
www.eeworm.com/read/143521/12868355
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/243541/12935011
cdr fsm.cdr
www.eeworm.com/read/243354/12947272
o fsm.o
www.eeworm.com/read/243354/12947304
c fsm.c
/******************************************************************************
Copyright (c) 2006 by RockOS.
All rights reserved.
This software is supported by the Rock Software Work
www.eeworm.com/read/243354/12947346
h fsm.h
/******************************************************************************
Copyright (c) 2006 by RockOS.
All rights reserved.
This software is supported by the Rock Software Work
www.eeworm.com/read/141583/12996927
v fsm.v
/*********************************************************
MODULE: Sub Level SDRAM Controller FSM Block
FILE NAME: fsm.v
VERSION: 1.0
DATE: April 8nd, 2002
AUTHOR: Hossein Amidi
COMPA
www.eeworm.com/read/241573/13135436
h fsm.h
/* Copyright (C) Steve Rabin, 2000.
* All rights reserved worldwide.
*
* This software is provided "as is" without express or implied
* warranties. You may freely copy and compile this source int
www.eeworm.com/read/241573/13135497
cpp fsm.cpp
/* Copyright (C) Steve Rabin, 2000.
* All rights reserved worldwide.
*
* This software is provided "as is" without express or implied
* warranties. You may freely copy and compile this source int