From ecc8d06b5240f80244db005033133c4bd5de0b57 Mon Sep 17 00:00:00 2001 From: Abel Joseph John Date: Sat, 13 Jun 2020 06:33:09 +0530 Subject: [PATCH 1/2] added gettext dependency for qemu build --- scripts/ubuntu-req.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ubuntu-req.sh b/scripts/ubuntu-req.sh index f72c48f4..cbc1f66a 100755 --- a/scripts/ubuntu-req.sh +++ b/scripts/ubuntu-req.sh @@ -14,7 +14,7 @@ sudo apt-get install -y libexpat1-dev libusb-dev libncurses5-dev cmake # deps for poky sudo apt-get install -y python3.6 patch diffstat texi2html texinfo subversion chrpath git wget # deps for qemu -sudo apt-get install -y libgtk-3-dev +sudo apt-get install -y libgtk-3-dev gettext # deps for firemarshal sudo apt-get install -y python3-pip python3.6-dev rsync libguestfs-tools expat ctags # install DTC From ce13ee920d308733831a593234a1382482bfb96e Mon Sep 17 00:00:00 2001 From: Amirali Sharifian Date: Wed, 7 Oct 2020 11:38:41 -0700 Subject: [PATCH 2/2] Update Gemmini.rst The gemmini config file's name is been updated from `configs.scala` to `Configs.scala` --- docs/Generators/Gemmini.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Generators/Gemmini.rst b/docs/Generators/Gemmini.rst index 34fc728b..6f1a9ba3 100644 --- a/docs/Generators/Gemmini.rst +++ b/docs/Generators/Gemmini.rst @@ -5,7 +5,7 @@ The Gemmini project is developing a systolic-array based matrix multiplication u Gemmini is implemented as a RoCC accelerator with non-standard RISC-V custom instructions. The Gemmini unit uses the RoCC port of a Rocket or BOOM `tile`, and by default connects to the memory system through the System Bus (i.e., directly to the L2 cache). -To add a Gemmini unit to an SoC, you should add the ``gemmini.DefaultGemminiConfig`` config fragment to the SoC configurations. To change the configuration of the Gemmini accelerator unit, you can write a custom configuration to replace the ``DefaultGemminiConfig``, which you can view under `generators/gemmini/src/main/scala/configs.scala `__ to see the possible configuration parameters. +To add a Gemmini unit to an SoC, you should add the ``gemmini.DefaultGemminiConfig`` config fragment to the SoC configurations. To change the configuration of the Gemmini accelerator unit, you can write a custom configuration to replace the ``DefaultGemminiConfig``, which you can view under `generators/gemmini/src/main/scala/configs.scala `__ to see the possible configuration parameters. The example Chipyard config includes the following example SoC configuration which includes Gemmini: