Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
1b0062119887da734c600d091a65c037f5fafa7d
/
.
/
SVIncCompil
/
Testcases
/
Google
/
chapter-6
/
6.19.2--enum_sequence_range.sv
blob: cc9f445ec929986723597f152407385543ba0d4f [
file
] [
log
] [
blame
]
/*
:name: enum_sequence_range
:description: enum sequence range tests
:should_fail: 0
:tags: 6.19.2
*/
module
top
();
enum
{
start
=
10
,
stop
[
11
:
13
]}
e
;
endmodule