Commit Graph

1486 Commits

Author SHA1 Message Date
Hansung Kim
440ba484c3 Bump radiance 2024-01-23 14:13:53 -08:00
Jerry Zhao
5a553741f0 Improve GCD example 2024-01-22 18:32:48 -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
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.whangbo
da8a1b50d0 Fast rocket config 2024-01-22 13:58:46 -08:00
joonho.whangbo
e7eda21a1c Make no tlmonitor the default config, add explicit example on how to add tlmonitors 2024-01-22 13:41:41 -08:00
joey0320
8491f3a7b9 Bump barfetchers 2024-01-20 16:50:05 -08:00
joey0320
855a86b887 Bump testchipip 2024-01-20 16:50:05 -08:00
Hansung Kim
bcf2b8ab0b Bump radiance with uncoalescer fix 2024-01-18 19:26:07 -08:00
Tynan McAuley
b50b83a769 Update deprecated/unused Chisel APIs
These have been deprecated since Chisel 3.6.0. They are being removed in
Chisel 6, and will become compile errors at that point.
2024-01-18 13:53:18 -08:00
Hansung Kim
c9880c7086 Bump radiance with upstream merge 2024-01-16 23:55:55 -08:00
Hansung Kim
4e2e04e523 Fix path to WithMbusScratchpad in radiance configs 2024-01-16 23:55:13 -08:00
Hansung Kim
bf84580010 Merge remote-tracking branch 'upstream/main' into graphics 2024-01-16 22:39:37 -08:00
Hansung Kim
ce570e0beb Revert rocket-chip to pre-gpu changes 2024-01-16 22:32:18 -08:00
Hansung Kim
0a9291e1da Add radiance submodule 2024-01-16 22:25:11 -08:00
Richard Yan
472a2ec178 Merge branch 'graphics' of https://github.com/hansungk/chipyard into graphics 2024-01-16 21:11:12 -08:00
Richard Yan
6270d2f6e8 move radiance rom and soc configs out 2024-01-16 21:10:37 -08:00
Hansung Kim
57cce2d4fd Bump rocket-gpu 2024-01-16 16:32:07 -08:00
Jerry Zhao
565c187549 Switch static assert to require 2024-01-16 10:15:53 -08:00
Ella Schwarz
47322af3c0 Add assert to check that chip id pin is wide enough 2024-01-14 14:47:12 -08:00
Ella Schwarz
67faf0c3e3 Use harness binder chipId to support multi-chip id pins 2024-01-12 11:39:54 -08:00
Ella Schwarz
e7ed33244a fix naming 2024-01-12 10:36:54 -08:00
Ella Schwarz
fcf9139009 bump tcip 2024-01-12 10:36:50 -08:00
Ella Schwarz
7c55ff39cc Add chipid port 2024-01-12 10:35:20 -08:00
Jerry Zhao
f84b2428d5 Fix CanHaveClockTap 2024-01-11 16:40:57 -08:00
Jerry Zhao
45d74f6db2 Merge remote-tracking branch 'origin/main' into symmetric_sertl 2024-01-11 11:43:24 -08:00
Jerry Zhao
8073ecb1e8 Merge pull request #1697 from ucb-bar/clock_tap
Add debug clock tap port to all default designs
2024-01-11 11:38:20 -08:00
Jerry Zhao
5bc9aea8da Bump rc-inclusive-cache 2024-01-09 13:51:55 -08:00
Jerry Zhao
d51a9a74d3 Merge remote-tracking branch 'origin/main' into clusters 2024-01-09 13:30:26 -08:00
Jerry Zhao
7c13574769 Rename cache/blocks submodules to match new chipsalliance ownership 2024-01-05 10:42:00 -08:00
Tynan McAuley
0a42dd1ca1 Update deprecated APIs to prepare for Chisel 5
- `IO` was moved from `chisel3.experimental` to `chisel3`
- `DataMirror` was moved from `chisel3.experimental` to `chisel3.reflect`
2024-01-03 16:22:51 -08:00
-T.K.-
f8428b7eca Merge branch 'main' into uart-patch 2024-01-02 11:13:23 -08:00
Jerry Zhao
1718e11a52 Reorganize AbstractConfig further 2024-01-02 10:15:07 -08:00
-T.K.-
7699edc92d Merge branch 'main' into improve-abstract 2024-01-01 20:12:35 -08:00
-T.K.-
28ac74d11b REFACTOR: adjust sections according to new mapping 2024-01-01 20:07:37 -08:00
Jerry Zhao
96ffc8f0a1 git push origin symmetric_sertl
Merge remote-tracking branch 'origin/main' into symmetric_sertl
2024-01-01 19:14:21 -08:00
Jerry Zhao
41651edbdc Bump firesim | fix testchipip segfaults 2024-01-01 18:40:59 -08:00
-T.K.-
502149d95f Update AbstractConfig.scala 2024-01-01 17:50:14 -08:00
-T.K.-
40c84faa55 ADD: organize abstract config into sections 2024-01-01 17:14:30 -08:00
-T.K.-
f3ab8bb7ca Merge branch 'main' into clock_tap 2024-01-01 14:00:24 -08:00
Jerry Zhao
0069d17caf Merge remote-tracking branch 'origin' into symmetric_sertl 2024-01-01 11:23:31 -08:00
-T.K.-
e8496c528f Merge branch 'main' into add-default-scratch 2023-12-30 22:45:27 -08:00
Jerry Zhao
0fa09da5c1 Remove MBus spad from configs that do not support it 2023-12-30 07:03:34 -08:00
Tynan McAuley
c2175f4500 Reduce CDE lookups for IOBinders 2023-12-29 21:22:34 -08:00
-T.K.-
07a7f30b3b ADD: set scratchpad as default config 2023-12-29 19:21:10 -08:00
-T.K.-
3eef3c36a6 Merge branch 'main' into clock_tap 2023-12-29 16:59:29 -08:00
Jerry Zhao
cce5122fd2 Bump testchipip to fix memory leak 2023-12-27 12:05:26 -08:00
Jerry Zhao
86f028ac78 Update SimTSI API in spiketile 2023-12-27 10:33:28 -08:00