Commit Graph

2387 Commits

Author SHA1 Message Date
abejgonzalez
0c369c4782 Bump BOOM and FireSim 2022-01-21 14:21:49 -08:00
abejgonzalez
0e6080682b Use Chisel 3.5-SNAPSHOT fixes 2022-01-20 20:30:17 -08:00
abejgonzalez
10c813db38 Bump BOOM for hypervisor changes 2022-01-20 17:10:34 -08:00
abejgonzalez
b168d9cc23 Bump sodor for virtual io fix 2022-01-20 16:25:17 -08:00
abejgonzalez
d0df72ba6e Merge remote-tracking branch 'origin/dev' into chisel-3.5-published 2022-01-20 15:58:48 -08:00
Abraham Gonzalez
e8d4e573f1 Merge pull request #1089 from ucb-bar/bump-sodor
Bump sodor for val io fix
2022-01-20 15:48:27 -08:00
abejgonzalez
3265b4eeb0 tMerge remote-tracking branch 'origin/dev' into chisel-3.5-published 2022-01-20 15:43:20 -08:00
Abraham Gonzalez
596e979cf8 Use 3.5-SNAPSHOT to get compatibility module fix 2022-01-20 15:39:53 -08:00
Abraham Gonzalez
a8cb8c7154 Merge pull request #1092 from ucb-bar/abejgonzalez-patch-2
Only run CI on pull_requests
2022-01-20 12:37:23 -08:00
abejgonzalez
bce60a3d0e Bump BOOM and Sodor 2022-01-19 21:47:01 -08:00
Abraham Gonzalez
914713a1be Only run on pull_requests 2022-01-19 20:39:50 -08:00
Abraham Gonzalez
97a7783b04 Merge pull request #1090 from ucb-bar/narrow-ci-runs
Run CI only on dev/master/main branches/PRs
2022-01-19 19:37:03 -08:00
Jerry Zhao
28d61740f1 Bump sodor for val io fix 2022-01-19 14:15:43 -08:00
Hasan Genc
ad5c77d8bc Bump Gemmini to v0.6.3 2022-01-19 11:47:36 -08:00
abejgonzalez
283cc2b194 Run CI only on dev/master/main branches/PRs 2022-01-19 11:24:52 -08:00
John Fang
ffd530ec20 Sodor bump to fixed 5-stage hazard check (#1086) 2022-01-18 13:51:08 -08:00
Abraham Gonzalez
c02117bcfb Merge pull request #1082 from mehnadnerd/patch-3
Remove MaxPermSize
2022-01-17 21:24:49 -08:00
Abraham Gonzalez
9037776172 Merge pull request #1083 from ucb-bar/bump-gemmini
Bump gemmini to v0.6.2
2022-01-17 21:21:27 -08:00
abejgonzalez
117624d8ee Bump BOOM/Gemmini 2022-01-17 16:23:47 -08:00
abejgonzalez
cd0d194ba6 Update rocketchip 2022-01-17 16:12:22 -08:00
abejgonzalez
9845657a07 Bump FireSim 2022-01-17 15:52:26 -08:00
abejgonzalez
1263427655 Allow unrecognized annos 2022-01-17 15:46:37 -08:00
abejgonzalez
70202eb9df Use temp. rocket-chip to get past elaboration 2022-01-17 15:19:00 -08:00
abejgonzalez
74e20b49f0 Convert fire() to fire 2022-01-17 15:15:09 -08:00
abejgonzalez
00626b51e0 Update Hwacha/Icenet 2022-01-17 14:51:08 -08:00
abejgonzalez
e3bdbb2041 Update Chipyard 2022-01-17 14:46:12 -08:00
abejgonzalez
a9a2236bdd Update BOOM/Gemmini/Hwacha/Icenet/Sodor 2022-01-17 14:45:50 -08:00
abejgonzalez
e291cd4b7c Bump dsptools/rocket-dsp-utils 2022-01-17 14:25:16 -08:00
abejgonzalez
c36506229c Bump Ibex/CVA6/testchipip 2022-01-17 14:21:16 -08:00
abejgonzalez
36e6a1736e Update tutorial patch | Small warning fixes to build.sbt 2022-01-17 11:26:21 -08:00
abejgonzalez
c42f369b47 Remove MaxPermSize 2022-01-17 11:18:36 -08:00
abejgonzalez
13c22252b0 Update to non RC 2022-01-17 11:16:15 -08:00
David Biancolin
8905056573 Bump FireSim 2022-01-17 11:16:15 -08:00
David Biancolin
6b16d40c41 Aggressively remove SBT plugins that may no longer be needed 2022-01-17 11:16:15 -08:00
David Biancolin
eea1373c65 Bump SBT 2022-01-17 11:16:15 -08:00
abejgonzalez
8f93b873bc Remove other small deprecations [ci skip] 2022-01-17 11:16:15 -08:00
abejgonzalez
6b633ad13f Point to IOCells separately | Fixup Hwacha/Sodor more | Use tapeout package 2022-01-17 11:16:15 -08:00
David Biancolin
71ea647bae Update build.sbt to use X.5-RC1 2022-01-17 11:16:15 -08:00
Hasan Genc
aae667803f bump gemmini to v0.6.2 2022-01-17 09:47:15 -08:00
Brendan Sweeney
6d1da366fe Remove MaxPermSize
See ucb-bar#1079. This option ceased doing things after Java 8 (released in 2014), and openJDK considers having it included an error.
This commit is a redo of a previous one.
2022-01-17 03:49:42 -06:00
Hasan Genc
8172f7a9bc Shorten the Gemmini Docs (#1078)
The Gemmini page in the Chipyard docs were pretty out-of-date.

This PR fixes that by deleting most of Chipyard's Gemmini page, and replacing it with a short description and a link to Gemmini's self-hosted docs.

This is a better solution, because it reduces doc-duplication.
2022-01-14 16:55:12 -08:00
Harrison Liew
98889d60a1 Merge pull request #934 from ucb-bar/asap7_r1p7 2022-01-12 14:43:54 -05:00
Jerry Zhao
a72d466646 Add support for FSDB (#1072) 2022-01-10 09:24:05 -08:00
Jerry Zhao
1ce67a0997 Add WithSystemBusWidth fragment (#1071) 2022-01-10 09:09:21 -08:00
Jerry Zhao
d335e728b6 Merge pull request #1063 from ucb-bar/no-nvdla-sw
Don't initialize nvdla-workload with init-submodules
2021-12-17 11:37:11 -08:00
Jerry Zhao
8826486409 Merge pull request #1061 from ucb-bar/split_fragments
Split ConfigFragments.scala into multiple files by usage
2021-12-17 11:36:54 -08:00
Jerry Zhao
657faf2298 Update comments on config fragments 2021-12-16 17:27:19 -08:00
Jerry Zhao
b3e160d3be Add documentation mentioning init-software 2021-12-16 17:23:55 -08:00
Jerry Zhao
888abc3e83 Add init-software script 2021-12-16 13:08:11 -08:00
Jerry Zhao
9215231c66 Don't initialize nvdla-workload with init-submodules
nvdla-workload is very large, results in long init times
2021-12-16 09:45:03 -08:00