CI: Add BlackParrot to RTLMeter runs (#6615)

This commit is contained in:
Geza Lore 2025-10-30 21:34:31 +01:00 committed by GitHub
parent da7dd1fa16
commit da1bca5c9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 0 deletions

View File

@ -74,6 +74,9 @@ jobs:
max-parallel: ${{ github.event == 'schedule' && 2 || 7 }} max-parallel: ${{ github.event == 'schedule' && 2 || 7 }}
matrix: matrix:
cases: cases:
- "BlackParrot:1x1:*"
- "BlackParrot:2x2:*"
- "BlackParrot:4x4:*"
- "NVDLA:*" - "NVDLA:*"
- "OpenPiton:1x1:*" - "OpenPiton:1x1:*"
- "OpenPiton:2x2:*" - "OpenPiton:2x2:*"
@ -116,6 +119,9 @@ jobs:
max-parallel: ${{ github.event == 'schedule' && 2 || 7 }} max-parallel: ${{ github.event == 'schedule' && 2 || 7 }}
matrix: matrix:
cases: cases:
- "BlackParrot:1x1:*"
- "BlackParrot:2x2:*"
- "BlackParrot:4x4:*"
- "NVDLA:*" - "NVDLA:*"
- "OpenPiton:1x1:*" - "OpenPiton:1x1:*"
- "OpenPiton:2x2:*" - "OpenPiton:2x2:*"
@ -158,6 +164,9 @@ jobs:
max-parallel: ${{ github.event == 'schedule' && 2 || 7 }} max-parallel: ${{ github.event == 'schedule' && 2 || 7 }}
matrix: matrix:
cases: cases:
- "BlackParrot:1x1:* !-hier"
- "BlackParrot:2x2:* !-hier"
- "BlackParrot:4x4:* !-hier"
- "NVDLA:* !-hier" - "NVDLA:* !-hier"
- "OpenPiton:1x1:* !-hier" - "OpenPiton:1x1:* !-hier"
- "OpenPiton:2x2:* !-hier" - "OpenPiton:2x2:* !-hier"