Commit Graph

162 Commits

Author SHA1 Message Date
Hansung Kim
2c390cd493 Merge remote-tracking branch 'upstream/main' into graphics
rocket-chip not yet merged
2024-06-27 16:32:32 -07:00
Jerry Zhao
193e712d2f Bump chipyard build.sbt to 3.6.1 chisel3 2024-06-25 20:24:50 -07:00
joonho hwangbo
2a9fe9bb67 Add compress-acc (#1906)
* Add compress-acc

* Bump compress-acc, add ci

* update compress-acc url to https

* Add docs

* url oops

* Bump compress-acc

* BUMP

* Use loadmem for ci runs

* Add width widget

* Bump
2024-06-22 16:08:57 -07:00
Hansung Kim
f11739b61b Add chiseltest dep for radiance in build.sbt 2024-05-31 15:56:19 -07:00
Jerry Zhao
13dda46764 Integrate rerocc 2024-05-29 16:18:39 -07:00
Jerry Zhao
fdb4726770 Add rerocc to build.sbt 2024-05-29 16:18:38 -07:00
Jerry Zhao
309cbe9792 Merge pull request #1880 from ucb-bar/classpath_fixes
Fix classpath_cache bug
2024-05-16 15:12:07 -07:00
Jerry Zhao
3cf3d815dc Rename fpga_platforms to chipyard_fpga 2024-05-16 09:53:48 -07:00
Richard Yan
a18c5de271 Merge branch 'main' of https://github.com/ucb-bar/chipyard into ucb-bar-main 2024-05-15 23:22:20 -07:00
Jerry Zhao
743681b6aa Dedup apache dependencies in build.sbt 2024-05-13 12:48:06 -07:00
Jerry Zhao
39092e9b00 Switch RTL-sim/FPGA/VLSI flows to chisel6 2024-05-13 12:48:06 -07:00
Jerry Zhao
c2d4180423 Move chipyard stage to separate directory 2024-05-13 12:48:04 -07:00
Jerry Zhao
58dc407b6c Rename dsptools/fixedpoint submods to chisel3 2024-05-13 12:47:59 -07:00
Jerry Zhao
c8c176b215 Remove sha3 due to no chisel6 compatibility 2024-05-10 17:27:11 -07:00
Jerry Zhao
838cd9a69f Remove hwacha/esp-tools 2024-05-10 17:27:10 -07:00
Jerry Zhao
4cd60c7a9f Detach from firesim's build.sbt 2024-04-29 23:11:44 -07:00
Richard Yan
d0b274ab78 Merge branch 'main' of https://github.com/ucb-bar/chipyard into ucb-bar-main 2024-04-20 02:03:35 -07:00
Jerry Zhao
9436aea1e8 Fixes for in-tree barstools 2024-04-19 11:30:15 -07:00
Jerry Zhao
a27bc7f5ed Bump rocket-chip to standalone diplomacy 2024-03-10 12:16:12 -07:00
Hansung Kim
f0c686299c build.sbt: radiance depends on gemmini 2024-01-23 22:25:33 -08:00
Richard Yan
0789361248 i made an oopsie 2024-01-17 11:21:02 -08:00
Richard Yan
098b52feb9 revert accidental dsptools build path change 2024-01-17 10:46:53 -08:00
Richard Yan
5ed1f0a4d5 add radiance submodule 2024-01-17 10:43:41 -08:00
Hansung Kim
bf84580010 Merge remote-tracking branch 'upstream/main' into graphics 2024-01-16 22:39:37 -08:00
Hansung Kim
d61d483ebf Add radiance to build.sbt 2024-01-16 22:23:32 -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
Jerry Zhao
7c8de34904 Use Chipyard's hardfloat 2023-12-15 17:21:15 -08:00
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