Commit Graph

3851 Commits

Author SHA1 Message Date
Hansung Kim
d6624f0741 Add WithCoalescer to RadianceROMConfig 2023-10-25 20:09:14 -07:00
Richard Yan
30a136ee27 Merge branch 'graphics' of https://github.com/hansungk/chipyard into graphics 2023-10-23 22:43:00 -07:00
Richard Yan
58cac38c56 bump isa-sim 2023-10-23 22:42:57 -07: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
eb1741ade9 [ci] Add missing shell: 2023-10-23 09:02:12 -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
e3132398ba [ci] Fix access to REMOTE_CHIPYARD_DIR 2023-10-22 21:36:26 -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
e8586a1d03 [ci] Don't overwrite REMOTE_WORK_DIR in default.sh 2023-10-22 15:45:11 -07:00
Hansung Kim
c35a1121da [ci] Test CI with different REMOTE_CHIPYARD_DIR than local 2023-10-22 14:59:38 -07:00
Hansung Kim
e113d8dc3f Add EXTRA_SIM_PREPROC_DEFINES to common-sims-flags.mk
This allows adding e.g. EXTRA_SIM_PREPROC_DEFINES="+define+NUM_CORES=2"
to the make command to change Vortex Verilog parameters.
2023-10-20 11:55:35 -07:00
Richard Yan
447eb24ec2 bump rocket-chip, testchipip 2023-10-19 17:12:33 -07:00
Richard Yan
986873d97d Merge branch 'graphics' of https://github.com/hansungk/chipyard into graphics 2023-10-19 16:29:27 -07:00
Hansung Kim
bfe7f1b9d7 Bump rocket-chip 2023-10-18 20:07:29 -07:00
Hansung Kim
1f7995c251 Bump rocket-gpu 2023-10-17 15:31:05 -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
3474060c45 [ci] Supply absolute path to memtrace for coalescer 2023-10-17 14:22:39 -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
2a1433d321 [ci] Attempt to fix secrets variable error 2023-10-17 12:00:39 -07:00
Hansung Kim
e966b91cbe [ci] Add SSH key before init-submodules for access to rocket-gpu
Need to do the same for every init-submodule script run
2023-10-17 11:41:24 -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
27aad2b5ad Add generators/rocket-gpu submodule 2023-10-17 10:50:03 -07:00
Hansung Kim
fd14987ccd [ci] Add chipyard-coalescer-run-tests; fix needs field 2023-10-17 01:13:48 -07:00
Hansung Kim
201627fc10 [ci] Switch back to verilator
vcs has glibc version issues on illixr.
2023-10-17 01:10:50 -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
Hansung Kim
c5a3e6472b [ci] Add missing prepare step for gpu; trim other prepares 2023-10-17 00:18:38 -07:00
Hansung Kim
57273cc64a Revert "switch to special fesvr" to fix ci 2023-10-17 00:12:47 -07:00
Hansung Kim
7870af3b8e [ci] Add group/key/tests for vortex and coalescer; slim down gpu ci 2023-10-17 00:07:59 -07:00
Hansung Kim
ed35277e12 [ci] Change sim dir to vcs 2023-10-17 00:04:53 -07:00
Hansung Kim
e4c5aa5a0a Bump rocket-chip 2023-10-16 15:27:39 -07:00
Hansung Kim
3efeba3b4e Fix missing parameters for WithRadianceCores 2023-10-16 15:27:39 -07:00
Richard Yan
f8ae17fd92 fix module remote url 2023-10-16 10:32:18 -07:00
Richard Yan
d542609258 switch to special fesvr 2023-10-16 10:24:32 -07:00
Hansung Kim
632be3ad60 Bump rocket-chip 2023-10-16 01:22:14 -07:00
Richard Yan
c965ee8cb5 bump rocket-chip and testchipip 2023-10-13 15:26:22 -07:00
Richard Yan
69d300d06f merge 2023-10-13 14:29:53 -07:00
Hansung Kim
355fedd79d Rename useVxCache 2023-10-13 14:23:24 -07:00
Richard Yan
246c1e81f0 Merge branch 'graphics' of https://github.com/hansungk/chipyard into graphics 2023-10-13 13:26:48 -07:00
Richard Yan
3a6c3c51b4 separate rom-based and non-rom-based configs; add bootrom to makefile 2023-10-13 13:26:46 -07:00
Hansung Kim
304ea362d0 Bump rocket-chip 2023-10-11 20:32:51 -07:00