Commit 7bbec00a authored by Andrey Filippov's avatar Andrey Filippov Committed by GitHub

Update README.md

parent fdaf7b27
......@@ -13,6 +13,7 @@ Table of Contents
* [Programs and libraries installed from (K)ubuntu repositories](#programs-and-libraries-installed-from-kubuntu-repositories)
* [GtkWave (3.3.58-1)](#gtkwave-3358-1)
* [other programs needed for building Icarus Verilog](#other-programs-needed-for-building-icarus-verilog)
* [For simulation with Cocotb](#for-simulation-with-cocotb)
* [Java JDK](#java-jdk)
* [Icarus Verilog](#icarus-verilog)
* [JavaCC](#javacc)
......@@ -56,6 +57,11 @@ sudo apt-get install gtkwave
```
sudo apt-get install autoconf gperf flex bison g++ zlib1g-dev libbz2-dev git
```
#### For simulation with Cocotb
```
sudo apt-get install python2.7-dev
```
#### Java JDK
For most tasks JRE is sufficient, but if you would like to be able to modify and recompile Verilog
language parsing you will need java compiler that comes with the full JDK.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment