reg_LOC_WRITE_OUT <= '0';
if SPI_DATA_IN(0) = '0' then
enable_cfg_flash(2 downto 0) <= "000";
- elsif SPI_DATA_IN(2 downto 0) = "011" and enable_cfg_flash(2 downto 0) = "000" then --stage1
+ elsif SPI_DATA_IN(2 downto 0) = "011" and (enable_cfg_flash(2 downto 0) = "000" or enable_cfg_flash(2 downto 0) = "001") then --stage1
enable_cfg_flash(2 downto 0) <= "010";
elsif SPI_DATA_IN(2 downto 0) = "101" and enable_cfg_flash(2 downto 0) = "010" then --stage2
enable_cfg_flash(2 downto 0) <= "100";