Sign in
foss-fpga-tools
/
symbiflow-arch-defs
/
598b799ea8c9d207e885f3449dba2694480c202c
/
.
/
xilinx
/
xc7
/
tests
/
switch_processing
/
switch_processing_add_1.v
blob: 9e8ed8c847b3a211bf6a7b708f94ffdb53175352 [
file
] [
log
] [
blame
]
module
top
(
input
[
3
:
0
]
in
,
output
[
3
:
0
]
out
,
input clk
,
input rst
);
assign
out
=
in
+
1
;
endmodule