Skip to content

Commit

Permalink
Spelling fixes. (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
gonsolo committed Jan 4, 2023
1 parent ed783aa commit b27112d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sections/intro-overview/boom.rst
Expand Up @@ -11,8 +11,8 @@ The Berkeley Out-of-Order Machine (BOOM)
The Berkeley Out-of-Order Machine (BOOM) is heavily inspired by the MIPS R10000 [1]_ and the Alpha 21264 [2]_ out–of–order processors.
Like the MIPS R10000 and the Alpha 21264, BOOM is a unified physical register file design (also known as “explicit register renaming").

BOOM implements the open-source `RISC-V ISA <riscv.org>`__ and utilizes the `Chisel <chisel-lang>`__ hardware construction language to construct generator for the core.
A generator can be thought of a generialized RTL design.
BOOM implements the open-source `RISC-V ISA <riscv.org>`__ and utilizes the `Chisel <chisel-lang>`__ hardware construction language to construct a generator for the core.
A generator can be thought of a generalized RTL design.
A standard RTL design can be viewed as a single instance of a generator design.
Thus, BOOM is a family of out-of-order designs rather than a single instance of a core.
Additionally, to build an SoC with a BOOM core, BOOM utilizes the `Rocket Chip <https://github.com/chipsalliance/rocket-chip>`__ SoC generator as a library to reuse different micro-architecture structures (TLBs, PTWs, etc).
Expand Down

0 comments on commit b27112d

Please sign in to comment.