代码搜索:FSM
找到约 3,748 项符合「FSM」的源代码
代码结果 3,748
www.eeworm.com/read/429004/8824973
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/384622/8856002
dll fsm.dll
www.eeworm.com/read/384201/8891385
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/383822/8915828
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/184427/9100760
gif fsm.gif
www.eeworm.com/read/184427/9100786
gif fsm.gif
www.eeworm.com/read/282004/9124921
h fsm.h
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Module Name:
buff.h
Abstract:
This file includes the definition of finite state machine functions.
Author:
www.eeworm.com/read/281589/9147343
gif fsm.gif
www.eeworm.com/read/281589/9147371
gif fsm.gif
www.eeworm.com/read/379202/9204638
fsm fsmviewer.fsm
fsm_options -device {STATE[0:9]}
define_state stopon1 0000000001 {e:\my synplyfy\lift\flift.vhd} 43 0 43 13
state_output stopon1 {STATE[9]} 1
define_state dooropen 0000000010 {e:\my synplyfy\li