Tuesday, May 13, 2014

Doxverilog on Ubuntu 14.04


If you haven't got these packages installed already (not default on clean 14.04 install):
 
sudo apt-get install flex
sudo apt-get install bison
sudo apt-get install g++
sudo apt-get install dos2unix

Then simply:

svn checkout svn://svn.berlios.de/doxverilog/trunk
rm -rf doxygen
unzip trunk/doxverilog/Doxverilog2.8/project/doxygen-1.8.5.zip
cd doxygen
dos2unix configure
chmod 755 configure
./configure
make all

8 comments:

Suchin Ravi said...

That worked. Thank You !

Anonymous said...

Berlios.de seems to be down. Would you be able to post a link to the Doxyverilog 2.8?

Anonymous said...

Simon,

After execute svn checkout command , fail to connect to berlios.de.

svn: E000111: Unable to connect to a repository at URL 'svn://svn.berlios.de/doxverilog/trunk'
svn: E000111: Can't connect to host 'svn.berlios.de': Connection refused

Can anyone advise on it?

Thanks in advance.

Anonymous said...

https://gitorious.org/doxverilog

Anonymous said...

https://gitorious.org/doxverilog

Anonymous said...

Tried this tool with a SystemVerilog Testbench with poor results. Does anyone know if there is another tool better suited for SystemVerilog?

Anonymous said...

Even the gitorious mirror has disappeared. If any one has a copy, it would be a great help if you can mirror to github/gitorious/bitbucket.

Simon said...

There's still something here: ftp://ftp.stack.nl/pub/users/dimitri, but I have not idea about the validity of these files. As for alternatives, no free one that I know of. Any suggestions are more than welcome!