Guest
#6023190
HI, during the development of FSM sometimes I forget to declare the status of variable (i.e. std_logic). Just as example: - state n: a<='1'; b<='0'; - state m: a<='0'; in the state m "b" is not declared and then it could assume any value. Is there a way to chose the default value for a signal, in this way if I forget to set it in a state the value will be assumed as specified default? thank you maurizio stefani