Commit Graph

188 Commits

Author SHA1 Message Date
Hansung Kim
2c390cd493 Merge remote-tracking branch 'upstream/main' into graphics
rocket-chip not yet merged
2024-06-27 16:32:32 -07:00
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
Richard Yan
a18c5de271 Merge branch 'main' of https://github.com/ucb-bar/chipyard into ucb-bar-main 2024-05-15 23:22:20 -07:00
Jerry Zhao
3cda03a96a Combine chipyard-full-flow into one job
These were serialized anyways. Breaking them into separate jobs caused
transient failures.
2024-05-13 12:48:06 -07:00
Jerry Zhao
c8c176b215 Remove sha3 due to no chisel6 compatibility 2024-05-10 17:27:11 -07:00
Richard Yan
d0b274ab78 Merge branch 'main' of https://github.com/ucb-bar/chipyard into ucb-bar-main 2024-04-20 02:03:35 -07:00
Hansung Kim
239264937a Don't set SSH_AUTH_SOCK 2024-03-22 20:54:42 -07:00
Hansung Kim
bc43d91da6 Fix wrongly parsed ssh command 2024-03-22 20:40:44 -07:00
Hansung Kim
157a17da0b Use existing ssh-agent instead of spinning up new
Since we're working with multiple private repos, and each of them need new
private deploy keys, just use the existing ssh-agent running on the server (that
should have the keys readily added manually) instead of dealing with keys using
secrets ourselves.
2024-03-22 20:29:34 -07:00
Jerry Zhao
4203d50bc2 Bump boom 2024-03-07 14:17:03 -08:00
Hansung Kim
4821fb397c [ci] Disable weekly chipyard-full-flow 2024-02-27 19:07:41 -08:00
Jerry Zhao
2f1776fc6a Add LLCChiplet to CI 2024-02-25 15:54:55 -08:00
Schuyler Eldridge
e33f9d8c5b Switch update-circt action to v1
Change the version of the update-circt action from v1.0.0 to v1.  This
pulls in a change from v1.0.1 which fixes a bug where the staging branch
was not updated.  (I have no idea if this is being used.)  However, this
generally future-proofs the action by having it pull from v1 which is
manually updated to match the latest v1 release (pulling in minor and
patch changes).

Signed-off-by: Schuyler Eldridge <schuyler.eldridge@sifive.com>
2024-02-07 01:27:04 -05:00
Richard Yan
fd5fa7b6e1 Merge branch 'main' of https://github.com/ucb-bar/chipyard into graphics 2024-02-02 16:28:55 -08:00
Hansung Kim
b9fb359aab Fix wrong project key for fuzzer config 2024-01-31 09:52:29 -08:00
Hansung Kim
98a6daa93e Add RadianceFuzzerConfig to CI 2024-01-30 14:44:34 -08:00
Hansung Kim
25851bc2fe Left out something 2024-01-30 14:42:06 -08:00
Hansung Kim
5235ae83bf Re-enable checkout reset on jobs
That was a bad idea (especially when you have multiple runners on the
same machine)
2024-01-30 14:04:49 -08:00
Hansung Kim
88d75df2c0 Comment out delete old checkout in run-test jobs
Assume we're not running multiple commits on the same machine at any
given time.
2024-01-30 13:45:03 -08:00
Hansung Kim
458240795e Re-enable chipyard-coalescer 2024-01-26 00:11:41 -08:00
Hansung Kim
1c251bcba0 Rename vortex->radiance; disable MemtraceCoreConfig 2024-01-25 23:07:56 -08:00
Hansung Kim
75b428423e Remove setup-repo, don't set custom REMOTE_WORK_DIR 2024-01-25 22:01:51 -08:00
Hansung Kim
43d9ebb43a Run ci on graphics-ci 2024-01-25 17:54:07 -08:00
joonho.whangbo
be35a3fb14 Remove flags from CI 2024-01-21 17:38:19 -08:00
Hansung Kim
bf84580010 Merge remote-tracking branch 'upstream/main' into graphics 2024-01-16 22:39:37 -08:00
Jerry Zhao
fdeede7b0b Add tests for symmetric rocket chiplet config 2023-12-26 12:55:32 -08:00
abejgonzalez
551c096bc9 Fix CIRCT installer path | Run CRON every 15m 2023-12-07 11:00:59 -08:00
abejgonzalez
d2b3181e48 Update CI to install circt | Update every day 2023-11-30 16:09:42 -08:00
abejgonzalez
b9e504411a Install CIRCT outside of conda (add CI to auto-update) 2023-11-30 15:47:14 -08:00
Nayiri
842c9f01a7 bumping sky130 pdk to fix VLSI tutorial 2023-11-14 09:56:24 -08:00
abejgonzalez
ddaf0000b4 Update to use the new CI machines 2023-11-05 16:59:50 -08:00
Hansung Kim
d65720c135 [ci] Test with vcs 2023-10-23 11:05:25 -07:00
Hansung Kim
3290f06c95 [ci] Revert back to local-only; disable gpu-flow 2023-10-23 11:03:42 -07:00
Hansung Kim
2ef343e75d [ci] Attempt cd'ing in a step 2023-10-23 00:04:58 -07:00
Hansung Kim
a0e0a45a89 [ci] Experiment with working-directory 2023-10-23 00:02:01 -07:00
Hansung Kim
8226e4f6f7 [ci] Add remote repo copy step; put REMOTE_WORK_DIR in env 2023-10-22 20:59:11 -07:00
Hansung Kim
757b5d7d32 [ci] Add ssh key in chipyard-gpu-flow 2023-10-22 19:43:36 -07:00
Hansung Kim
0fb28faaa5 [ci] Add chipyard-gpu-flow based off of chipyard-full-flow
This is supposed to be a much more minimal workflow.
2023-10-22 15:45:48 -07:00
Hansung Kim
34bfdd547e [ci] Set up ssh-agent only once during create-conda-env 2023-10-17 15:18:33 -07:00
Hansung Kim
6864f40534 [ci] Set SSH_AUTH_SOCK for ssh-agent 2023-10-17 14:41:25 -07:00
Hansung Kim
d66e903d97 [ci] Run ssh-agent manually 2023-10-17 14:19:31 -07:00
Hansung Kim
306fdd971c [ci] Use ssh-agent for all tests 2023-10-17 13:16:16 -07:00
Hansung Kim
f71b0144ec Move args/op bin directory to sims/
This is to help ci find the binaries correctly for both vcs and verilator.
2023-10-17 12:33:37 -07:00
Hansung Kim
9d0d3d665e [ci] Use webfactory/ssh-agent 2023-10-17 12:12:53 -07:00
Hansung Kim
3bd68911c3 [ci] Trim down gpu ci to the minimum 2023-10-17 11:03:36 -07:00
Hansung Kim
847b753358 [ci] Add action to copy gpu args/op binaries 2023-10-17 11:01:29 -07:00
Hansung Kim
fd14987ccd [ci] Add chipyard-coalescer-run-tests; fix needs field 2023-10-17 01:13:48 -07:00
Hansung Kim
0860400b63 [ci] Add back prepare-chipyard-other 2023-10-17 00:21:46 -07:00
Hansung Kim
7cdf7ba4fc [ci] Comment out chipyard-spike-gemmini-run-tests 2023-10-17 00:19:47 -07:00