cleaned up minor
This commit is contained in:
parent
00869fc16e
commit
233c9a7d10
|
@ -603,10 +603,6 @@ namespace tmpl {
|
||||||
MUX2_X1 mu2[N];
|
MUX2_X1 mu2[N];
|
||||||
DLY4_X1 dly[(1<<N) -1];
|
DLY4_X1 dly[(1<<N) -1];
|
||||||
|
|
||||||
// AND2_X1 and2[N] (.vdd = supply.vdd, .vss = supply.vss);
|
|
||||||
// MU2_X1 mu2[N] (.vdd = supply.vdd, .vss = supply.vss);
|
|
||||||
// DLY4_X1 dly[(1<<N) -1] (.vdd = supply.vdd, .vss = supply.vss);
|
|
||||||
|
|
||||||
bool _a[N+1]; // Holds the input to each row
|
bool _a[N+1]; // Holds the input to each row
|
||||||
|
|
||||||
_a[0] = a;
|
_a[0] = a;
|
||||||
|
|
Loading…
Reference in New Issue