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