Skip to content

Commit

Permalink
OUTBUF -> OBUFT
Browse files Browse the repository at this point in the history
Signed-off-by: Eddie Hung <[email protected]>
  • Loading branch information
eddieh-xlnx committed Dec 5, 2023
1 parent 889e8ca commit f1816b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/score.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ BEL input and output pins for each type of PhysCell.
|`LUT1`, `LUT2`, `LUT3`, `LUT4`, `LUT5`, `LUT6` | (all) <- (all) | Look Up Table |
|`CARRY8` | [see table CARRY8](#carry8-connectivity) | Fast Carry Logic |
|`MUXF7`, `MUXF8`, `MUXF9` | (all) <- (all) | Intrasite Mux |
|`IBUFCTRL`, `INBUF`, `OUTBUF` | (all) <- (all) | I/O Buffer |
|`IBUFCTRL`, `INBUF`, `OBUFT` | (all) <- (all) | I/O Buffer |
|`DSP_A_B_DATA`, `DSP_C_DATA`, `DSP_M_DATA`,<br>`DSP_PREADD_DATA`, `DSP_OUTPUT`, `DSP_ALU` | (none) <- (none) [see note](#dsp-cell-connectivity) | DSP Logic |
|`DSP_MULTIPLIER`, `DSP_PREADD` | (all) <- (all) [see note](#dsp-cell-connectivity) | DSP Logic |
|`PCIE40E4` | (none) <- (none) | PCIe Hard Macro |
Expand Down
2 changes: 1 addition & 1 deletion wirelength_analyzer/xcvup_device_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def __contains__(self, item):

'IBUFCTRL': self.all_to_all,
'INBUF': self.all_to_all,
'OUTBUF': self.all_to_all,
'OBUFT': self.all_to_all,

# The following cell types are BELs that make up a DSP macro.
# Such DSPs contains a number of optional pipelining registers,
Expand Down

0 comments on commit f1816b6

Please sign in to comment.