Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
3f4e38faba84ce292e5f05601b70dd598f686411
/
.
/
SVIncCompil
/
Testcases
/
Zachjs
/
basic
/
package_enum.v
blob: de80d4e8f75768e81ad3507a6474fc780d337363 [
file
] [
log
] [
blame
]
module
top
;
wire
[
2
:
0
]
test
;
assign test
=
3
'd0;
initial $display(test);
endmodule