abejgonzalez
0c1ca5750e
Add fixes | Bump to 256b SBUS
2023-11-02 17:09:00 -07:00
abejgonzalez
672392360e
Fix build.sbt
2023-11-02 12:02:39 -07:00
abejgonzalez
10b5fbc21a
Add Caliptra AES256 ECB engine as RoCC accelerator
2023-11-02 12:01:38 -07:00
Jerry Zhao
5495d05aa0
Bump to latest rocket-chip
2023-08-22 11:28:57 -07:00
Jerry Zhao
a612f401e2
Merge remote-tracking branch 'origin/main' into rcbump
2023-07-25 09:30:19 -07:00
Sriram Sridhar
6f8041bf82
UPF Generation
2023-07-12 14:19:23 -07:00
Jerry Zhao
ef3409f87f
Merge remote-tracking branch 'origin/main' into rcbump
2023-07-09 23:31:16 -07:00
Jerry Zhao
77890cead9
Merge pull request #1491 from ucb-bar/barstools-move-iocells
...
barstools: move iocells to separate project root
2023-07-09 18:22:41 -07:00
Jerry Zhao
fb31e53f78
Bump boom
2023-07-05 10:32:56 -07:00
Jerry Zhao
078bce1323
Bump to chisel3.6
2023-07-05 10:32:55 -07:00
Jerry Zhao
a486194d3d
Merge branch 'main' into shuttle
2023-06-13 11:01:19 -07:00
Jerry Zhao
5e893ea77c
Add prefetching rocket example config
2023-06-12 16:46:39 -07:00
Jerry Zhao
389f2dde9c
Add shuttle to build.sbt
2023-06-08 14:37:25 -07:00
Ethan Wu
63620dab83
update barstools: move iocells to separate project root
...
Currently Chipyard is including `barstools.iocell` as a separate project
from the rest of barstools, and it does this by creating a new project
rooted at `src` with its source directory rooted at
`src/main/scala/barstools/iocell`. This causes problems for IDEs like
IntelliJ which do not support having one source root from one project
nested inside another source root from a different project.
By breaking out `barstools.iocell` into a separate project root, this
should cause IDEs and similar tools to better understand the project
structure, and makes it so that `iocell` is not in two projects at the
same time.
2023-05-30 19:03:51 -07:00
abejgonzalez
dbe352e9dc
Merge remote-tracking branch 'origin/main' into use-fat-jar
2023-05-17 18:12:21 -07:00
Jerry Zhao
af6a88d5f9
Merge pull request #1411 from ucb-bar/chisel356
...
Bump to latest rocket-chip/chisel3.5.6
2023-04-08 13:04:38 -07:00
abejgonzalez
a5ee995ed4
New Scala-based Config Finder
2023-04-04 22:58:28 +00:00
Jerry Zhao
df2e5ad9dc
Bump to latest rocket-chip/chisel3.5.6
2023-03-28 16:48:27 -07:00
abejgonzalez
1332b52122
Use rename custom strategy to support caching
2023-03-03 18:09:13 -08:00
abejgonzalez
fd62d9ec2d
Fix sbt assembly (remove duplicate classes, fix conflicts)
2023-03-03 15:36:36 -08:00
Jerry Zhao
be27029707
Merge pull request #1358 from ucb-bar/detcip
...
Remove TLHelper, directly use tilelink node constructors
2023-02-28 15:17:10 -08:00
abejgonzalez
f27845e15e
Fix Chisel hierarchy API - Fixes #1356
2023-02-22 22:07:05 -08:00
Jerry Zhao
25bd76cf06
Remove build.sbt from gemmini/icenet deps
2023-02-22 11:36:37 -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
joonho hwangbo
33f5040b5d
Integrate Mempress memory tester ( #1253 )
2022-10-17 18:41:39 -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
Dorian Bourgeoisat
574b5f7bee
added missing apache commons dependencies
...
(cherry picked from commit 47bfb16c6565510004fbead697c3810c3eeb9f8b)
2022-04-12 16:43:04 +00:00
abejgonzalez
e39795e873
Bump to Chisel 3.5.1
2022-02-08 09:18:46 -08:00
abejgonzalez
88effe688a
Update FFT repo | Fix dsptools compile
2022-01-31 11:19:50 -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
fab88150f3
follow naming convention in build.sbt
2022-01-24 16:14:00 -08:00
Animesh Agrawal
c0f5c77520
Added FFT Generator integration
2022-01-24 16:14:00 -08:00
abejgonzalez
c18bc6bd0d
Add chisel plugin to firechip
2022-01-24 14:54:23 -08:00
abejgonzalez
0e6080682b
Use Chisel 3.5-SNAPSHOT fixes
2022-01-20 20:30:17 -08:00
Abraham Gonzalez
596e979cf8
Use 3.5-SNAPSHOT to get compatibility module fix
2022-01-20 15:39:53 -08:00
abejgonzalez
36e6a1736e
Update tutorial patch | Small warning fixes to build.sbt
2022-01-17 11:26:21 -08:00
abejgonzalez
13c22252b0
Update to non RC
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
David Biancolin
170994ac9d
[sbt] Seperate settings assignments onto multiple lines
2021-12-08 07:28:16 +00:00
David Biancolin
df8161c3da
Bump to chisel 3.4.4 and FIRRTL 1.4.4
2021-12-08 07:13:25 +00:00
David Biancolin
1eea2c83b9
[sbt] Update comments about mandatedVersions
2021-12-07 18:19:27 +00:00
David Biancolin
a5b412cfbc
Remove sriracha and generated .sbtopts
2021-12-07 04:58:54 +00:00
David Biancolin
0a513e4579
Used published dependencies for Chisel & Friends
2021-12-02 00:02:36 +00:00
Ella Schwarz
f49a26fff8
Add Ibex
2021-11-21 19:27:38 -08:00
chick
6677616e12
- Add submodules
...
- api-config-chipsalliance
- rocket-dsp-utils
- update check-commit.sh to include rocket-dsp-utils
- changes to build.sbt
- change rocket-dsptools to rocket-dp-utils
- add api-config-chipsalliance
2021-06-08 13:05:53 -07:00
abejgonzalez
1d52899736
Remove GenerateSimFiles and use make instead
2021-05-06 00:27:11 -07:00
abejgonzalez
7a0ca12f59
Bump build.sbt
2020-12-27 21:27:01 -08:00