changed c->v tree in buf_s

This commit is contained in:
alexmadison 2022-03-01 10:15:23 +01:00
parent a8b1710f65
commit aeed4e5527
1 changed files with 2 additions and 2 deletions

View File

@ -171,7 +171,7 @@ namespace tmpl {
//validity
bool _in_v, _in_vX[N];
ctree<N> vc(.in=in.d,.out=_in_v,.supply=supply);
vtree<N> vc(.in=in.d,.out=_in_v,.supply=supply);
BUF_X4 in_v_buf4(.a=_in_v, .y=in.v,.vdd=supply.vdd,.vss=supply.vss);
sigbuf<N> in_v_bufN(.in = in.v, .out = _in_vX, .supply = supply);