Skip to content

Commit

Permalink
Add INBUF as recognized cell for wa.py
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 3c57f02 commit cafc974
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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` | (all) <- (all) | Input Buffer |
|`IBUFCTRL`, `INBUF` | (all) <- (all) | Input 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 All @@ -130,7 +130,7 @@ BEL input and output pins for each type of PhysCell.
| BEL output pin | BEL input pins |
|------------|----------------------------------------|
| `O0` | `CIN`, `S0` |
|`CO0` | {input pins from `O0`} and `DI0`, `AX` |
| `CO0` | {input pins from `O0`} and `DI0`, `AX` |
| `O1` | {input pins from `CO0`} and `S1` |
| `CO1` | {input pins from `O1`} and `DI1`, `BX` |
| `O2` | {input pins from `C01`} and `S2` |
Expand Down
1 change: 1 addition & 0 deletions wirelength_analyzer/xcvup_device_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ def __contains__(self, item):
'MUXF9': self.all_to_all,

'IBUFCTRL': self.all_to_all,
'INBUF': 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 cafc974

Please sign in to comment.