Running DSim from command line
I'm using Ubuntu 24.04 on WSL and I have installed DSim there. I'm trying to run an UVM AXI VIP I found on GitHub. There is a makefile there and this makefile runs DSim from the command line. When I do “make” I get this error:
dsim: error while loading shared libraries: libdummy_exports.so: cannot open shared object file: No such file or directory
Can someone explain to me what should i do?
Thank you so much!