getting crazy with FSM in VHDL. The FSM runs weird and misbehavior
background: To Let FPGA (cyclone 3) communication with a DSP board. i am trying to send three datas from DSP board to the FPGA board. code: library ieee;use ieee.std_logic_1164.all;
u...