Skip to content

Commit

Permalink
refactor: change "--update-caravel" to "--update-shuttle"
Browse files Browse the repository at this point in the history
update tt-support-tools
  • Loading branch information
urish committed Sep 9, 2023
1 parent d54ef57 commit 4305850
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gl_verification.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/project_submission.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verification.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tt
Submodule tt updated 4 files
+37 −12 configure.py
+1 −4 documentation.py
+12 −10 project.py
+1 −1 shuttle.py
2 changes: 1 addition & 1 deletion verilog/dv/mux_ext/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 4305850

Please sign in to comment.