diff options
author | Keith Rothman <537074+litghost@users.noreply.github.com> | 2021-04-08 10:45:18 -0700 |
---|---|---|
committer | Keith Rothman <537074+litghost@users.noreply.github.com> | 2021-04-08 10:45:18 -0700 |
commit | f5aa07a21f5ebe73238065b14af1a460abfd79c7 (patch) | |
tree | fbf43fe860d7e810c5eab4724e4c5eff9b640574 /docs | |
parent | 00e01b0549d54592cefdd74ca9a6a37be56e887e (diff) | |
download | fpga-interchange-schema-f5aa07a21f5ebe73238065b14af1a460abfd79c7.tar.gz fpga-interchange-schema-f5aa07a21f5ebe73238065b14af1a460abfd79c7.tar.bz2 fpga-interchange-schema-f5aa07a21f5ebe73238065b14af1a460abfd79c7.zip |
Fix some simple errors.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/bel_and_site_design.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/bel_and_site_design.md b/docs/bel_and_site_design.md index b7ad6f1..fd85064 100644 --- a/docs/bel_and_site_design.md +++ b/docs/bel_and_site_design.md @@ -163,14 +163,14 @@ So given the Stratix 10 site layout, the following BELs will be required: - 2 LUT5 BELs that connect to the output FF or output MUX - 1 LUT6 BELs that connect to the output FF or output MUX -### Versal ICAP +### Versal ACAP -The Versal ICAP LUT structure is fairly similiar to the Stratix 10 combitorial +The Versal ACAP LUT structure is fairly similiar to the Stratix 10 combitorial elements. -![Versal ICAP LUTs](versal_luts.png) +![Versal ACAP LUTs](versal_luts.png) -Unless the Stratix 10 ALM, it appears only 1 of the LUT4's connects to the +Unlike the Stratix 10 ALM, it appears only 1 of the LUT4's connects to the carry element (the prop signal). The O6 output also has a dedicate connection to the carry. See image below: @@ -179,9 +179,9 @@ connection to the carry. See image below: The Versal LUT structure likely should be decomposed into 4 BELs, shown in the next figures: -![Versal ICAP LUT4](versal_lut4.png) -![Versal ICAP two LUT5](versal_lut5.png) -![Versal ICAP LUT6](versal_lut6.png) +![Versal ACAP LUT4](versal_lut4.png) +![Versal ACAP two LUT5](versal_lut5.png) +![Versal ACAP LUT6](versal_lut6.png) So given the Versal site layout, the following BELs will be required (per SLICE row): |