Change LED reset value to black

Signed-off-by: Joachim Strömbergson <joachim@assured.se>
This commit is contained in:
Joachim Strömbergson 2023-02-27 13:21:51 +01:00
parent 317561ad32
commit caeee54e19
No known key found for this signature in database
GPG Key ID: 865B8A548EA61679
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ module tk1(
begin : reg_update
if (!reset_n) begin
switch_app_reg <= 1'h0;
led_reg <= 3'h6;
led_reg <= 3'h0;
gpio1_reg <= 2'h0;
gpio2_reg <= 2'h0;
gpio3_reg <= 1'h0;