Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
b2c8950dbc163e2320c742c5badef8d829b836c0
/
.
/
SVIncCompil
/
Testcases
/
Yosys
/
errors
/
syntax_err08.v
blob: d41bfd6c94a258e7766ff56da6daf4f7f7106272 [
file
]
module
a
;
wire
[
5
:
0
]
x
;
wire
[
3
:
0
]
y
;
assign y
=
x
55
;
endmodule