Update all

This commit is contained in:
abejgonzalez
2022-02-14 18:55:51 -08:00
parent 1dae13d3fe
commit 31cb221cc0
5 changed files with 61 additions and 22 deletions

View File

@@ -29,12 +29,13 @@ Setting up the Chipyard Repo
Start by fetching Chipyard's sources. Run:
.. code-block:: shell
.. parsed-literal::
git clone https://github.com/ucb-bar/chipyard.git
cd chipyard
# fancy way to checkout latest tag (for example resolves to "1.5.0" if that is the latest) │ 31 -------------------------------------------
git checkout $(git describe --tags $(git rev-list --tags --max-count=1))
# checkout latest official chipyard release
# note: this may not be the latest release if the documentation version != "stable"
git checkout |version|
./scripts/init-submodules-no-riscv-tools.sh
This will initialize and checkout all of the necessary git submodules.