Sign in
foss-eda-tools
/
third_party
/
shuttle
/
sky130
/
mpw-008
/
slot-010
/
7385472c8fb972355f9d688ffc9d056994b1d012
/
.
/
verilog
/
rtl
/
051_top.v
blob: 027eae1d1ea6836108a86519053f97e61c8618c4 [
file
] [
log
] [
blame
]
module
github_com_proppy_tt02_xls_counter
(
input wire
[
7
:
0
]
io_in
,
output wire
[
7
:
0
]
io_out
);
wire rdy
=
1
;
wire vld
;
user_module counter0
(
io_in
[
0
],
io_in
[
1
],
rdy
,
io_out
,
vld
);
endmodule