Skip to content

Commit 3c6bbb7

Browse files
committed
test: Adapt desc64 testbenches
1 parent 931314a commit 3c6bbb7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

test/frontend/tb_idma_desc64_bench.sv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,7 @@ module tb_idma_desc64_bench
462462
// overwrite protocols
463463
current_stimulus.burst.opt.src_protocol = idma_pkg::AXI;
464464
current_stimulus.burst.opt.dst_protocol = idma_pkg::AXI;
465+
current_stimulus.burst.dst_mask = '0;
465466

466467
current_stimulus.base = base_current;
467468
current_stimuli_group.push_back(current_stimulus);
@@ -502,6 +503,7 @@ module tb_idma_desc64_bench
502503
// overwrite protocols
503504
current_stimulus.burst.opt.src_protocol = idma_pkg::AXI;
504505
current_stimulus.burst.opt.dst_protocol = idma_pkg::AXI;
506+
current_stimulus.burst.dst_mask = '0;
505507

506508
current_stimulus.base = base_current;
507509
contiguous += 1;

test/frontend/tb_idma_desc64_top.sv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ module tb_idma_desc64_top
271271
// overwrite protocols
272272
current_stimulus.burst.opt.src_protocol = idma_pkg::AXI;
273273
current_stimulus.burst.opt.dst_protocol = idma_pkg::AXI;
274+
current_stimulus.burst.dst_mask = '0;
274275

275276
current_stimuli_group.push_back(current_stimulus);
276277
golden_queue.push_back('{
@@ -302,6 +303,7 @@ module tb_idma_desc64_top
302303
// overwrite protocols
303304
current_stimulus.burst.opt.src_protocol = idma_pkg::AXI;
304305
current_stimulus.burst.opt.dst_protocol = idma_pkg::AXI;
306+
current_stimulus.burst.dst_mask = '0;
305307

306308
// chain descriptor
307309
current_stimuli_group[$].next = current_stimulus.base;

0 commit comments

Comments
 (0)