Skip to content

Commit

Permalink
Fix typos in Saturn docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryz123 committed Aug 6, 2024
1 parent 9e4b20c commit ca8ae71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Generators/Saturn.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Saturn
========

Saturn is a parameterized RISC-V Vector Unit generator currentl supporting the Rocket and Shuttle cores.
Saturn is a parameterized RISC-V Vector Unit generator currently supporting integration with the Rocket and Shuttle cores.
Saturn implements a compact short-vector-length vector microarchitecture suitable for deployment in a DSP-optimized core or area-efficient general-purpose core.

More documentation on Saturn will be released in the future.
Expand All @@ -12,7 +12,7 @@ More documentation on Saturn will be released in the future.
* Mask operations
* Register-gather + reductions
* `Zvfh` support for vector half-precision floating-point (FP16)
* `Zve64d` support for vector FP32 and FP16
* `Zve64d` support for vector FP32 and FP64
* Configurable vector length, from `Zvl64b` up (tested to `Zvl4096b`)
* Configurable datapath width, from 64b up (tested to 512b)

0 comments on commit ca8ae71

Please sign in to comment.