Skip to content

Commit

Permalink
Merge pull request #161 from riscv-boom/jerryz123-patch-1
Browse files Browse the repository at this point in the history
Update README to reflect RVC support
  • Loading branch information
abejgonzalez committed Jan 23, 2019
2 parents 88d2161 + f3c481b commit 643ea19
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
The Berkeley Out-of-Order RISC-V Processor [![CircleCI](https://circleci.com/gh/riscv-boom/riscv-boom.svg?style=svg)](https://circleci.com/gh/riscv-boom/riscv-boom)
================================================

The Berkeley Out-of-Order Machine (BOOM) is a synthesizable and parameterizable open source RV64G RISC-V core written in the
The Berkeley Out-of-Order Machine (BOOM) is a synthesizable and parameterizable open source RV64GC RISC-V core written in the
[Chisel](https://chisel.eecs.berkeley.edu/) hardware construction language. While BOOM is primarily ASIC optimized, it is also usable on FPGAs.
We support the FireSim flow to run BOOM at 90+ MHz on FPGAs on Amazon EC2 F1. Created at the University of California,
Berkeley in the [Berkeley Architecture Research](https://bar.eecs.berkeley.edu/) group, its focus is to create a high
Expand Down Expand Up @@ -74,11 +74,6 @@ couple of simple tests:
$ make run CONFIG=BoomConfig
````

Note: the above `build-tools.sh` script builds a specific commit of the risv-tools that BOOM is
compatible with. Building your own riscv-tools copy *may* produce an incompatible version (there is
too much development churn in risv-tools currently!). The `build-tools.sh` will also build a RV64G
toolchain -- the default riscv-tool build scripts produce an incompatible RV64GC toolchain.

There are many BOOM configurations to choose from (and modify!). In fact, the `CONFIG` variable
defaults to `BoomConfig`, so it is not necessary to pass a `CONFIG` option.

Expand Down

0 comments on commit 643ea19

Please sign in to comment.