fixed unit test

This commit is contained in:
alexmadison 2023-11-21 15:54:35 +01:00
parent 51010a6095
commit e7158ca2a9
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ defproc registerA_w (avMx1of2<8> in; Mx1of2<7> out){
supply.vdd = Vdd;
supply.vss = GND;
registerA<7> b(.in = in, .out = out, .reset_B = _reset_B, .supply = supply);
register_acells_improved<7> b(.in = in, .out = out, .reset_B = _reset_B, .supply = supply);
}