From 4bbc1f8b0630b64a2718d4c0338e771b1726b7ec Mon Sep 17 00:00:00 2001 From: abejgonzalez Date: Wed, 25 Sep 2019 18:45:51 -0700 Subject: [PATCH] change example subproject to hwacha [ci skip] --- docs/Simulation/Software-RTL-Simulation.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Simulation/Software-RTL-Simulation.rst b/docs/Simulation/Software-RTL-Simulation.rst index fcae121b..b9da8e3d 100644 --- a/docs/Simulation/Software-RTL-Simulation.rst +++ b/docs/Simulation/Software-RTL-Simulation.rst @@ -67,7 +67,7 @@ For example: make run-bmark-tests -.. Note:: Before running the pre-packaged suites, you must run the plain ``make`` command, since the elaboration command generates a Makefile fragment that contains the target for the pre-packaged test suites. Otherwise, you will likely encounter a Makefile target error. +.. Note:: Before running the pre-packaged suites, you must run the plain ``make`` command, since the elaboration command generates a Makefile fragment that contains the target for the pre-packaged test suites. Otherwise, you will likely encounter a Makefile target error. .. _sw-sim-custom: @@ -113,11 +113,11 @@ Therefore, in order to simulate a simple Rocket-based example system we can use: ./simulator-- ... -All `Make` targets that can be applied to the default example, can also be applied to custom project using the custom environment variables. For example, the following code example will run the RISC-V assembly benchmark suite on the BOOM subproject: +All `Make` targets that can be applied to the default example, can also be applied to custom project using the custom environment variables. For example, the following code example will run the RISC-V assembly benchmark suite on the Hwacha subproject: .. code-block:: shell - make SUB_PROJECT=boom run-asm-tests + make SUB_PROJECT=hwacha run-asm-tests Finally, in the ``generated-src/<...>--/`` directory resides all of the collateral and Verilog source files for the build/simulation.