Sign in
foss-fpga-tools
/
third_party
/
yosys
/
0d037bf9d8d866239de15d72dc8c5acd7ab5e5cf
/
.
/
tests
/
lut
/
map_not.v
blob: 38599741427d3ffefa54a10c3f5e9aa532f2322f [
file
]
module
top
(...);
input a
;
output y
;
assign y
=
~
a
;
endmodule