-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document how to run the plugins, and how to contribute. #372
Comments
@kanndil glad to hear that you are working on a plugin that clearly planning to contribute by opening a PR. |
@tmichalak Thank you for you response. I followed the instructions, however still having a problem running the makefile and the (plugin -i) command. When I run the makefile, I expect a plugin_name.so file to be added to Yosys's shared folder, but the file remains empty. |
Apparently I have the same problem in issue #74 |
@kanndil, but you are able to build the .so file, correct? Do you call |
@tmichalak yes, the building works fine, only the copying to the shared folder part doesn't work
|
@kanndil have you tried |
@tmichalak removing the -D option worked for me, the shared object file is copied successfully to the directory |
I am working on a plugin, and am trying to figure out how to add it to this repo.
I can't figure out whether this repo is just a collection of plugins, and each plugin works independently and is built independently, or it implements a way of building all the plugins at once. And if so, what steps should I follow before I add my plugin, and pull request.
The text was updated successfully, but these errors were encountered: