diff --git a/docs/Generators/Gemmini.rst b/docs/Generators/Gemmini.rst index c48daeda..34fc728b 100644 --- a/docs/Generators/Gemmini.rst +++ b/docs/Generators/Gemmini.rst @@ -61,7 +61,7 @@ The ``software`` directory of the generator (within the generator repository in The Gemmini generator generates a C header file based on the generator parameters. This header files gets compiled together with the matrix multiplication library to tune library performance. The generated header file can be found under ``generators/gemmini/software/gemmini-rocc-tests/include/gemmini_params.h`` -Gemmini can also be used to run ONNX-specified neural-networks through a port of Microsoft's ONNX-Runtime framework. The port is included as the `onnxruntime-riscv`__ repository submoduled in the `software` directory. The port is under development, and usage documentation can be found `within its repository `__. +Gemmini can also be used to run ONNX-specified neural-networks through a port of Microsoft's ONNX-Runtime framework. The port is included as the `onnxruntime-riscv `__ repository submoduled in the `software` directory. The port is under development, and usage documentation can be found `within its repository `__. Build and Run Gemmini Tests ^^^^^^^^^^^^^^^^^^^^^^^^^^^