@ -63,12 +63,11 @@ reg [7:0] y;
always @(posedge sys_clk or negedge sys_rst) begin
if (sys_rst == 1'b0) begin
x <= 8'b0000_0000;
y <= 8'b1111_1111;
end
else begin
x <= KEY_CODE
x <= KEY_CODE;
endcase
lm u_lm(