diff --git a/docs/Advanced-Concepts/Debugging-RTL.rst b/docs/Advanced-Concepts/Debugging-RTL.rst index 6831cc4a..678ab33a 100644 --- a/docs/Advanced-Concepts/Debugging-RTL.rst +++ b/docs/Advanced-Concepts/Debugging-RTL.rst @@ -22,8 +22,8 @@ make target. For example: make CONFIG=CustomConfig debug -The ``run-binary-debug`` rule will also automatically build a simulator, -run it on a custom binary, and generate a waveform. For example, to run a +The ``run-binary-debug`` rule uses the prebuilt simulator to run a custom binary +and generate a waveform. For example, to run a test on ``helloworld.riscv``, use .. code-block:: shell