Skip to content

Commit

Permalink
Remove duplicate entries in default values assignment of tk1 api
Browse files Browse the repository at this point in the history
cpu_mon_en_we and cdi_mem_we was set twice
  • Loading branch information
dehanj committed Nov 13, 2024
1 parent 330146b commit b90bbea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hw/application_fpga/core/tk1/rtl/tk1.v
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit b90bbea

Please sign in to comment.