mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2024-12-25 15:39:27 -05: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
@ -422,14 +422,12 @@ module tk1 (
|
|||||||
app_size_we = 1'h0;
|
app_size_we = 1'h0;
|
||||||
blake2s_addr_we = 1'h0;
|
blake2s_addr_we = 1'h0;
|
||||||
cdi_mem_we = 1'h0;
|
cdi_mem_we = 1'h0;
|
||||||
cdi_mem_we = 1'h0;
|
|
||||||
ram_addr_rand_we = 1'h0;
|
ram_addr_rand_we = 1'h0;
|
||||||
ram_data_rand_we = 1'h0;
|
ram_data_rand_we = 1'h0;
|
||||||
system_reset_new = 1'h0;
|
system_reset_new = 1'h0;
|
||||||
cpu_mon_en_we = 1'h0;
|
cpu_mon_en_we = 1'h0;
|
||||||
cpu_mon_first_we = 1'h0;
|
cpu_mon_first_we = 1'h0;
|
||||||
cpu_mon_last_we = 1'h0;
|
cpu_mon_last_we = 1'h0;
|
||||||
cpu_mon_en_we = 1'h0;
|
|
||||||
tmp_read_data = 32'h0;
|
tmp_read_data = 32'h0;
|
||||||
tmp_ready = 1'h0;
|
tmp_ready = 1'h0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user