From 42ca66ce07a3f6e3b22b7f0269293db067416703 Mon Sep 17 00:00:00 2001 From: alonamid Date: Fri, 27 Sep 2019 23:16:30 -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 a9b72faf..6af7213b 100644 --- a/docs/Advanced-Usage/Chip-Communication.rst +++ b/docs/Advanced-Usage/Chip-Communication.rst @@ -153,7 +153,7 @@ After creating the config, call the ``make`` command like the following to build make CONFIG=jtagRocketConfig TOP=TopWithDTM MODEL=TestHarnessWithDTM -In this example, this will use the config that you previously specified, as well as set +In this example, the simulation will use the config that you previously specified, as well as set the other parameters that are needed to satisfy the build system. After that point, you should have a JTAG enabled simulator that you can attach to using OpenOCD and GDB!