add more to docs | 1st spelling pass | more links | proper formatting
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
Generators
|
||||
============================
|
||||
Generator can be thought of as generalized RTL designs, written using a mix of meta-programming and standard RTL.
|
||||
This type of meta-programming is enabled by the Chisel hardware description framework embedded in Scala.
|
||||
A standard RTL design is esentially a degenerate form of a generator. However, by using meta-programming and parameter systems, generators can allow for integration of complex hardware designs in automated ways. The following pages introduce the generators integrated with the ReBAR framework.
|
||||
|
||||
Generator can be thought of as a generalized RTL design, written using a mix of meta-programming and standard RTL.
|
||||
This type of meta-programming is enabled by the Chisel hardware description language (see :ref:`Chisel`).
|
||||
A standard RTL design is essentially just a single instance of a design coming from a generator.
|
||||
However, by using meta-programming and parameter systems, generators can allow for integration of complex hardware designs in automated ways.
|
||||
The following pages introduce the generators integrated with the REBAR framework.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
@@ -10,4 +13,5 @@ A standard RTL design is esentially a degenerate form of a generator. However, b
|
||||
|
||||
Rocket
|
||||
BOOM
|
||||
Hwacha
|
||||
|
||||
|
||||
Reference in New Issue
Block a user