From 1fee2b12f1c08234268a0320b3c36294458577ed Mon Sep 17 00:00:00 2001 From: Howard Mao Date: Mon, 9 Sep 2019 20:28:13 -0700 Subject: [PATCH] fix some language about TileLink's relationship to Diplomacy --- docs/TileLink-Diplomacy-Reference/index.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/TileLink-Diplomacy-Reference/index.rst b/docs/TileLink-Diplomacy-Reference/index.rst index abf797c7..af00323b 100644 --- a/docs/TileLink-Diplomacy-Reference/index.rst +++ b/docs/TileLink-Diplomacy-Reference/index.rst @@ -5,9 +5,9 @@ TileLink is the cache coherence and memory protocol used by RocketChip and other Chipyard generators. It is how different modules like caches, memories, peripherals, and DMA devices communicate with each other. -TileLink is built on top of diplomacy, a framework for exchanging -configuration information among Chisel generators in a two-phase elaboration -scheme. +RocketChip's TileLink implementation is built on top of Diplomacy, a framework +for exchanging configuration information among Chisel generators in a two-phase +elaboration scheme. A brief overview of how to connect simple TileLink widgets can be found in the :ref:`Adding-an-Accelerator` section. This section will provide a