From 430585002f8113e89960be9fbd6aebd7519393e9 Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Sat, 9 Sep 2023 22:27:11 +0300 Subject: [PATCH] refactor: change "--update-caravel" to "--update-shuttle" update tt-support-tools --- .github/workflows/gds.yaml | 2 +- .github/workflows/gl_verification.yaml | 2 +- .github/workflows/project_submission.yaml | 2 +- .github/workflows/sta.yaml | 2 +- .github/workflows/verification.yaml | 2 +- BUILDING.md | 2 +- tt | 2 +- verilog/dv/mux_ext/README.md | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/gds.yaml b/.github/workflows/gds.yaml index 2bd1d4d..64218aa 100644 --- a/.github/workflows/gds.yaml +++ b/.github/workflows/gds.yaml @@ -56,7 +56,7 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} - name: Update caravel configuration - run: python ./tt/configure.py --update-caravel + run: python ./tt/configure.py --update-shuttle - uses: cachix/install-nix-action@v20 diff --git a/.github/workflows/gl_verification.yaml b/.github/workflows/gl_verification.yaml index 92dac99..a11d0d9 100644 --- a/.github/workflows/gl_verification.yaml +++ b/.github/workflows/gl_verification.yaml @@ -54,7 +54,7 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} - name: Update caravel configuration - run: python ./tt/configure.py --test --update-caravel + run: python ./tt/configure.py --test --update-shuttle - uses: cachix/install-nix-action@v20 diff --git a/.github/workflows/project_submission.yaml b/.github/workflows/project_submission.yaml index aa63e78..1808960 100644 --- a/.github/workflows/project_submission.yaml +++ b/.github/workflows/project_submission.yaml @@ -24,7 +24,7 @@ jobs: - run: pip install -r tt-multiplexer/py/requirements.txt -r tt/requirements.txt - name: Update caravel configuration - run: python ./tt/configure.py --update-caravel + run: python ./tt/configure.py --update-shuttle - name: upload shuttle_index.json if: success() || failure() diff --git a/.github/workflows/sta.yaml b/.github/workflows/sta.yaml index ee7046e..48892c3 100644 --- a/.github/workflows/sta.yaml +++ b/.github/workflows/sta.yaml @@ -54,7 +54,7 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} - name: Update caravel configuration - run: python ./tt/configure.py --update-caravel --sta-projects + run: python ./tt/configure.py --update-shuttle --sta-projects - uses: cachix/install-nix-action@v20 diff --git a/.github/workflows/verification.yaml b/.github/workflows/verification.yaml index a305277..685de38 100644 --- a/.github/workflows/verification.yaml +++ b/.github/workflows/verification.yaml @@ -60,7 +60,7 @@ jobs: run: sudo apt-get update && sudo apt-get install -y iverilog - name: Configure the multiplexer for testing - run: python ./tt/configure.py --update-caravel --test + run: python ./tt/configure.py --update-shuttle --test # run first set of tests - name: Mux simulation (without caravel) diff --git a/BUILDING.md b/BUILDING.md index cd34fcf..79b90ee 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -42,7 +42,7 @@ To generate your GH_TOKEN go to https://github.com/settings/tokens/new . Set the Finally, run the following commands to generate the configuration for the user_project_wrapper: ```bash -python tt/configure.py --update-caravel +python tt/configure.py --update-shuttle ``` ## Harden diff --git a/tt b/tt index 1da6923..acb6b6b 160000 --- a/tt +++ b/tt @@ -1 +1 @@ -Subproject commit 1da6923f8cb94081ae49bfe08033e0943064dbef +Subproject commit acb6b6b4c3bf4dace11d466980490c606cf3fa8b diff --git a/verilog/dv/mux_ext/README.md b/verilog/dv/mux_ext/README.md index 786b461..6d6fcda 100644 --- a/verilog/dv/mux_ext/README.md +++ b/verilog/dv/mux_ext/README.md @@ -4,6 +4,6 @@ At the top level, run: cp tt_test_module.yaml tt_user_module.yaml make gen-user-module - ./configure.py --update-caravel --limit 20 --test + ./configure.py --update-shuttle --limit 20 --test before starting test.