Commit Graph

44 Commits

Author SHA1 Message Date
joonho hwangbo
2a9fe9bb67 Add compress-acc (#1906)
* Add compress-acc

* Bump compress-acc, add ci

* update compress-acc url to https

* Add docs

* url oops

* Bump compress-acc

* BUMP

* Use loadmem for ci runs

* Add width widget

* Bump
2024-06-22 16:08:57 -07:00
Jerry Zhao
4f1dd4e195 Add rerocc to tests 2024-05-29 17:43:31 -07:00
Jerry Zhao
c8c176b215 Remove sha3 due to no chisel6 compatibility 2024-05-10 17:27:11 -07:00
Jerry Zhao
838cd9a69f Remove hwacha/esp-tools 2024-05-10 17:27:10 -07:00
Jerry Zhao
4203d50bc2 Bump boom 2024-03-07 14:17:03 -08:00
Jerry Zhao
2f1776fc6a Add LLCChiplet to CI 2024-02-25 15:54:55 -08:00
Jerry Zhao
fdeede7b0b Add tests for symmetric rocket chiplet config 2023-12-26 12:55:32 -08:00
Jerry Zhao
4464e12d82 Merge remote-tracking branch 'origin/main' into tetheredsim 2023-06-13 15:32:08 -07:00
Jerry Zhao
a486194d3d Merge branch 'main' into shuttle 2023-06-13 11:01:19 -07:00
Jerry Zhao
b7c27a63e5 Merge branch 'main' into tetheredsim 2023-06-12 22:19:11 -07:00
Jerry Zhao
7cbabaa18a Add CI on PrefetchingRocketConfig 2023-06-12 16:47:23 -07:00
Jerry Zhao
4b7c170104 Add shuttle core CI 2023-06-08 14:37:25 -07:00
Jerry Zhao
b17def6271 Merge remote-tracking branch 'origin/main' into tetheredsim 2023-06-08 14:32:52 -07:00
Jerry Zhao
6713aea8c9 Split NVDLA config out of ManyMMIOAccels config to reduce CI load 2023-06-08 10:50:23 -07:00
Jerry Zhao
89db2372c3 Merge remote-tracking branch 'origin/main' into tetheredsim 2023-05-31 21:55:09 -07:00
Jerry Zhao
3db7976db6 Fix typo in CI run-tests.sh 2023-05-27 10:36:55 -07:00
Jerry Zhao
dda5770595 Add Tethered config to CI 2023-05-25 23:55:15 -07:00
Jerry Zhao
ec7310dad0 Dedup run-tests CI script 2023-05-25 23:52:14 -07:00
Jerry Zhao
300a4b3642 Add rocketchip unit-tests to regressions 2023-05-24 10:17:37 -07:00
Jerry Zhao
333df95a42 Set default config back to 1-channel 2023-05-23 12:07:28 -07:00
Jerry Zhao
f835390b1a Disable Ibex tests for now, Ibex seems unable to run the default rv32 binaries 2023-05-16 19:20:08 -07:00
Jerry Zhao
ed74f4376f Make Ibex run rv32ui-p-simple only 2023-05-16 16:39:40 -07:00
Jerry Zhao
9f9478c10e Add both dmiBoom and normalBoom tests to CI 2023-04-19 23:47:27 -07:00
Jerry Zhao
a31b061770 CI: Fix checkpoint generation 2023-04-19 23:37:44 -07:00
Jerry Zhao
cf87641031 Fix LOADARCH CI tests 2023-04-18 09:50:16 -07:00
Jerry Zhao
2ec45b4f63 Test boom cosim with spike in boom CI 2023-04-13 18:00:21 -07:00
Jerry Zhao
35320bf13d Add CI for checkpoints with dmiRocketConfig 2023-04-12 17:50:38 -07:00
Jerry Zhao
d845e81b2b Reduce test cases for noc-config in CI 2023-02-22 18:14:41 -08:00
Jerry Zhao
88fe297d95 Move EXTRA_SIM_FLAGS to defaults.sh in CI 2023-02-22 09:53:22 -08:00
Jerry Zhao
154c31677c Consolidate mmio-accelerator test configs into a single config 2023-02-22 00:21:44 -08:00
Jerry Zhao
a4827b0749 Consolidate peripheral device testing configs into a single ManyPeripheralsConfig 2023-02-22 00:21:44 -08:00
Jerry Zhao
15c9207aec Add tests for spike tile 2023-01-17 10:55:20 -08:00
joonho hwangbo
33f5040b5d Integrate Mempress memory tester (#1253) 2022-10-17 18:41:39 -07:00
Jerry Zhao
d554c280e1 Add CI tests for constellation 2022-09-26 14:25:43 -07:00
abejgonzalez
1de35a6af4 Use conda + Update initial setup docs 2022-08-23 00:44:21 +00:00
Animesh Agrawal
f728a393ba Add fft generator to CI 2022-01-24 16:14:00 -08:00
Ella Schwarz
086cc1f74f Address PR comments for Ibex 2021-11-21 19:27:38 -08:00
Ella Schwarz
94ae7af007 Add Ibex to GHA 2021-11-21 19:27:38 -08:00
Ella Schwarz
b6741b052a Revert everything to most recent dev commit 2021-11-21 19:27:38 -08:00
chick
60ba6357a0 Move Chipyard CI to Github Actions
- As similar as possible to the circle ci code.
- The `.github/README.md` file has a fair amount of documentation for this.
- Creates a worfklow file
  - re-uses most of the circleci/scipts unchanged
  - defines a number of *Composite Actions* which are like YML subroutines
- Removes the circle-ci code
- Points the CI badge in the top level README to use the GA test result
2021-11-21 19:27:38 -08:00
abejgonzalez
b7fd1ffae2 Add bypass to ignore simulator dependency 2021-10-18 10:33:49 -07:00
abejgonzalez
51bc3ad7bb Fix setting JAVA/SBT make variables + Use run-binary-fast in run-tests 2021-10-08 15:41:26 -07:00
abejgonzalez
26d1731bd9 Move RISCV env. var. setting interal to scripts 2021-10-07 19:42:50 -07:00
chick
1a631e22ff Move Chipyard CI to Github Actions
- As similar as possible to the circle ci code.
- The `.github/README.md` file has a fair amount of documentation for this.
- Creates a worfklow file
  - re-uses most of the circleci/scipts unchanged
  - defines a number of *Composite Actions* which are like YML subroutines
- Removes the circle-ci code
- Points the CI badge in the top level README to use the GA test result
2021-10-01 14:31:02 -07:00