ASM to VHDL State Machines : 7 -- purpose: set current_state_0 new value update0: block ( ((not (clk'stable) and clk) = '1') ) begin -- block updat0 current_state(0) <= guarded n0; end block update0;