added sigs
This commit is contained in:
parent
812095840e
commit
8481d67f26
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
|
@ -71,12 +71,16 @@ defproc chip_texel_test (bd<14> in; bd<14> out; Mx1of2<8> reg_data[16];
|
|||
|
||||
pint N_NRN_MON_X = 2;
|
||||
pint N_NRN_MON_Y = 4;
|
||||
pint N_SYN_MON_X = 2;
|
||||
pint N_SYN_MON_Y = 4;
|
||||
// pint N_SYN_MON_X = 2;
|
||||
// pint N_SYN_MON_Y = 4;
|
||||
pint N_SYN_MON_X = N_SYN_X*4;
|
||||
pint N_SYN_MON_Y = N_SYN_Y;
|
||||
|
||||
pint N_MON_AMZO_PER_SYN = 5;
|
||||
|
||||
pint N_BUFFERS = 3;
|
||||
|
||||
pint N_LINE_PD_DLY = 3;
|
||||
pint N_LINE_PD_DLY = 0;
|
||||
|
||||
pint REG_NCA = 4;
|
||||
pint REG_M = 1<<REG_NCA;
|
||||
|
@ -87,6 +91,7 @@ defproc chip_texel_test (bd<14> in; bd<14> out; Mx1of2<8> reg_data[16];
|
|||
NC_NRN_X, NC_NRN_Y, NC_SYN_X, NC_SYN_Y,
|
||||
N_SYN_DLY_CFG,
|
||||
N_NRN_MON_X, N_NRN_MON_Y, N_SYN_MON_X, N_SYN_MON_Y,
|
||||
N_MON_AMZO_PER_SYN,
|
||||
N_BUFFERS,
|
||||
N_LINE_PD_DLY,
|
||||
N_BD_DLY_CFG, N_BD_DLY_CFG2,
|
||||
|
|
Loading…
Reference in New Issue