From 878caaebdf3d72734b5906500d37c7c7020ca786 Mon Sep 17 00:00:00 2001 From: alonamid Date: Fri, 27 Sep 2019 23:16:19 -0700 Subject: [PATCH] Update docs/Advanced-Usage/Chip-Communication.rst --- docs/Advanced-Usage/Chip-Communication.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Advanced-Usage/Chip-Communication.rst b/docs/Advanced-Usage/Chip-Communication.rst index 60fe22ad..a9b72faf 100644 --- a/docs/Advanced-Usage/Chip-Communication.rst +++ b/docs/Advanced-Usage/Chip-Communication.rst @@ -60,7 +60,7 @@ mechanism to communicate with the DUT in simulation. In the case of a chip tapeout bringup, TSI commands can be sent over a custom communication medium to communicate with the chip. For example, some Berkeley tapeouts have a FPGA with a RISC-V soft-core that runs FESVR. The FESVR on the soft-core sends TSI commands -to a TSI to TileLink converter living on the FPGA (i.e. ``SerialAdapter``). Then this converter +to a TSI-to-TileLink converter living on the FPGA (i.e. ``SerialAdapter``). Then this converter sends the converted TileLink commands over a serial link to the chip. The following image shows this flow: .. image:: ../_static/images/chip-bringup.png