Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vdt-plugin
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
vdt-plugin
Commits
7bbec00a
Commit
7bbec00a
authored
Jul 12, 2016
by
Andrey Filippov
Committed by
GitHub
Jul 12, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
fdaf7b27
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
README.md
README.md
+6
-0
No files found.
README.md
View file @
7bbec00a
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment