Go to file
David Biancolin 0faadb75d6 [FireChip] Update BOOM based targets to use new SubSystem 2019-06-28 18:49:03 +00:00
.circleci rename to "Chipyard" 2019-06-23 22:47:23 -07:00
docs clarify hwacha=rocc | alternative clarification 2019-06-25 09:22:06 -07:00
generators [FireChip] Update BOOM based targets to use new SubSystem 2019-06-28 18:49:03 +00:00
project add firrtl dependency to build.sbt | point to different firrtl jar | a bunch of sbt plugins 2019-04-17 23:11:14 -07:00
scripts Merge branch 'rebar-dev' of https://github.com/ucb-bar/project-template into firesim-integration 2019-06-28 18:10:19 +00:00
sims Merge branch 'rebar-dev' of https://github.com/ucb-bar/project-template into firesim-integration 2019-06-28 18:10:19 +00:00
tests Bring up FireSim tests 2019-05-28 22:51:39 +00:00
toolchains Bump hwacha 2019-05-17 18:38:11 -07:00
tools Bump barstools 2019-05-17 18:26:00 -07:00
.ctags makefile changes/split | add scripts 2019-04-15 10:17:41 -07:00
.ctagsignore makefile changes/split | add scripts 2019-03-12 14:39:15 -07:00
.gitignore gitignore: add env.sh and riscv-tools-install 2019-05-31 17:31:26 +02:00
.gitmodules Merge remote-tracking branch 'origin/master' into firesim-integration 2019-06-28 04:53:18 +00:00
.readthedocs.yml readthedocs fix 2019-05-14 22:16:29 -07:00
LICENSE fixup licensing and attribution 2017-06-23 13:12:57 -07:00
README.md rename to "Chipyard" 2019-06-23 22:47:23 -07:00
build.sbt rename to "Chipyard" 2019-06-23 22:47:23 -07:00
common.mk Merge branch 'rebar-dev' of https://github.com/ucb-bar/project-template into firesim-integration 2019-06-28 18:10:19 +00:00
variables.mk Merge branch 'rebar-dev' of https://github.com/ucb-bar/project-template into firesim-integration 2019-06-28 18:10:19 +00:00

README.md

Chipyard Framework CircleCI

Using Chipyard

To get started using Chipyard, see the documentation on the Chipyard documentation site: https://bar-project-template.readthedocs.io/en/latest/

What is Chipyard

Chipyard is an open source starter template for your custom Chisel project. It will allow you to leverage the Chisel HDL, Rocket Chip SoC generator, and other Berkeley projects to produce a RISC-V SoC with everything from MMIO-mapped peripherals to custom accelerators. It contains processor cores (Rocket, BOOM), accelerators (Hwacha), FPGA simulation tools (FireSim), ASIC tools (HAMMER) and other tooling to help create a full featured SoC. Chipyard is actively developed in the Berkeley Architecture Research Group in the Electrical Engineering and Computer Sciences Department at the University of California, Berkeley.

Resources