hqjenny-chipyard/README.md

28 lines
1.5 KiB
Markdown
Raw Normal View History

# Chipyard Framework [![CircleCI](https://circleci.com/gh/ucb-bar/chipyard/tree/master.svg?style=svg)](https://circleci.com/gh/ucb-bar/chipyard/tree/master)
2016-10-26 05:29:59 +08:00
2019-06-22 02:28:35 +08:00
## Using Chipyard
2019-03-09 03:08:11 +08:00
To get started using Chipyard, see the documentation on the Chipyard documentation site: https://chipyard.readthedocs.io/en/latest/
2016-10-26 05:29:59 +08:00
2019-06-22 02:28:35 +08:00
## What is Chipyard
2016-10-26 05:29:59 +08:00
2019-06-22 02:28:35 +08:00
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][berkeley] projects to produce a [RISC-V][riscv] SoC with everything from MMIO-mapped peripherals to custom accelerators.
2019-05-29 08:42:05 +08:00
It contains processor cores ([Rocket][rocket-chip], [BOOM][boom]), accelerators ([Hwacha][hwacha]), FPGA simulation tools ([FireSim][firesim]), ASIC tools ([HAMMER][hammer]) and other tooling to help create a full featured SoC.
2019-06-22 02:28:35 +08:00
Chipyard is actively developed in the [Berkeley Architecture Research Group][ucb-bar] in the [Electrical Engineering and Computer Sciences Department][eecs] at the [University of California, Berkeley][berkeley].
2016-10-26 05:29:59 +08:00
## Resources
2016-10-26 05:29:59 +08:00
2019-06-22 02:28:35 +08:00
* Chipyard Website: ...TBD at a later date...
* Chipyard Documentation: https://chipyard.readthedocs.io/
2016-10-26 05:29:59 +08:00
[hwacha]:http://hwacha.org
[hammer]:https://github.com/ucb-bar/hammer
[firesim]:https://fires.im
[ucb-bar]: http://bar.eecs.berkeley.edu
[eecs]: https://eecs.berkeley.edu
[berkeley]: https://berkeley.edu
[riscv]: https://riscv.org/
[rocket-chip]: https://github.com/freechipsproject/rocket-chip
[boom]: https://github.com/ucb-bar/riscv-boom