change example subproject to hwacha [ci skip]
This commit is contained in:
@@ -113,11 +113,11 @@ Therefore, in order to simulate a simple Rocket-based example system we can use:
|
|||||||
./simulator-<yourproject>-<yourconfig> ...
|
./simulator-<yourproject>-<yourconfig> ...
|
||||||
|
|
||||||
|
|
||||||
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
|
.. code-block:: shell
|
||||||
|
|
||||||
make SUB_PROJECT=boom run-asm-tests
|
make SUB_PROJECT=hwacha run-asm-tests
|
||||||
|
|
||||||
|
|
||||||
Finally, in the ``generated-src/<...>-<package>-<config>/`` directory resides all of the collateral and Verilog source files for the build/simulation.
|
Finally, in the ``generated-src/<...>-<package>-<config>/`` directory resides all of the collateral and Verilog source files for the build/simulation.
|
||||||
|
|||||||
Reference in New Issue
Block a user