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

Node.getAllWiresInNode() returns empty list when Vivado doesn't #1002

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

eddieh-xlnx
Copy link
Collaborator

link_design -part xcau10p-ubva368-2-i; llength [get_wires -of [get_nodes INT_IBRK_FSR2IO_X0Y140/IO_TO_CTR_FT0_3]]

returns 22 wires.

However, the testcase in this PR returns no wires.

@clavin-xlnx
Copy link
Member

After some investigation, it appears that the node information is not present in our source information and even scouring across the device to get the alternate tile patterns, the information is simply not available. This will likely require a new spin of device files and will probably take some time to fix.

@eddieh-xlnx
Copy link
Collaborator Author

Interestingly, it seems that:

get_pips -of [get_nodes INT_IBRK_FSR2IO_X0Y140/IO_TO_CTR_FT0_3]

also returns nothing, meaning that this isn't a terribly important node to begin with.

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

Successfully merging this pull request may close these issues.

2 participants