12-11-2014 02:44 AM
Hi.
I am trying to simulate a design using vivado, but when I launch simulation I get some java exceptions.
java.lang.reflect.InvocationTargetException and java.lang.NullPointerException
The project I have tested is the one from UG871, chapter 9 lab 1 (RTL verification). I've attached the project as well as the log/debug files I get from the execution.
I think that it can be related to an error I also get when trying to open a simulation trace [1]
I am using vivado 2014.3 on an ubuntu 14.04 machine.
[1] http://forums.xilinx.com/t5/Simulation-and-Verification/Error-opening-trace-files-in-vivado-2014-3/td-p/552367
12-19-2014 02:30 AM
I finally got Vivado reinstalled in that machine and now everything works just fine :)
12-11-2014 02:58 AM
Hello @afilgueras
I am able to succesfully run the simulation in Windows 7 64-bit with the attached project.
Can you try running the simulation by invoking vivado in 32-bit mode?
Thanks,
Vinay
12-11-2014 03:16 AM
I get an error when trying to run in 32bit moce (vivado -m32)
application-specific initialization failed: couldn't load file "librdi_commontasks.so": libncurses.so.5: cannot open shared object file: No such file or directory
:(
12-12-2014 03:01 AM
I managed to install vivado in my local machine and it works perfectly.
I checked the installation and I noticed that a file named simulation.jar was missing. :(
I think this is causing the java ClassNotFoundException leading to other errors (NullpointerException, etc.).
I will contact the sysamins so they can fix this for me. At this point I think this also explains errors while trying to visualize traces in [1] since this seems to be a GUI problem.
12-19-2014 02:30 AM
I finally got Vivado reinstalled in that machine and now everything works just fine :)