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