From: addw@fa2f8cb1790dfac204f803a3bfd8edda6ef3edc6 Date: Wed, 3 Mar 2021 14:59:20 +0000 (+0000) Subject: Add more packages needed to install Debian 10 X-Git-Tag: convert-csv-opcode-to-binary~92 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4aaceb89e501b3d5128b0fb746d08ca50dfefdcc;p=libreriscv.git Add more packages needed to install Debian 10 --- diff --git a/HDL_workflow.mdwn b/HDL_workflow.mdwn index 64ee2e46c..29a8c3b22 100644 --- a/HDL_workflow.mdwn +++ b/HDL_workflow.mdwn @@ -264,8 +264,11 @@ root prompt, and save yourself some typing. * apt-get install graphviz xdot gtkwave * apt-get install python3-venv * apt-get install python-virtualenv # this is an alternative to python3-venv +* apt-get install tcl-dev libreadline-dev bison flex libffi-dev iverilog * return to user prompt (ctrl-d) +(The above assumes that you are running Debian.) + This will get you python3 and other tools that are needed. [graphviz](https://graphviz.org/) is essential for showing the interconnections between cells, and [gtkwave](http://gtkwave.sourceforge.net/) is essential for debugging. If you would like to save yourself a lot more typing, check out the