Sign in
foss-fpga-tools
/
third_party
/
yosys
/
f90a4b1e24e36943a343bd36315b6029dd6cd044
/
.
/
tests
/
rpc
/
design.v
blob: 80f1dac1a2653fec55eb9cb7c89599fc9abda1b0 [
file
]
module
top
(
input
[
3
:
0
]
i
,
output
[
3
:
0
]
o
);
python_inv
#(
.
width
(
4
)
)
inv
(
.
i
(
i
),
.
o
(
o
),
);
endmodule