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

Improve get_nets to return logical nets instead of wires. #48

Open
tmichalak opened this issue Oct 13, 2020 · 1 comment
Open

Improve get_nets to return logical nets instead of wires. #48

tmichalak opened this issue Oct 13, 2020 · 1 comment

Comments

@tmichalak
Copy link
Collaborator

Getting logical nets out of Yosys is more tricky, we might need to examine cell connections.
The current implementation return wires, but a net may consist of multiple wires.

@litghost
Copy link
Contributor

litghost commented Oct 13, 2020

The Vivado net convention is to name the net after the driver wire. Net's other than the driver net "parent" to that net.

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

No branches or pull requests

2 participants