fixed stupid typo in d_dr_en

This commit is contained in:
alexmadison 2022-04-08 14:02:55 +02:00
parent fa2b6f6850
commit e27d55bff4
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ defproc decoder_dualrail_en(Mx1of2<Nc> in; bool? en, out[N*OUT_STRENGTH]; power
en_ands[i].vdd = supply.vdd;
en_ands[i].vss = supply.vss;
sb[i].in = decoder.out[i];
sb[i].in = en_ands[i].y;
sb[i].supply = supply;
(j:OUT_STRENGTH:
sb[i].out[j] = out[j + i*OUT_STRENGTH];