If you haven't got these packages installed already (not default on clean 14.04 install):
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:
That worked. Thank You !
Berlios.de seems to be down. Would you be able to post a link to the Doxyverilog 2.8?
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.
https://gitorious.org/doxverilog
https://gitorious.org/doxverilog
Tried this tool with a SystemVerilog Testbench with poor results. Does anyone know if there is another tool better suited for SystemVerilog?
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.
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!
Post a Comment