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