Whilst many resources advocate sudo in front of all of the root-level command below, this is extremely irritating. run "sudo bash", get a root prompt, and save some typing.
-* # apt-get install build-essential
-* # apt-get install git python3.7 python3.7-dev python-nosetest3
-* # apt-get install graphviz xdot
+* apt-get install build-essential
+* apt-get install git python3.7 python3.7-dev python-nosetest3
+* apt-get install graphviz xdot
* return to user prompt (ctrl-d)
## yosys
+Follow the source code (git clone) instructions here: <http://www.clifford.at/yosys/download.html>
+
+Do not try to use a fixed revision, nmigen is evolving and frequently interacts with yosys
+
+## symbiyosys
+
+Follow the instructions here: <https://symbiyosys.readthedocs.io/en/latest/quickstart.html#installing>
+
+You do not have to install all of those (avy, boolector can be left out if desired).
+
## nmigen
nmigen may be installed as follows: