Skip to content

IOBUF_R

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

This device is not yet supported in Apicula

Ports

Port Size Direction
I 1 input
IO 1 inout
O 1 output
OEN 1 input
RTEN 1 input

Verilog Instantiation

IOBUF_R iobuf_r_inst (
    .I(I),
    .IO(IO),
    .O(O),
    .OEN(OEN),
    .RTEN(RTEN)
);
Clone this wiki locally