diff --git a/docs/Advanced-Concepts/Chip-Communication.rst b/docs/Advanced-Concepts/Chip-Communication.rst index 9084f7ef..dc4c95cf 100644 --- a/docs/Advanced-Concepts/Chip-Communication.rst +++ b/docs/Advanced-Concepts/Chip-Communication.rst @@ -148,7 +148,7 @@ Most, if not all, Chipyard configurations are tethered using TSI (over a serial to external memory through an AXI port (backing AXI memory). The following image shows the DUT with these set of default signals: -.. image:: ../_static/images/chip-bringup.png +.. image:: ../_static/images/default-chipyard-config-communication.png In this setup, the serial-link is connected to the TSI/FESVR peripherals while the AXI port is connected to a simulated AXI memory. @@ -157,7 +157,7 @@ one can send the memory transactions over the bi-directional serial-link (``TLSe interface to the DUT is the serial-link (which as comparatively less signals than an AXI port). This new setup (shown below) is a typical Chipyard test chip setup: -.. image:: ../_static/images/chip-bringup.png +.. image:: ../_static/images/bringup-chipyard-config-communication.png Simulation Setup ~~~~~~~~~~~~~~~~ @@ -167,7 +167,7 @@ would be used. The main difference is that the TileLink-to-AXI converters and simulated AXI memory resides on the other side of the serial-link. -.. image:: ../_static/images/chip-bringup.png +.. image:: ../_static/images/chip-bringup-simulation.png .. note:: Here the simulated AXI memory and the converters can be in a different clock domain in the test harness diff --git a/docs/_static/images/bringup-chipyard-config-communication.png b/docs/_static/images/bringup-chipyard-config-communication.png new file mode 100644 index 00000000..9da84dcf Binary files /dev/null and b/docs/_static/images/bringup-chipyard-config-communication.png differ diff --git a/docs/_static/images/chip-bringup-simulation.png b/docs/_static/images/chip-bringup-simulation.png new file mode 100644 index 00000000..007f808b Binary files /dev/null and b/docs/_static/images/chip-bringup-simulation.png differ diff --git a/docs/_static/images/chip-bringup.png b/docs/_static/images/chip-bringup.png index 4e8d0602..07c80f05 100644 Binary files a/docs/_static/images/chip-bringup.png and b/docs/_static/images/chip-bringup.png differ diff --git a/docs/_static/images/chip-communication.png b/docs/_static/images/chip-communication.png index 4492bd8b..8c0f8a1d 100644 Binary files a/docs/_static/images/chip-communication.png and b/docs/_static/images/chip-communication.png differ diff --git a/docs/_static/images/default-chipyard-config-communication.png b/docs/_static/images/default-chipyard-config-communication.png new file mode 100644 index 00000000..9763e1d4 Binary files /dev/null and b/docs/_static/images/default-chipyard-config-communication.png differ