Sign in
foss-fpga-tools
/
symbiflow-arch-defs
/
refs/heads/bot-conda-lock-update
/
.
/
lattice
/
ecp5
/
primitives
/
misc
/
INV
/
INV.sim.v
blob: 1bdd4ac73b78d1f5715e3c5817fe2f7e5dca7a38 [
file
] [
log
] [
blame
] [
edit
]
`default_nettype none
module INV(input A, output Z);
assign Z = !A;
endmodule