Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
b33803e3de1b686792c09675e85fc5f919905e20
/
.
/
src
/
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