-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'gpc_cache_amo' into gpc_cache_wb
- Loading branch information
Showing
11 changed files
with
304 additions
and
263 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
name: GPC DCache Test | ||
|
||
on: | ||
push: | ||
tags: ['*'] | ||
branches: ['gpc_cache*'] | ||
pull_request: | ||
workflow_dispatch: | ||
|
||
jobs: | ||
ci: | ||
name: ci | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
- name: Cleanup | ||
run: sed -i "s/grapecoveDCache[chisel3]/test/g" build.sc | ||
- name: Cache Scala | ||
uses: coursier/cache-action@v6 | ||
- name: Setup Scala | ||
uses: coursier/setup-action@v1 | ||
with: | ||
jvm: adopt:11 | ||
apps: sbt mill | ||
- name: Setup Dependencies | ||
run: | | ||
sudo apt-get install ccache | ||
- name: Install Verilator | ||
run: | | ||
sudo apt-get install verilator | ||
- name: Init Submodule | ||
run: | | ||
make init | ||
- name: Cache Test | ||
run: | | ||
make test_dcache | ||
make test_amo | ||
make test_lrsc | ||
make test_mmio | ||
make test_forward | ||
make test_bypass | ||
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.