-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf: use perfUtils in
Utility
(#179)
- Loading branch information
1 parent
6e15b5b
commit f9dffb2
Showing
12 changed files
with
119 additions
and
182 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 |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
# This workflow contains a single job called "build" | ||
tl-test_L2: | ||
# The type of runner that the job will run on | ||
runs-on: ubuntu-latest | ||
runs-on: ubuntu-24.04 | ||
|
||
# Steps represent a sequence of tasks that will be executed as part of the job | ||
steps: | ||
|
@@ -35,7 +35,7 @@ jobs: | |
uses: coursier/cache-action@v5 | ||
|
||
- name: Verilator | ||
run: sudo apt install verilator | ||
run: sudo apt install verilator libsqlite3-dev | ||
|
||
- name: Setup Mill | ||
uses: jodersky/[email protected] | ||
|
@@ -60,7 +60,7 @@ jobs: | |
tl-test_L2L3: | ||
# The type of runner that the job will run on | ||
runs-on: ubuntu-latest | ||
runs-on: ubuntu-24.04 | ||
|
||
# Steps represent a sequence of tasks that will be executed as part of the job | ||
steps: | ||
|
@@ -77,7 +77,7 @@ jobs: | |
uses: coursier/cache-action@v5 | ||
|
||
- name: Verilator | ||
run: sudo apt install verilator | ||
run: sudo apt install verilator libsqlite3-dev | ||
|
||
- name: Setup Mill | ||
uses: jodersky/[email protected] | ||
|
Submodule Utility
updated
9 files
Submodule rocket-chip
updated
17 files
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
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.