Primitive: Differential Bidirectional I/O Buffer with Offset Calibration
- PRIMITIVE_GROUP: I/O
- PRIMITIVE_SUBGROUP: BIDIR_BUFFER
Introduction
The primitive IOBUFDSE3_XP5 is only supported in XP5IO banks. It's function is the same as the IOBUFEDS3 primitive supported in HP IO banks, except when the IBUFDISABLE pin is asserted, its output behaves differently than the IOBUFDSE3 in HP banks. Please pay special attention in the design that uses both IOBUFDSE3 and IOBUFDSE3_XP5.
Port Descriptions
| Port | Direction | Width | Function |
|---|---|---|---|
| DCITERMDISABLE | Input | 1 | Control to enable/disable DCI termination. This is generally used to reduce power in long periods of an idle state. |
| I | Input | 1 | Input of OBUF. Connect to the logic driving the output port. |
| IBUFDISABLE | Input | 1 | Disables input path through the buffer and forces to a logic High. This feature is generally used to reduce power at times when the I/O is idle for a period of time. |
| IO | Inout | 1 | Bidirectional diff_p port to be connected directly to top-level inout port. |
| IOB | Inout | 1 | Bidirectional diff_n port to be connected directly to top-level inout port. |
| O | Output | 1 | Output path of the buffer. |
| OSC<3:0> | Input | 4 | Offset cancellation value |
| OSC_EN<1:0> | Input | 2 | Offset cancellation enable |
| T | Input | 1 | 3-state enable input signifying whether the buffer acts as an input or output. |
Design Entry Method
| Instantiation | Yes |
| Inference | No |
| IP and IP Integrator Catalog | No |
Available Attributes
| Attribute | Type | Allowed Values | Default | Description |
|---|---|---|---|---|
| SIM_DEVICE | STRING | "ULTRASCALE", "ULTRASCALE_PLUS" | "ULTRASCALE_PLUS" | Set the device version for simulation functionality. |
| SIM_INPUT_BUFFER_OFFSET | DECIMAL | -50 to 50 | 0 | Offset value for simulation purposes. |
| USE_IBUFDISABLE | STRING | "FALSE", "T_CONTROL", "TRUE" | "FALSE" | Set this attribute to "TRUE" to enable the IBUFDISABLE pin. |