Sign in
foss-fpga-tools
/
symbiflow-arch-defs
/
c11ea190014ceaac6fa2bcc49c6b935fc5c92a43
/
.
/
ecp5
/
primitives
/
misc
/
INV
/
INV.sim.v
blob: 1bdd4ac73b78d1f5715e3c5817fe2f7e5dca7a38 [
file
]
`default_nettype none
module INV(input A, output Z);
assign Z = !A;
endmodule