fixed register wr array tests
This commit is contained in:
parent
e7158ca2a9
commit
bd56ac71e1
@ -46,7 +46,7 @@ defproc registerA_wr_array_3x5x8 (avMx1of2<3+5+1> in; Mx1of2<5> data[8]; avMx1of
|
||||
|
||||
// Make a register array with 3 bit address (-> 8 registers),
|
||||
// each register holding 5 bits.
|
||||
registerA_wr_array<3,5,8> b(.in = in, .data = data, .out = out,
|
||||
register_wr_array<3,5,8> b(.in = in, .data = data, .out = out,
|
||||
.reset_B = _reset_B, .supply = supply);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user