6 generate statemachine 1 -- port cmd_ack : out std_logic; -- command completed 4 -- architecture type states is (idle, start_a, start_b, start_c, start_d, start_e, stop_a, stop_b, stop_c, stop_d, rd_a, rd_b, rd_c, rd_d, wr_a, wr_b, wr_c, wr_d); sign…