more docs skeleton

This commit is contained in:
alonamid
2019-05-17 14:33:58 -07:00
parent e0aed90714
commit 7e1365f142
15 changed files with 99 additions and 9 deletions

13
docs/Generators/index.rst Normal file
View 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