arya.jagadeesh
Member level 2
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: