Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
713605cadef845b9f44d6469208fb6e902ace095
/
.
/
SVIncCompil
/
Testcases
/
Google
/
chapter-7
/
memories
/
basic.sv
blob: 990e5e143b68a291bfd09cfdc0b715ae4e7bde29 [
file
] [
log
] [
blame
]
/*
:name: memories-basic
:description: Test memories support
:should_fail: 0
:tags: 7.4.4
*/
module
top
();
// one-dimensinal array with elements of types
// reg, logic, bit
logic
[
7
:
0
]
mem
[
0
:
255
];
endmodule