cleaned decoder code
This commit is contained in:
parent
62a87ab99c
commit
f7d2db9ef3
|
@ -426,12 +426,8 @@ defproc decoder_2d_hybrid (avMx1of2<NxC+NyC> in; a1of1 out[Nx*Ny]; bool? dly_cfg
|
||||||
|
|
||||||
|
|
||||||
// Validity
|
// Validity
|
||||||
vtree<NxC> vtree_x (.in = d_dr_x.in, .supply = supply);
|
vtree<NxC> vtree_x (.in = d_dr_x.final_refresh, .supply = supply);
|
||||||
vtree<NyC> vtree_y (.in = d_dr_y.in, .supply = supply);
|
vtree<NyC> vtree_y (.in = d_dr_y.final_refresh, .supply = supply);
|
||||||
// (i:0..NxC-1:vtree_x.in.d[i].t = d_dr_x.in.d[i].t;)
|
|
||||||
// (i:0..NxC-1:vtree_x.in.d[i].f = d_dr_x.in.d[i].f;)
|
|
||||||
// (i:0..NyC-1:vtree_y.in.d[i].t = d_dr_y.in.d[i].t;)
|
|
||||||
// (i:0..NyC-1:vtree_y.in.d[i].f = d_dr_y.in.d[i].f;)
|
|
||||||
A_2C_B_X1 valid_Cel(.c1 = vtree_x.out, .c2 = vtree_y.out, .y = addr_buf.out.v,
|
A_2C_B_X1 valid_Cel(.c1 = vtree_x.out, .c2 = vtree_y.out, .y = addr_buf.out.v,
|
||||||
.vdd = supply.vdd, .vss = supply.vss);
|
.vdd = supply.vdd, .vss = supply.vss);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue