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