cleaned up minor

This commit is contained in:
alexmadison 2022-03-01 15:27:27 +01:00
parent 00869fc16e
commit 233c9a7d10
1 changed files with 0 additions and 4 deletions

View File

@ -603,10 +603,6 @@ namespace tmpl {
MUX2_X1 mu2[N];
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
_a[0] = a;