Hidden arguments when calling sub-sequence's task

In reply to peterjin:

Please try following code:


cpu_seq.cpu_write(.addr(30'h3552c000),.data('h3),,.parent(this),,,.self_start(1),.seqr(cpu_msqr));

You should leave empty position for those arguments you don’t use: bBypassShadow, vl, no_disp.
And bBypassShadow should have default value when you don’t use it.