mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-06-05 21:18:56 -04:00
Remove duplicate entries in default values assignment of tk1 api
cpu_mon_en_we and cdi_mem_we was set twice
This commit is contained in:
parent
330146ba3a
commit
b90bbea1f6
1 changed files with 0 additions and 2 deletions
|
@ -422,14 +422,12 @@ module tk1 (
|
|||
app_size_we = 1'h0;
|
||||
blake2s_addr_we = 1'h0;
|
||||
cdi_mem_we = 1'h0;
|
||||
cdi_mem_we = 1'h0;
|
||||
ram_addr_rand_we = 1'h0;
|
||||
ram_data_rand_we = 1'h0;
|
||||
system_reset_new = 1'h0;
|
||||
cpu_mon_en_we = 1'h0;
|
||||
cpu_mon_first_we = 1'h0;
|
||||
cpu_mon_last_we = 1'h0;
|
||||
cpu_mon_en_we = 1'h0;
|
||||
tmp_read_data = 32'h0;
|
||||
tmp_ready = 1'h0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue