added slice before registers, so register sizes can be reduced
This commit is contained in:
@ -75,7 +75,7 @@ pint N_LINE_PD_DLY = 2;
|
||||
|
||||
pint REG_NCA = 6;
|
||||
pint REG_M = 1<<REG_NCA;
|
||||
pint REG_NCW = 24;
|
||||
pint REG_NCW = 23;
|
||||
|
||||
|
||||
defproc texel_dualcore_glue_noread (bd<N_IN> in, out;
|
||||
|
@ -50,8 +50,6 @@ watch c.c1_reg_data[0].d[21].t
|
||||
watch c.c1_reg_data[0].d[21].f
|
||||
watch c.c1_reg_data[0].d[22].t
|
||||
watch c.c1_reg_data[0].d[22].f
|
||||
watch c.c1_reg_data[0].d[23].t
|
||||
watch c.c1_reg_data[0].d[23].f
|
||||
|
||||
|
||||
set c.bd_dly_cfg[0] 1
|
||||
|
Reference in New Issue
Block a user