firesim/docs
David Biancolin 4f5e2ed8cb
[docs] Explain multiclock use and restrictions (#528)
* [docs] Explain multiclock use and restrictions

* Apply suggestions from code review

Co-Authored-By: Albert Magyar <albert.magyar@gmail.com>
Co-Authored-By: alonamid <alonamid@eecs.berkeley.edu>

* Fix doc-induced breakages

Co-authored-by: Albert Magyar <albert.magyar@gmail.com>
Co-authored-by: alonamid <alonamid@eecs.berkeley.edu>
2020-04-02 11:06:45 -07:00
..
Advanced-Usage [docs] Explain multiclock use and restrictions (#528) 2020-04-02 11:06:45 -07:00
Golden-Gate [docs] Update target restrictions 2020-03-27 14:04:56 -07:00
Initial-Setup Update access key instructions in docs 2020-02-06 23:33:00 -08:00
Running-Simulations-Tutorial Update naming in docs | update AGFIs 2020-02-25 10:17:05 +00:00
_static add a logo 2020-02-10 04:14:50 +00:00
img more documentation 2018-05-17 19:25:01 +00:00
tools pdfs to images script 2018-05-19 19:09:37 +00:00
.gitignore New squashed FireSim repo for open-sourcing 2018-05-13 19:40:34 +00:00
Building-a-FireSim-AFI.rst Cleanup docs 2020-02-25 11:49:56 -08:00
FireSim-Basics.rst [docs] Add Golden Gate to the terminology in FireSim Basics 2019-10-11 10:16:30 -04:00
Makefile more documentation 2018-05-17 19:25:01 +00:00
README.md update building docs README 2018-05-19 07:29:44 +00:00
conf.py logo only 2020-02-10 04:18:47 +00:00
index.rst restructure the debugging section 2020-02-08 22:24:08 +00:00
make.bat New squashed FireSim repo for open-sourcing 2018-05-13 19:40:34 +00:00
requirements.txt [docs] Explain multiclock use and restrictions (#528) 2020-04-02 11:06:45 -07:00

README.md

Building Docs

sudo pip install -r requirements.txt
make html

Look in the _build/html directory for output. You can also run

python -m SimpleHTTPServer

To get a proper locally-hosted version.

If you want to generate a pdf version, you will additionally need:

wget http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
tar -xvf install-tl-unx.tar.gz
cd install-tl*
sudo ./install-tl

Follow the prompts, add the suggested path to your .bashrc.