Skip to content

Commit

Permalink
Update README with versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryz123 committed Oct 29, 2024
1 parent 9d98028 commit 46b9144
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,11 @@ It exists purely as a demonstrative example of another RISC-V CPU design point.

The superscalar microarchitecture presents the most advantages for 1) floating-point kernels and 2) RoCC accelerator kernels, as scalar control code can execute concurrently with floating point or RoCC instructions, maintaining high utilization of those units.

Shuttle is tape-out proven, and has similar physical design complexity as Rocket.
Shuttle is tape-out proven, and has similar physical design complexity as Rocket.

## Versioning

* **1.0**: Initial 6-stage RV64GC Release
* **1.1**: Support integration with vector units
* **1.2**: Support B-extension (Zba/Zbb/Zbs)
* **2.0**: 7-stage pipeline

0 comments on commit 46b9144

Please sign in to comment.