Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Help me determine flops required to draw a state machine

Status
Not open for further replies.

Preddy

Newbie level 6
Joined
May 11, 2007
Messages
13
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,374
Hi,

Draw a state machine consists of states 25 ,32,64 and 123.How many flops required
to draw the state machine and how?

Thanks in advance
Regards,
Reddy
 

Re: State machine

Dear Preddy,

Accordingly if u use binary coding number of flip flops
is equal to logbase2 of number of states

if u use gray coding also the same

if u use one hot coding number of states = number of flip flops


santu
 

Re: State machine

Thanks santu.......

I said 4 fliplflops but i couldn't elaborate this.I should have told this.

Regards,
Reddy
 

Re: State machine

Can you please elaborate one hot coding?I mean how the 4 fliplflops required if we use
one hot coding?

Thanks
Reddy
 

Re: State machine

Two ffs for coding states:

"00"="25"
"01"="32"
"10"="64"
"11"="123"
 

State machine

Hi all,
I'd be very thankful if someone share materials about FSM design and coding. Can you suggest me a book teaching this technique.
Thanks.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top