dhanya22
Junior Member level 2
- Joined
- Jul 21, 2012
- Messages
- 23
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,439
Hi
I have a code in which I am using FSM.
Basically it is an adder having two inputs, a (8 bit ) and b (8 bit).
What I am trying to do is add a nd b.
Here I am using state machine, such that
1) 8 bit addition in 8 states.
2) 8 bit addition in 4 states i.e 2 bit addition in 1 state means I am still doing 8 bit addition but number of states are 4
and so on till I am executing
3) 8 bit addition in 1 state.
Hope I have made it clear.
The result is that for 8 bit addition in 8 states Power consumed is Maximum
and for 8 bit addition in 1 state power is minimum.
So now my question is what is relation between number of states and Power in FSM ? and it depends on what factor
Regards
I have a code in which I am using FSM.
Basically it is an adder having two inputs, a (8 bit ) and b (8 bit).
What I am trying to do is add a nd b.
Here I am using state machine, such that
1) 8 bit addition in 8 states.
2) 8 bit addition in 4 states i.e 2 bit addition in 1 state means I am still doing 8 bit addition but number of states are 4
and so on till I am executing
3) 8 bit addition in 1 state.
Hope I have made it clear.
The result is that for 8 bit addition in 8 states Power consumed is Maximum
and for 8 bit addition in 1 state power is minimum.
So now my question is what is relation between number of states and Power in FSM ? and it depends on what factor
Regards