Skip to content

Problems installing the plugin #10

@oharboe

Description

@oharboe
Contributor

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

Activity

mithro

mithro commented on Apr 15, 2020

@mithro
Member

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

oharboe commented on Apr 15, 2020

@oharboe
ContributorAuthor

Thanks!

added
duplicateThis issue or pull request already exists
on Jun 23, 2020
mithro

mithro commented on Jun 23, 2020

@mithro
Member

Closing as this is effectively a duplicate of #7 .

mithro

mithro commented on Jun 24, 2020

@mithro
Member

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    duplicateThis issue or pull request already exists

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @mithro@oharboe

        Issue actions

          Problems installing the plugin · Issue #10 · SymbiFlow/sphinxcontrib-hdl-diagrams