index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
lut
/
map_not.v
blob: 38599741427d3ffefa54a10c3f5e9aa532f2322f (
plain
)
1
2
3
4
5
module
top
(...);
input
a
;
output
y
;
assign
y
=
~
a
;
endmodule