vendor_lib/verilab/svlib_dpi.so should be built by the Makefiles, not stored in the repo.
A compiled shared-object for the SVLIB from Verilabs is stored in this repo at vendor_lib/verilab/svlib_dpi.so. The shared-object should not be in the repo, so we need to:
-
Remove vendor_lib/verilab/svlib_dpi.sofromthis repo. -
Add to the appropriate .gitignore. -
Check (and potentially update) the Makefile(s) to rebuilt this shared-object from scratch. -
Check (and potentially update) the Makefile(s) to ensure the clean_alltarget deletes the shared-object.