File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -462,6 +462,7 @@ module tb_idma_desc64_bench
462
462
// overwrite protocols
463
463
current_stimulus.burst.opt.src_protocol = idma_pkg :: AXI ;
464
464
current_stimulus.burst.opt.dst_protocol = idma_pkg :: AXI ;
465
+ current_stimulus.burst.dst_mask = '0 ;
465
466
466
467
current_stimulus.base = base_current;
467
468
current_stimuli_group.push_back (current_stimulus);
@@ -502,6 +503,7 @@ module tb_idma_desc64_bench
502
503
// overwrite protocols
503
504
current_stimulus.burst.opt.src_protocol = idma_pkg :: AXI ;
504
505
current_stimulus.burst.opt.dst_protocol = idma_pkg :: AXI ;
506
+ current_stimulus.burst.dst_mask = '0 ;
505
507
506
508
current_stimulus.base = base_current;
507
509
contiguous + = 1 ;
Original file line number Diff line number Diff line change @@ -271,6 +271,7 @@ module tb_idma_desc64_top
271
271
// overwrite protocols
272
272
current_stimulus.burst.opt.src_protocol = idma_pkg :: AXI ;
273
273
current_stimulus.burst.opt.dst_protocol = idma_pkg :: AXI ;
274
+ current_stimulus.burst.dst_mask = '0 ;
274
275
275
276
current_stimuli_group.push_back (current_stimulus);
276
277
golden_queue.push_back ('{
@@ -302,6 +303,7 @@ module tb_idma_desc64_top
302
303
// overwrite protocols
303
304
current_stimulus.burst.opt.src_protocol = idma_pkg :: AXI ;
304
305
current_stimulus.burst.opt.dst_protocol = idma_pkg :: AXI ;
306
+ current_stimulus.burst.dst_mask = '0 ;
305
307
306
308
// chain descriptor
307
309
current_stimuli_group[$].next = current_stimulus.base;
You can’t perform that action at this time.
0 commit comments