Go to file
Guojie Luo 4c431e621f Update submodules rocket-chip and centrifuge 2022-12-25 08:01:22 +00:00
.circleci also check firesim 2019-10-15 10:31:09 -07:00
.githooks ignore docs using a github webhook 2019-08-29 23:43:08 -07:00
docs Merge remote-tracking branch 'origin' into dev 2019-10-12 05:36:06 +00:00
generators Update submodules rocket-chip and centrifuge 2022-12-25 08:01:22 +00:00
project make firrtl-interpreter a submodule instead of depending on external snapshot 2019-09-12 00:19:55 +08:00
scripts fix spacing in init-submodules-no-riscv-tools.sh 2019-10-15 21:14:27 -07:00
sims Bump FireSim 2019-10-13 14:20:23 -04:00
software Add symlink to firemarshal to software/firemarshal. Marshal still lives 2019-10-03 18:47:04 -04:00
tests Add Verilog MMIO GCD peripheral example 2019-09-26 01:47:31 -07:00
toolchains Merge remote-tracking branch 'origin/dev' into addMarshal 2019-10-06 18:44:41 -04:00
tools Update submodules rocket-chip and centrifuge 2022-12-25 08:01:22 +00:00
vlsi Bump hammer, which now includes readthedocs 2019-10-11 01:47:03 -07:00
.ciignore ignore docs using a github webhook 2019-08-29 23:43:08 -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 toolchains: Flatten esp-tools submodule 2019-10-02 13:16:01 -07:00
.gitmodules Update submodules rocket-chip and centrifuge 2022-12-25 08:01:22 +00:00
.readthedocs.yml readthedocs fix 2019-05-14 22:16:29 -07:00
CHANGELOG.md typo 2019-10-11 08:26:45 -07:00
CONTRIBUTING.md Update CONTRIBUTING.md 2019-10-11 09:31:11 -07:00
LICENSE LICENSE year 2019-10-11 09:56:41 -07:00
README.md specify opening an issue 2019-10-11 09:17:34 -07:00
build.sbt update build.sbt for sha3 to build midastargetutils | have midas printf parameterized in sha3 2019-10-10 00:46:04 +00:00
common.mk add literal references | cleanup firrtl-transform-docs [ci skip] 2019-09-25 13:21:01 -07:00
variables.mk Merge pull request #221 from ucb-bar/comment-sim-files 2019-09-02 19:36:19 -07:00

README.md

CHIPYARD

Chipyard Framework CircleCI

Using Chipyard

To get started using Chipyard, see the documentation on the Chipyard documentation site: https://chipyard.readthedocs.io/

What is Chipyard

Chipyard is an open source framework for agile development of Chisel-based systems-on-chip. 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. Chipyard contains processor cores (Rocket, BOOM), accelerators (Hwacha), memory systems, and additional peripherals and tooling to help create a full featured SoC. Chipyard supports multiple concurrent flows of agile hardware development, including software RTL simulation, FPGA-accelerated simulation (FireSim), automated VLSI flows (Hammer), and software workload generation for bare-metal and Linux-based systems (FireMarshal). 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

Need help?

Contributing