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