[Doc] Add routing architecture details to qlsofa

This commit is contained in:
tangxifan 2021-04-02 18:56:14 -06:00
parent 0838b48dec
commit ea1113917f
2 changed files with 29 additions and 6 deletions

View File

@ -46,6 +46,32 @@ The FPGA architecture follows a tile-based organization, to exploit the fine-gra
| | | cells. |
+------+----------+----------------------------------------------+
.. _qlsofa_hd_fpga_arch_routing_arch:
Routing Architecture
^^^^^^^^^^^^^^^^^^^^
The routing architecture shares the same principle as the SOFA HD routing architecture (See details in :ref:`sofa_hd_fpga_arch_routing_arch`).
.. note:: Different from SOFA HD, each routing channel consists of 60 routing tracks. See details in :numref:`table_qlsofa_hd_fpga_arch_routing_track_distribution`.
.. _table_qlsofa_hd_fpga_arch_routing_track_distribution:
.. table:: Routing track distribution of QLSOFA HD FPGA
+------------+------------------------------+
| Track type | Number of tracks per channel |
+============+==============================+
| Length-1 | 6 (10%) |
+------------+------------------------------+
| Length-2 | 6 (10%) |
+------------+------------------------------+
| Length-4 | 48 (80%) |
+------------+------------------------------+
| Total | 60 |
+------------+------------------------------+
.. _qlsofa_hd_fpga_arch_scan_chain:
Scan-chain

View File

@ -91,18 +91,15 @@ Each routing channel consists of 40 routing tracks. See details in :numref:`tabl
+------------+------------------------------+
| Track type | Number of tracks per channel |
+============+==============================+
| Length-1 | 6 (10%) |
| Length-1 | 4 (10%) |
+------------+------------------------------+
| Length-2 | 6 (10%) |
| Length-2 | 4 (10%) |
+------------+------------------------------+
| Length-4 | 28 (80%) |
| Length-4 | 32 (80%) |
+------------+------------------------------+
| Total | 40 |
+------------+------------------------------+
.. _sofa_hd_fpga_arch_scan_chain:
Scan-chain