Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
Fixed SuperIO compatability issues
Browse files Browse the repository at this point in the history
  • Loading branch information
DobaMuffin authored and Ryzee119 committed Jul 22, 2022
1 parent 8701a16 commit dfc41e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Firmware/openxenium.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -395,8 +395,9 @@ PROCESS (LPC_CLK, LPC_RST, TSOPBOOT) BEGIN
D0LEVEL <= '1';
END IF;

CYCLE_TYPE <= IO_READ;
LPC_CURRENT_STATE <= WAIT_START;
END CASE;
END IF;
END PROCESS;
END Behavioral;
END Behavioral;

0 comments on commit dfc41e7

Please sign in to comment.