Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
6974ffc5ed0bd5daee67697a11331c4ec2ca9f1e
/
.
/
SVIncCompil
/
Testcases
/
YosysTests
/
architecture
/
ice40_wrapcarry
/
top.v
blob: d3a9e642667d637366a8c89e57bf3d0f3da07c0a [
file
] [
log
] [
blame
]
module
top
(
input
[
3
:
0
]
x
,
input
[
3
:
0
]
y
,
output
[
3
:
0
]
A
,
output
[
3
:
0
]
B
);
assign B
=
x
/
y
;
endmodule