Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
b2c8950dbc163e2320c742c5badef8d829b836c0
/
.
/
SVIncCompil
/
Testcases
/
Google
/
chapter-6
/
6.19.2--enum_sequence_range.sv
blob: cc9f445ec929986723597f152407385543ba0d4f [
file
]
/*
: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