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

Implement clock placer in prjxray_create_place_constraints.py #1231

Closed
litghost opened this issue Dec 14, 2019 · 0 comments
Closed

Implement clock placer in prjxray_create_place_constraints.py #1231

litghost opened this issue Dec 14, 2019 · 0 comments

Comments

@litghost
Copy link
Contributor

litghost commented Dec 14, 2019

Now that placement of non-IO clusters and capacity clusters is supported (after #1230 is merged), a first pass clock placer could be created in prjxray_create_place_constraints.py to avoid needing to manually add LOC constraints on clock items.

Rough algorithm:

As a first pass the important rules to implement are:

  • If a PLL/MMCM any of the clock sources are CCIO inputs, then the PLL/MMCM should be placed in the same CMT
  • The source of BUFG must match whether it is placed in the top or bottom CLK_BUFG tile
litghost added a commit to litghost/symbiflow-arch-defs that referenced this issue Dec 16, 2019
Fixes f4pga#1231

Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
litghost added a commit to litghost/symbiflow-arch-defs that referenced this issue Dec 16, 2019
Fixes f4pga#1231

Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
acomodi pushed a commit to antmicro/f4pga-arch-defs that referenced this issue Dec 17, 2019
Fixes f4pga#1231

Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
acomodi pushed a commit to antmicro/f4pga-arch-defs that referenced this issue Dec 18, 2019
Fixes f4pga#1231

Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
@litghost litghost added this to Done in LiteX/Linux on Arty - Burndown via automation Jan 3, 2020
glatosinski pushed a commit to antmicro/f4pga-arch-defs that referenced this issue Jan 20, 2020
Fixes f4pga#1231

Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant