Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
d4bc91e228686cd8ec9eee019b4f0db9b7bc26cb
/
.
/
SVIncCompil
/
Testcases
/
Google
/
chapter-6
/
6.19--enum_xx.sv
blob: 1093d423dc7a40c7b5c4e18b3bba95ded5dc1b5d [
file
] [
log
] [
blame
]
/*
:name: enum_xx
:description: enum with x tests
:should_fail: 0
:tags: 6.19
*/
module
top
();
enum
integer
{
a
=
0
,
b
={
32
{
1
'bx}}, c=1} val;
endmodule