Sign in
foss-fpga-tools
/
symbiflow-arch-defs
/
refs/heads/bot-conda-lock-update
/
.
/
lattice
/
ecp5
/
primitives
/
io
/
OBZ
/
OBZ.sim.v
blob: b5c125e66f810ffaef887c8a41edb73a0df2dd96 [
file
] [
log
] [
blame
] [
edit
]
`default_nettype none
module OBZ(input I, T, output O);
assign O = T ? 1'bz : I;
endmodule