System Requirements (#387)

* more system requirements

* [ci skip] system reqs PR comments

* scripts: Make {ubuntu,centos}-req.sh executable [ci skip]

* scripts: Add Ubuntu toolchain dependencies [ci skip]

* inline marshal reqs

* [skip ci] Update scripts/centos-req.sh

Co-Authored-By: Albert Ou <aou@eecs.berkeley.edu>

Co-authored-by: Albert Ou <aou@eecs.berkeley.edu>
This commit is contained in:
alonamid
2020-01-22 13:40:59 -08:00
committed by GitHub
parent 5358d2952b
commit cb2f48b148
3 changed files with 50 additions and 0 deletions

View File

@@ -10,6 +10,19 @@ Chipyard is developed and tested on Linux-based systems.
.. Warning:: Working under Windows is not recommended.
In CentOS-based platforms, we recommend installing the following dependencies:
.. include:: /../scripts/centos-req.sh
:code: bash
In Ubuntu/Debian-based platforms (Ubuntu), we recommend installing the following dependencies:
.. include:: /../scripts/ubuntu-req.sh
:code: bash
.. Note:: When running on an Amazon Web Services EC2 FPGA-development instance (for FireSim), FireSim includes a machine setup script that will install all of the aforementioned dependencies (and some additional ones).
Checking out the sources
------------------------