arya.jagadeesh
Member level 2
- Joined
- Jul 16, 2013
- Messages
- 44
- Helped
- 4
- Reputation
- 8
- Reaction score
- 4
- Trophy points
- 8
- Location
- INDIA
- Activity points
- 285
in moore type fsm
i found there is difference if i keep assignment outside the always block.....how this is happening why signal is delayed in first case
Code Verilog - [expand] 1 2 3 4 5 6 7 always@(.....) begin writnig steates transition code z= (state variable== some state) end
i found there is difference if i keep assignment outside the always block.....how this is happening why signal is delayed in first case
Last edited by a moderator: