Skip to content

Commit

Permalink
add 64 bit cva6 test
Browse files Browse the repository at this point in the history
  • Loading branch information
grg-haas committed Jun 18, 2024
1 parent 7d7a9c9 commit d63aa00
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test-system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,15 @@ jobs:
environment: ${{ matrix.platform != 'generic' && 'track' || null }}
strategy:
matrix:
platform: [generic, mpfs] #cva6]
platform: [generic, mpfs, cva6]
bits: [32, 64]
exclude:
# mpfs is not 32 bit
- platform: mpfs
bits: 32
# ignore 32-bit cva6 for now
- platform: cva6
bits: 32

steps:
- name: Checkout Keystone
Expand Down

0 comments on commit d63aa00

Please sign in to comment.