mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-01-01 10:56:27 -05:00
Change reset value for the trap led to black
Signed-off-by: Joachim Strömbergson <joachim@assured.se>
This commit is contained in:
parent
d335dd708a
commit
adcccc44de
@ -183,7 +183,7 @@ module tk1(
|
||||
cdi_mem[6] <= 32'h0;
|
||||
cdi_mem[7] <= 32'h0;
|
||||
cpu_trap_ctr_reg <= 24'h0;
|
||||
cpu_trap_led_reg <= 3'h4;
|
||||
cpu_trap_led_reg <= 3'h0;
|
||||
end
|
||||
|
||||
else begin
|
||||
|
Loading…
Reference in New Issue
Block a user