Sign in
foss-fpga-tools
/
third_party
/
yosys
/
de3476cc233c1c78d3e956aa7e9bd1003ac37f66
/
.
/
tests
/
errors
/
syntax_err07.v
blob: 62bcc6b3ed9ebb51f419c1cbaa088ecce85243fd [
file
] [
log
] [
blame
]
module
a
;
wire
[
5
:
0
]
x
;
wire
[
3
:
0
]
y
;
assign y
=
(
4
)
55
;
endmodule