mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-05-02 22:25:00 -04: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue