more docs skeleton
This commit is contained in:
13
docs/Generators/index.rst
Normal file
13
docs/Generators/index.rst
Normal file
@@ -0,0 +1,13 @@
|
||||
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.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:caption: Generators:
|
||||
|
||||
Rocket
|
||||
BOOM
|
||||
|
||||
Reference in New Issue
Block a user