Sign in
foss-eda-tools
/
third_party
/
shuttle
/
gf180mcu
/
mpw-000
/
slot-034
/
3a3bd2d2c215c20897818c4b85676f8ff14e25d9
/
.
/
verilog
/
rtl
/
top.v
blob: 4082415ef7d82b27f60424ff5ed12916ae53541d [
file
] [
log
] [
blame
]
module
top
(
input wire
[
7
:
0
]
io_in
,
output wire
[
7
:
0
]
io_out
);
user_module user_module0
(
io_in
,
io_out
);
endmodule