Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
ee01fafc32b36cc0342063f4681a95b6615effbd
/
.
/
SVIncCompil
/
Testcases
/
YosysTestSuite
/
lut
/
map_not.v
blob: 38599741427d3ffefa54a10c3f5e9aa532f2322f [
file
]
module
top
(...);
input a
;
output y
;
assign y
=
~
a
;
endmodule