Sign in
foss-eda-tools
/
third_party
/
shuttle
/
sky130
/
mpw-007
/
slot-001
/
0c0a959a6c9c46ebdcb9bc1936bd7dc319170bb1
/
.
/
verilog
/
rtl
/
user_module_341497938559631956.v
blob: a9552bd99f09c30648751bdb135a1b2fcabc422b [
file
] [
log
] [
blame
]
module
user_module_341497938559631956
(
input wire
[
7
:
0
]
io_in
,
output wire
[
7
:
0
]
out
);
assign
out
=
~
io_in
;
endmodule