Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
1b0062119887da734c600d091a65c037f5fafa7d
/
.
/
SVIncCompil
/
Testcases
/
Google
/
generic
/
class
/
class_test_51.sv
blob: 282afc73532de6b7a789630694fd596fda5ae9b5 [
file
] [
log
] [
blame
]
/*
:name: class_test_51
:description: Test
:should_fail: 0
:tags: 6.15 8.3
*/
class
how_wide
;
localparam
Max_int
=
{
$bits
(
int
)
-
1
{
1
'b1}};
endclass