Skip to content

Commit

Permalink
Disable rocketchip TL- tests since the segfault in verilator
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryz123 committed May 24, 2023
1 parent c7d377a commit 027340b
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions .github/workflows/chipyard-run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -879,21 +879,22 @@ jobs:
with:
group-key: "group-other"
project-key: "rocketchip-amba"
- name: Run tlsimple tests
uses: ./.github/actions/run-tests
with:
group-key: "group-other"
project-key: "rocketchip-tlsimple"
- name: Run tlwidth tests
uses: ./.github/actions/run-tests
with:
group-key: "group-other"
project-key: "rocketchip-tlwidth"
- name: Run tlxbar tests
uses: ./.github/actions/run-tests
with:
group-key: "group-other"
project-key: "rocketchip-tlxbar"
# Below tests segfault with verilator, work fine in VCS
# - name: Run tlsimple tests
# uses: ./.github/actions/run-tests
# with:
# group-key: "group-other"
# project-key: "rocketchip-tlsimple"
# - name: Run tlwidth tests
# uses: ./.github/actions/run-tests
# with:
# group-key: "group-other"
# project-key: "rocketchip-tlwidth"
# - name: Run tlxbar tests
# uses: ./.github/actions/run-tests
# with:
# group-key: "group-other"
# project-key: "rocketchip-tlxbar"

constellation-run-tests:
name: constellation-run-tests
Expand Down

0 comments on commit 027340b

Please sign in to comment.