Skip to content
This repository has been archived by the owner on Nov 4, 2021. It is now read-only.

iverilog doesn't work when statically linked #34

Open
edbordin opened this issue Jun 29, 2020 · 0 comments
Open

iverilog doesn't work when statically linked #34

edbordin opened this issue Jun 29, 2020 · 0 comments

Comments

@edbordin
Copy link
Collaborator

edbordin commented Jun 29, 2020

system.vpi implements core simulation functions and is dynamically linked to the VPI functions implemented in /lib/ivl/ivl. It doesn't work when ivl is statically linked. Options I can see:

  • Ship dynamic binaries with their rpath manipulated to find bundled shared libs
  • See if we can patch iverilog to compile in system.vpi

Until this is fixed I will stop shipping iverilog since there is no point.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant