Commit Graph

4283 Commits

Author SHA1 Message Date
Hansung Kim
458240795e Re-enable chipyard-coalescer 2024-01-26 00:11:41 -08:00
Hansung Kim
eed69597ad Include date in conda env grep to prevent miss on date-change
Currently the grep expression used to filter existing conda envs only
use ${{ env.conda-env-name-no-time }}, whereas the full env name
includes the date.  This results in false hits when jobs in a single
workflow runs across multiple dates.
2024-01-26 00:06:04 -08:00
Hansung Kim
3ba386d22b Remove chipyard-coalescer key 2024-01-25 23:53:47 -08:00
Hansung Kim
97581727b6 Print rocket-gpu dirs 2024-01-25 23:39:04 -08:00
Hansung Kim
127ba43fc0 Update gpu binaries to vecaddloop 2024-01-25 23:26:49 -08:00
Hansung Kim
6768d6939e Bump radiance 2024-01-25 23:24:25 -08:00
Hansung Kim
87a0ce3c07 Bump rocket-gpu 2024-01-25 23:21:27 -08:00
Hansung Kim
1c251bcba0 Rename vortex->radiance; disable MemtraceCoreConfig 2024-01-25 23:07:56 -08:00
Hansung Kim
363b1feb10 Fix outdated radiance config name 2024-01-25 22:58:25 -08:00
Hansung Kim
0f28aebcee Update rocket-chip url to gemmini-ext-spad fork 2024-01-25 22:43:56 -08:00
Hansung Kim
feece56128 Bump rocket-chip to new gemmini-ext-spad fork 2024-01-25 22:43:01 -08:00
Hansung Kim
24dec35bad Bump rocket-chip to new gemmini-ext-spad fork 2024-01-25 22:42:15 -08:00
Hansung Kim
69b4564ae0 Fix old path to romAddr.bin 2024-01-25 22:20:55 -08:00
Hansung Kim
bd97d959bd Remove use of REMOTE_WORK_DIR 2024-01-25 22:11:11 -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
468d73ae3e Roll back riscv-pk to upstream/main 2024-01-25 18:09:10 -08:00
Hansung Kim
43d9ebb43a Run ci on graphics-ci 2024-01-25 17:54:07 -08:00
Lux
aef7cda172 removing seemingly useless override 2024-01-24 17:24:59 -08:00
Richard Yan
7f23219b95 bump gemmini 2024-01-24 17:01:14 -08:00
Hansung Kim
ccb679928a Bump gemmini 2024-01-24 14:33:10 -08:00
Hansung Kim
bfce045e5a Bump gemmini to ext-spad 2024-01-23 22:25:59 -08:00
Hansung Kim
f0c686299c build.sbt: radiance depends on gemmini 2024-01-23 22:25:33 -08:00
Hansung Kim
6d35905c2f Bump radiance 2024-01-23 22:25:15 -08:00
Jerry Zhao
150f888a62 Merge pull request #1760 from buggy213/patch-1 2024-01-23 22:11:38 -08:00
joshua you
77f5752ae4 fix typo in build-setup.sh 2024-01-23 21:42:12 -08:00
Hansung Kim
7d712bc9c0 Fix coalescer SUB_PROJECT for repo split 2024-01-23 16:27:38 -08:00
Hansung Kim
886b5c5d8a Add RadianceGemminiConfig and bump radiance 2024-01-23 16:27:11 -08:00
Hansung Kim
60daad826e Hardcode 32bit into bootrom name 2024-01-23 16:26:35 -08:00
joonho hwangbo
e4b252c516 Merge pull request #1759 from ucb-bar/cleanup-buildsetup
Remove useless conda env sourcing
2024-01-23 14:35:58 -08:00
Hansung Kim
268a6fb80f Clean up radiance configs 2024-01-23 14:14:08 -08:00
Hansung Kim
440ba484c3 Bump radiance 2024-01-23 14:13:53 -08:00
Vighnesh Iyer
4aaffd53ae source conda.sh from conda base environment rather than the chipyard conda env (which does not have conda in lean lockfile) 2024-01-22 23:40:18 -08:00
Jerry Zhao
5aee69c17a update docs on GCD MMIO 2024-01-22 22:24:48 -08:00
joonho hwangbo
6a37a1e5b9 Merge pull request #1758 from ucb-bar/fix-rebuilds
Fix unnecessary runs/rebuilds of RTL simulators
2024-01-22 21:35:04 -08:00
joonho.whangbo
d70bd55a16 Remove useless conda env sourcing 2024-01-22 21:33:31 -08:00
Jerry Zhao
3ddef0ded1 Macrocompiler should always touch the output files 2024-01-22 19:29:22 -08:00
Jerry Zhao
4fc090844d Split-mems-conf should always touch the output files 2024-01-22 19:27:33 -08:00
Jerry Zhao
5a553741f0 Improve GCD example 2024-01-22 18:32:48 -08:00
joonho hwangbo
ac58f38d77 Merge pull request #1756 from ucb-bar/circ-bump
Bump fsim
2024-01-22 18:11:05 -08:00
joonho.whangbo
4b072fe03d [skip ci] changelog add 2024-01-22 18:08:58 -08:00
joonho.whangbo
71da0c36f7 Bump fsim 2024-01-22 18:03:03 -08:00
joonho hwangbo
45f5fe832d Merge pull request #1755 from ucb-bar/bcast-rocket
Add BroadcastCoherence rocket config
2024-01-22 17:01:57 -08:00
Jerry Zhao
d36b05c27c Merge pull request #1753 from ucb-bar/fix_gcd
Fix GCD MMIO example
2024-01-22 17:00:02 -08:00
joonho hwangbo
ccf06cc3c9 Merge pull request #1750 from ucb-bar/lean-conda
Use lean conda for faster initial setup
2024-01-22 16:59:17 -08:00
Jerry Zhao
5788579b1b Fix broken GCD example 2024-01-22 16:50:36 -08:00
Jerry Zhao
fb28227e28 Add BroadcastCoherence rocket config
For minimal-area experiments
2024-01-22 16:23:36 -08:00
joonho hwangbo
de206569e6 Merge pull request #1752 from ucb-bar/no-tlmon
FastSimRocketConfig with no TLMonitors
2024-01-22 15:45:55 -08:00
joonho hwangbo
525ee3a3a0 Merge pull request #1754 from ucb-bar/embench-gitignore
Add .gitignore for Embench Build Folder
2024-01-22 15:22:32 -08:00
Vighnesh Iyer
53eea73acb add .gitignore for embench build folder 2024-01-22 15:06:24 -08:00
joonho.whangbo
b848e23d08 Update TLMonitor documentation 2024-01-22 14:14:59 -08:00