From cad0b1f45c35c2009ad537fd9a43fddb9ec004ce Mon Sep 17 00:00:00 2001 From: alonamid Date: Sat, 28 Sep 2019 00:22:53 -0700 Subject: [PATCH] Update docs/Advanced-Usage/Chip-Communication.rst --- docs/Advanced-Usage/Chip-Communication.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Advanced-Usage/Chip-Communication.rst b/docs/Advanced-Usage/Chip-Communication.rst index 6af7213b..902a32a3 100644 --- a/docs/Advanced-Usage/Chip-Communication.rst +++ b/docs/Advanced-Usage/Chip-Communication.rst @@ -99,6 +99,8 @@ reminder, to run a software RTL simulation, run: make CONFIG=LargeBoomConfig run-asm-tests +FireSim FPGA-accelerated simulations use TSI by default as well. + If you would like to build and simulate a Chipyard configuration with a DTM configured for DMI communication, then you must create a top-level system with the DTM (``TopWithDTM``), a test-harness to connect to the DTM (``TestHarnessWithDTM``), as well as a config to use that top-level system.