FOSS Flow For FPGA
Go to file
dependabot-preview[bot] 48dbd8aeff
Bump source/prjxray from `30890e0` to `e25c20a`
Bumps [source/prjxray](https://github.com/SymbiFlow/prjxray) from `30890e0` to `e25c20a`.
- [Release notes](https://github.com/SymbiFlow/prjxray/releases)
- [Commits](30890e0e04...e25c20a8f1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-18 06:03:12 +00:00
doxygen Add support for documenting C++ with Sphinx 2019-10-18 09:44:31 +02:00
source Bump source/prjxray from `30890e0` to `e25c20a` 2021-01-18 06:03:12 +00:00
third_party Add make-env submodule 2020-09-16 13:48:11 +02:00
.gitignore Setup build environment using make-env 2020-09-16 15:41:36 +02:00
.gitmodules Add make-env submodule 2020-09-16 13:48:11 +02:00
COPYING Adding missing ISC license file 2019-11-20 11:29:06 -08:00
Makefile Setup build environment using make-env 2020-09-16 15:41:36 +02:00
README.rst Update README after setting make-env 2020-09-16 16:39:05 +02:00
environment.yml Setup build environment using make-env 2020-09-16 15:41:36 +02:00
readthedocs.yml Check out submodules recursively 2019-10-17 12:27:12 +00:00
requirements.txt Add sphinx-verilog-domain to Sphinx configuration 2020-09-22 14:37:30 +02:00

README.rst

===============
Getting Started
===============

Building documentation
----------------------

Activate the virtual environment and install dependencies::

    make env
    make enter

Build the whole documentation::

    make html

For more options see::

    make help

Packages in virtual environment
-------------------------------

To install packages in conda environment you can use both
``conda`` and ``pip``.

Note that ``pip`` is installed in the conda environment which uses ``python3``,
and is related to ``pip3`` **inside** the virtual environment,
whereas invocation of ``pip3`` directly uses your **system** ``pip3`` instance,
typically located in ``/usr/bin/pip3``