{% extends "lib/tb_base.sv" %} {%- block declarations %} {% sv_line_anchor %} localparam REGWIDTH = {{testcase.regwidth}}; localparam STRIDE = REGWIDTH/8; localparam N_REGS = {{testcase.n_regs}}; {%- endblock %} {% block seq %} {% sv_line_anchor %} bit [REGWIDTH-1:0] data[N_REGS]; ##1; cb.rst <= '0; ##1; foreach(data[i]) data[i] = {$urandom(), $urandom(), $urandom(), $urandom()}; for(int i=0; i