A state machine design problem

Jul 08, 2021 1 Replies

Hi,



I have the following VHDL code for a state machine:



type Output_State_t is (



State_a,



State_b,



State_c);



signal Output_State, Output_State_NS : Output_State_t ;



At a clocked process, there is code with the Output_State:



p1: process(Clock, Reset)



begin



if Reset then



Output_State


Hi,

I have found an error at another place and the listed code is right.

Weng

Join the Discussion

Have something to add? Share your thoughts — no account required.

Didn't find your answer?

Ask the community — no account required