diff options
-rw-r--r-- | docs/pseudo_cells.md | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/docs/pseudo_cells.md b/docs/pseudo_cells.md index 064c656..a55fc44 100644 --- a/docs/pseudo_cells.md +++ b/docs/pseudo_cells.md @@ -1,7 +1,7 @@ ## Pseudo Cells Pseudo PIPs and site pseudo PIPs are edges in the device graph that route -through other sites and/or BELs. Pseudo cells are the expression of the what +through other sites and/or BELs. Pseudo cells are the expression of what routing resources are "blocked" by the use of a pseudo PIP. The device database currently expresses pseudo PIPs as using BEL pins within @@ -11,11 +11,12 @@ the site wire. ### Example -In the case of a `CLBLL`'s `CLBLL_LL_A1` to `CLBLL_LL_A` pseudo PIP, this PIP -connects a signal from an input site port to an output site port. Each site -wire that is consumed has **both** a output BEL pin (from the site wire -source) and a input BEL pin (connected to either a logic BEL, e.g. `A6LUT` or -routing BEL, e.g. `AUSED` or output site port BEL, e.g. `A`). +In the case of a Xilinx 7-series `CLBLL`'s `CLBLL_LL_A1` to `CLBLL_LL_A` +pseudo PIP, this PIP connects a signal from an input site port to an output +site port. Each site wire that is consumed has **both** a output BEL pin +(from the site wire source) and a input BEL pin (connected to either a logic +BEL, e.g. `A6LUT` or routing BEL, e.g. `AUSED` or output site port BEL, e.g. +`A`). In the case of a `CLBLL`'s `CLBLL_LL_A` to `CLBLL_LL_AMUX` pseudo PIP, this PIP connects a signal from an output site port to an output site port. In |