Go to file
Abraham Gonzalez 9a22afb58f
Merge pull request #120 from ucb-bar/rebar-dev-hart0-tests
use hart0 for the test suite
2019-06-13 10:29:25 -07:00
.circleci switch to git branch 2019-06-03 09:41:56 -07:00
docs make sure code blocks appear 2019-05-28 23:04:53 -07:00
generators Merge pull request #120 from ucb-bar/rebar-dev-hart0-tests 2019-06-13 10:29:25 -07: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 remove old boom references | build-toolchain rebar directory fix 2019-05-11 21:13:56 -07:00
sims updated permissive naming | small bugfix for vcd/vpd dumping 2019-05-20 17:19:46 -07:00
tests take pingd and nic-loopback out of Makefile 2017-11-30 20:50:01 -08: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 Fix bootrom symlink, update .gitignore to only ignore bootrom directory 2019-05-11 13:26:31 -07:00
.gitmodules Add Hwacha config to example project 2019-04-23 16:20:23 -07: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 fix rocketchip link 2019-05-28 17:42:05 -07:00
build.sbt Update build.sbt with correct locations of example/utilities 2019-05-10 21:09:00 -07:00
common.mk remove deprecated CHISEL_ARGS 2019-06-03 19:11:45 -07:00
variables.mk correct naming in defaults 2019-06-12 14:54:49 -07:00

README.md

REBAR Framework CircleCI

Using REBAR

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

What is REBAR

REBAR 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. REBAR is actively developed in the Berkeley Architecture Research Group in the Electrical Engineering and Computer Sciences Department at the University of California, Berkeley.

Resources