fix some language about TileLink's relationship to Diplomacy

This commit is contained in:
Howard Mao
2019-09-09 20:28:13 -07:00
parent a4371fa917
commit 1fee2b12f1

View File

@@ -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, other Chipyard generators. It is how different modules like caches, memories,
peripherals, and DMA devices communicate with each other. peripherals, and DMA devices communicate with each other.
TileLink is built on top of diplomacy, a framework for exchanging RocketChip's TileLink implementation is built on top of Diplomacy, a framework
configuration information among Chisel generators in a two-phase elaboration for exchanging configuration information among Chisel generators in a two-phase
scheme. elaboration scheme.
A brief overview of how to connect simple TileLink widgets can be found 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 in the :ref:`Adding-an-Accelerator` section. This section will provide a