Sign in
foss-fpga-tools
/
symbiflow-arch-defs
/
refs/heads/bot-conda-lock-update
/
.
/
xilinx
/
xc7
/
tests
/
switch_processing
/
switch_processing_identity.v
blob: 4334274c1ef2e8c0d119c420e5327852d4ccf00d [
file
] [
log
] [
blame
] [
edit
]
module
top
(
input
[
3
:
0
]
in
,
output
[
3
:
0
]
out
,
input clk
,
input rst
);
assign
out
=
in
;
endmodule