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

3
docs/Tools/Barstools.rst Normal file
View File

@@ -0,0 +1,3 @@
Barstools
===============================
Barstools is a collection of useful FIRRTL transformations

3
docs/Tools/Chisel.rst Normal file
View File

@@ -0,0 +1,3 @@
Chisel
===========================
TODO: Chisel intro and pointer to chisel bootcamp

3
docs/Tools/FIRRTL.rst Normal file
View File

@@ -0,0 +1,3 @@
FIRRTL
================================

13
docs/Tools/index.rst Normal file
View File

@@ -0,0 +1,13 @@
Tools
==============================
The ReBAR framework relays heavily on a set of scala-based tools. While the framework attempts to hide the complexities of these tools, the following pages will introduce them, and how we can use them in order to generate flexible designs
.. toctree::
:maxdepth: 2
:caption: Tools:
Chisel
FIRRTL
Barstools