From bb819cfbbf93552722ee172978b7d8e9e882dd7e Mon Sep 17 00:00:00 2001 From: alonamid Date: Wed, 25 Sep 2019 16:56:32 -0700 Subject: [PATCH] hwacha link --- docs/Generators/Hwacha.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Generators/Hwacha.rst b/docs/Generators/Hwacha.rst index 5d3e7e4f..240d6fc9 100644 --- a/docs/Generators/Hwacha.rst +++ b/docs/Generators/Hwacha.rst @@ -9,7 +9,7 @@ For more information on the Hwacha project, please visit the `Hwacha website `__ to see the possible configuration parameters. Since Hwacha implements a non-standard RISC-V extension, it requires a unique software toolchain to be able to compile and asseble its vector instructions. To install the Hwacha toolchain, run the ``./scripts/build-toolchains.sh esp-tools`` command within the root Chipyard directory. This may take a while, and it will install the ``esp-tools-install`` directory within your Chipyard root directory. ``esp-tools`` is a fork of ``riscv-tools`` (formerly a collection of relevant software RISC-V tools) that was enhanced with additional non-standard vector instructions. However, due to the upstreaming of the equivalent RISC-V toolchains, ``esp-tools`` may not be up-to-date with the latest mainline version of the tools included in it.