Remove unused register.

This commit is contained in:
Kyle Isom 2018-12-29 14:02:29 -08:00
parent 129f92ab19
commit fddd50e701
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ module top (
);
reg state = 0;
reg pressed = 0;
assign LED = state;