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