mirror of https://github.com/lnis-uofu/SOFA.git
[Doc] Add routing architecture details to qlsofa
This commit is contained in:
parent
0838b48dec
commit
ea1113917f
|
@ -46,6 +46,32 @@ The FPGA architecture follows a tile-based organization, to exploit the fine-gra
|
||||||
| | | cells. |
|
| | | 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:
|
.. _qlsofa_hd_fpga_arch_scan_chain:
|
||||||
|
|
||||||
Scan-chain
|
Scan-chain
|
||||||
|
|
|
@ -91,18 +91,15 @@ Each routing channel consists of 40 routing tracks. See details in :numref:`tabl
|
||||||
+------------+------------------------------+
|
+------------+------------------------------+
|
||||||
| Track type | Number of tracks per channel |
|
| 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 |
|
| Total | 40 |
|
||||||
+------------+------------------------------+
|
+------------+------------------------------+
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.. _sofa_hd_fpga_arch_scan_chain:
|
.. _sofa_hd_fpga_arch_scan_chain:
|
||||||
|
|
||||||
Scan-chain
|
Scan-chain
|
||||||
|
|
Loading…
Reference in New Issue