Commit Graph

308 Commits

Author SHA1 Message Date
Jerry Zhao
e2e7226c57 Remove core.config generated file 2023-02-02 13:05:36 -08:00
Jerry Zhao
30ead79f4d Add cloned-tile configs 2023-02-02 12:30:24 -08:00
Jerry Zhao
5525cd7571 Fix compile breaking due to merge conflict 2023-02-02 10:01:35 -08:00
Jerry Zhao
e732fdf130 Merge pull request #1307 from ucb-bar/spiketile
Spike-as-a-Tile
2023-02-01 23:05:30 -08:00
Jerry Zhao
7780ed23bf Bump to scala 2.13.10/chisel 3.5.5/latest rocketchip 2023-01-26 00:12:28 -08:00
Jerry Zhao
8b6a7f65dd Fix spike interface 2023-01-17 10:55:20 -08:00
Jerry Zhao
2badb7e3f6 Correctly support reset for spiketile 2023-01-17 10:55:20 -08:00
Jerry Zhao
81a32ab01f Add spike tile support 2023-01-17 10:55:20 -08:00
Jerry Zhao
4b60db6f8e Merge pull request #1302 from ucb-bar/tsondhi/stripped_down_rocket_conf
Stripped down rocket configs for FireSim testing
2023-01-06 13:26:13 -08:00
abejgonzalez
292cc753ce Run pre-commit on all files 2022-12-21 15:59:46 -08:00
Jerry Zhao
43b75640cc Decoupled sbus width from boom|hwacha|gemmini memory interface widths (#1273) 2022-12-08 09:51:46 -08:00
SingularityKChen
4ba9ddd120 fix: remove RocketTilesKey (#1264) 2022-11-22 01:22:34 -08:00
David Biancolin
7434c57592 config: Add a fragment to disable traceIO 2022-11-18 05:39:06 +00:00
joonho hwangbo
33f5040b5d Integrate Mempress memory tester (#1253) 2022-10-17 18:41:39 -07:00
Jerry Zhao
249b715af2 [ci skip] Fix comment for FFTRocketGenerator 2022-09-28 13:10:39 -07:00
Jerry Zhao
07cad27315 Add TutorialNoCConfig 2022-09-28 00:01:34 -07:00
Jerry Zhao
f634fde083 Add doc links for constellation 2022-09-27 15:28:30 -07:00
Jerry Zhao
af0cef485a Initial integration 2022-09-22 11:49:28 -07:00
Jerry Zhao
04e80a6984 Bump rocketchip to latest, chisel to 3.5.2
Remove fork of BusTopologies from rocket-chip

Update generators/chipyard/src/main/scala/config/AbstractConfig.scala

Co-authored-by: Abraham Gonzalez <abe.j.gonza@gmail.com>
2022-09-16 15:17:30 -07:00
Santos
5145b12695 Fix frequency rounding 2022-07-15 20:11:37 +02:00
Sagar Karandikar
0ae2ce4df3 oops 2022-06-16 02:16:41 +00:00
Sagar Karandikar
fa55794c59 improvements to minimize diff during tutorials 2022-06-16 02:06:37 +00:00
Sagar Karandikar
1a0f3ec4b1 Merge pull request #1152 from ucb-bar/prci-names
Give the PRCI widgets valnames to clean up module naming
2022-06-15 11:52:52 -07:00
David Biancolin
a715dab1e2 stage: avoid naming targets listed in RocketChiselStage (#1170) 2022-06-10 07:35:37 -04:00
Jerry Zhao
7290abfa87 Give the PRCI widgets valnames to clean up module naming 2022-04-06 10:47:04 -07:00
Abraham Gonzalez
0fe908bfec Merge pull request #1060 from ucb-bar/chisel-3.5-published
Bump to Chisel 3.5 RC
2022-02-10 17:09:06 -08:00
Jerry Zhao
9588d7536c Have PRCI control registers be clocked by the bus they hang off of (#1109)
This was technically correct before if the CBUS clock was the implicit clock. but this change makes it correct when that is not the case
2022-02-08 11:03:55 -08:00
abejgonzalez
ffbd436ba7 Merge remote-tracking branch 'origin/dev' into chisel-3.5-published 2022-01-31 10:54:43 -08:00
Animesh Agrawal
950876b835 Add doc include messages to RocketConfigs for fft 2022-01-24 23:49:45 -08:00
Animesh Agrawal
e773558180 Comment RocketConfigs and fft test 2022-01-24 16:14:00 -08:00
Animesh Agrawal
1dacb5367e Update FFTRocketConfig to set number representation 2022-01-24 16:14:00 -08:00
Animesh Agrawal
a4f21c3fba Use single config option instead of multiple for enabling/configuring fft 2022-01-24 16:14:00 -08:00
Animesh Agrawal
e66ebe9996 Add comment explaining CanHavePeripheryFFT
Co-authored-by: Abraham Gonzalez <abe.j.gonza@gmail.com>
2022-01-24 16:14:00 -08:00
Animesh Agrawal
2de84962fa Modify RocketWithFFTConfig to follow naming convention and branch off AbstractConfig 2022-01-24 16:14:00 -08:00
Animesh Agrawal
b9820a521c Rename FFTGenerator package to fftgenerator 2022-01-24 16:14:00 -08:00
Animesh Agrawal
c0f5c77520 Added FFT Generator integration 2022-01-24 16:14:00 -08:00
abejgonzalez
3a2af96720 Fix ScratchPadOnly config 2022-01-24 14:42:16 -08:00
abejgonzalez
74e20b49f0 Convert fire() to fire 2022-01-17 15:15:09 -08:00
abejgonzalez
e3bdbb2041 Update Chipyard 2022-01-17 14:46:12 -08:00
abejgonzalez
8f93b873bc Remove other small deprecations [ci skip] 2022-01-17 11:16:15 -08:00
Jerry Zhao
1ce67a0997 Add WithSystemBusWidth fragment (#1071) 2022-01-10 09:09:21 -08:00
Jerry Zhao
657faf2298 Update comments on config fragments 2021-12-16 17:27:19 -08:00
Jerry Zhao
c027a93c55 Split ConfigFragments.scala into multiple files by usage 2021-12-14 17:09:43 -08:00
John Wright
b1b047bdc2 Fix WithAXI4MMIOPunchthrough IO binder to use the SBUS instead of MBUS. Also adds a config and test 2021-12-02 20:36:24 -08:00
Ella Schwarz
665ff79bb2 List supported configs
Address PR comments
2021-11-21 19:27:38 -08:00
Ella Schwarz
f49a26fff8 Add Ibex 2021-11-21 19:27:38 -08:00
Abraham Gonzalez
e0fe08e266 Remove duplicate WithUARTIOCells [ci skip] 2021-11-15 11:40:38 -08:00
Jerry Zhao
f8d83dddf5 Increase default SerialTL width to 32 (#1040) 2021-11-12 12:23:48 -08:00
Jerry Zhao
f668ffdb03 Switch PRCI to HarnessBinder/IOBinders 2021-09-29 11:39:52 -07:00
alonamid
76b747dc84 Merge pull request #836 from ucb-bar/firesim-default-freqs
Sane FireSim Default Target Freqs
2021-06-08 14:33:57 -07:00