From 07ce417caf8094242ef1c468194a40d3e9582a7c Mon Sep 17 00:00:00 2001 From: Jerry Zhao Date: Wed, 24 May 2023 09:54:35 -0700 Subject: [PATCH] Disable rocketchip TL- tests since the segfault in verilator --- .github/workflows/chipyard-run-tests.yml | 31 ++++++++++++------------ 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/.github/workflows/chipyard-run-tests.yml b/.github/workflows/chipyard-run-tests.yml index 231315be..fecf7976 100644 --- a/.github/workflows/chipyard-run-tests.yml +++ b/.github/workflows/chipyard-run-tests.yml @@ -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