StanfordAHA / garnet

Next generation CGRA generator
BSD 3-Clause "New" or "Revised" License
106 stars 11 forks source link

OSError: libverilogAST.so: cannot open shared object file: No such file or directory #352

Open fushufeng opened 5 years ago

fushufeng commented 5 years ago

When I try to run the commend "pytest", I came up with this error "OSError: libverilogAST.so: cannot open shared object file: No such file or directory", can anyone tell me how to solve this problem ?

hofstee commented 5 years ago

pip install pycoreir should fix it.

leonardt commented 5 years ago

This is a C++ dependency for coreir, you may need to try installing it directly (either using a release or installing from source: https://github.com/rdaly525/coreir/blob/master/INSTALL.md)

The latest version of pycoreir won't build from source anymore because there was problems having that interoperate with an existing coreir installation.

leonardt commented 5 years ago

Another option is to install the shared library from source, which should be fairly simple: https://github.com/leonardt/verilogAST-cpp