All checks were successful
build / test (3.10) (push) Successful in 6s
build / test (3.11) (push) Successful in 6s
build / test (3.12) (push) Successful in 6s
build / test (3.13) (push) Successful in 6s
build / test (3.9) (push) Successful in 6s
build / lint (push) Successful in 7s
build / mypy (push) Successful in 8s
build / test (3.10) (release) Successful in 6s
build / test (3.11) (release) Successful in 6s
build / test (3.12) (release) Successful in 6s
build / test (3.13) (release) Successful in 6s
build / test (3.9) (release) Successful in 6s
build / lint (release) Successful in 8s
build / mypy (release) Successful in 8s
build / Build distributions (push) Successful in 7s
build / Build distributions (release) Successful in 8s
build / deploy (push) Has been skipped
build / deploy (release) Successful in 6s
24 lines
367 B
Plaintext
24 lines
367 B
Plaintext
mem mem_empty #(
|
|
longint WIDTH = 32
|
|
){
|
|
memwidth = WIDTH;
|
|
mementries = 16;
|
|
};
|
|
|
|
|
|
addrmap top {
|
|
reg wide_reg {
|
|
regwidth = 128;
|
|
field {} f1[32];
|
|
field {} f2[32];
|
|
field {} f3[32];
|
|
field {} f4[32];
|
|
};
|
|
|
|
wide_reg r1;
|
|
wide_reg r2[4];
|
|
wide_reg r3;
|
|
|
|
external mem_empty #(.WIDTH(128)) mem_empty_128;
|
|
};
|