We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22fdfbb commit 7b78efcCopy full SHA for 7b78efc
game_state.v
@@ -0,0 +1,8 @@
1
+module game_state(
2
+ input clk, reset, load,
3
+ input [4:0] load_x,
4
+ input [25:0] mask,
5
+
6
+ output lost_game, start_game);
7
8
0 commit comments