Skip to content
Pepijn de Vos edited this page Nov 17, 2024 · 2 revisions

TBUF

Ports

Port Size Direction
I 1 input
O 1 output
OEN 1 input

Verilog Instantiation

TBUF tbuf_inst (
    .I(I),
    .O(O),
    .OEN(OEN)
);
Clone this wiki locally