Debugged Doc
This commit is contained in:
parent
cea41801da
commit
655baa3cd9
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
# You can set these variables from the command line.
|
# You can set these variables from the command line.
|
||||||
SPHINXOPTS =
|
SPHINXOPTS =
|
||||||
SPHINXBUILD = sphinx-build
|
SPHINXBUILD = sphinx-build-3.6
|
||||||
SOURCEDIR = source
|
SOURCEDIR = source
|
||||||
BUILDDIR = build
|
BUILDDIR = build
|
||||||
|
|
||||||
|
|
|
@ -6,34 +6,47 @@
|
||||||
Welcome to OpenFPGA's documentation!
|
Welcome to OpenFPGA's documentation!
|
||||||
====================================
|
====================================
|
||||||
|
|
||||||
For more information on the ABC see :ref:`ABC`.
|
For more information on the ABC see .
|
||||||
For more information on the VPR see :ref:`VTR`
|
For more information on the VPR see
|
||||||
For more information on the original FPGA architecture description language see :ref:`fpga_arch_description`
|
For more information on the original FPGA architecture description language see
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
:caption: Extended Architecture Description Language
|
:caption: Extended Architecture Description Language
|
||||||
|
|
||||||
arch_lang/index
|
arch_lang/index
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
:caption: OpenFPGA VPR Usage
|
:caption: OpenFPGA VPR Usage
|
||||||
fpga_spice/index
|
|
||||||
fpga_verilog/index
|
.. toctree::
|
||||||
fpga_bitstream/index
|
:caption: FPGA-SPICE: SPICE Auto-Generation
|
||||||
|
|
||||||
|
fpga_spice/index
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:caption: FPGA-Verilog: Verilog Auto-Generation
|
||||||
|
|
||||||
|
fpga_verilog/index
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:caption: FPGA-Bitstream: Bitstream Generator
|
||||||
|
|
||||||
|
fpga_bitstream/index
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
:caption: Tutorial
|
:caption: Tutorial
|
||||||
tutorials/index
|
|
||||||
|
tutorials/index
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepths: 2
|
:maxdepth: 2
|
||||||
:caption: Appendix
|
:caption: Appendix
|
||||||
|
|
||||||
contact
|
contact
|
||||||
references
|
reference
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue