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

PACKAGE_PINs constraint is not correctly parsed #31

Closed
acomodi opened this issue Sep 4, 2020 · 1 comment
Closed

PACKAGE_PINs constraint is not correctly parsed #31

acomodi opened this issue Sep 4, 2020 · 1 comment

Comments

@acomodi
Copy link
Contributor

acomodi commented Sep 4, 2020

When LOCing a port to a specific PAD, the XDC can have to different forms

  1. set_property LOC A1 [get_ports {port}]
  2. set_property PACKAGE_PIN A1 [get_ports {port}]

Case 1 is handled, while case 2 is missing, causing the port to remain unconstrained.

@tmichalak
Copy link
Collaborator

Fixed in #34. Closing.

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