Skip to content

Commit 7b78efc

Browse files
author
zhouyiw2
committed
Template for game_state.v
1 parent 22fdfbb commit 7b78efc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

game_state.v

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)