Skip to content
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

Problems installing the plugin #10

Closed
oharboe opened this issue Apr 15, 2020 · 4 comments
Closed

Problems installing the plugin #10

oharboe opened this issue Apr 15, 2020 · 4 comments
Labels
duplicate This issue or pull request already exists

Comments

@oharboe
Copy link
Contributor

oharboe commented Apr 15, 2020

I'm having problems installing the plugin:

$ pip3 install --user sphinxcontrib-verilog-diagrams
ERROR: Could not find a version that satisfies the requirement sphinxcontrib-verilog-diagrams (from versions: none)
ERROR: No matching distribution found for sphinxcontrib-verilog-diagrams
@mithro
Copy link
Member

mithro commented Apr 15, 2020

The package is not yet published on pip, it is on my todo list.

For now you will need to do pip3 install --user git+https://github.com/SymbiFlow/sphinxcontrib-verilog-diagrams.git#egg=sphinxcontrib-verilog-diagrams

However, as this tool requires yosys, netlistsvg and other tooling not provided through pip, the recommended way is to actually install using conda. An example of doing this as part of Sphinx can be found in the https://github.com/SymbiFlow/python-symbiflow-v2x/tree/master/docs repository.

Would be good for us to update the README with this information!

GitHub
Tool for converting specialized annotated Verilog models into XML needed for Verilog to Routing flow. - SymbiFlow/python-symbiflow-v2x

@oharboe
Copy link
Contributor Author

oharboe commented Apr 15, 2020

Thanks!

@mithro mithro added the duplicate This issue or pull request already exists label Jun 23, 2020
@mithro
Copy link
Member

mithro commented Jun 23, 2020

Closing as this is effectively a duplicate of #7 .

@mithro mithro closed this as completed Jun 23, 2020
@mithro
Copy link
Member

mithro commented Jun 24, 2020

Package should now be up on PyPi!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants