Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
6ce6840a96fc0d4401dbc401b0aecc29d7234654
/
.
/
SVIncCompil
/
Testcases
/
YosysTests
/
regression
/
issue_00174
/
top.v
blob: 7605ed24d1c4151d01db7fbac41a5e2ea6442f82 [
file
]
module
top
(
input
[
5
:
0
]
ptr
,
output
[
5
:
0
]
wave_out
);
wire
[
31
:
0
]
w
=
1
-
ptr
;
assign wave_out
=
w
/
2
;
endmodule