Update docs/Advanced-Usage/Chip-Communication.rst

This commit is contained in:
alonamid
2019-09-27 23:16:30 -07:00
committed by GitHub
parent 878caaebdf
commit 42ca66ce07

View File

@@ -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!