Skip to content

Commit

Permalink
axi_dmac: Fix regmap testbench default value
Browse files Browse the repository at this point in the history
Signed-off-by: Istvan-Zsolt Szekely <[email protected]>
  • Loading branch information
IstvanZsSzekely committed Sep 11, 2024
1 parent 4095ab0 commit af9bdd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion library/axi_dmac/tb/regmap_tb.v
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ module regmap_tb;
/* Non zero power-on-reset values */
set_reset_reg_value('h00, 32'h00040563); /* PCORE version register */
set_reset_reg_value('h0c, 32'h444d4143); /* PCORE magic register */
set_reset_reg_value('h10, 32'h00002101); /* Interface Description*/
set_reset_reg_value('h10, 32'h00072101); /* Interface Description*/
set_reset_reg_value('h80, 'h3); /* IRQ mask */

set_reset_reg_value('h40c, 'h3); /* Flags */
Expand Down Expand Up @@ -412,6 +412,7 @@ module regmap_tb;
.irq(irq),

.response_eot(response_eot),
.response_sg_desc_id('h0),
.response_measured_burst_length(response_measured_burst_length),
.response_partial(response_partial),
.response_valid(response_valid),
Expand Down

0 comments on commit af9bdd8

Please sign in to comment.