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

[DesignTools.makeBlackBox()] Fix for #967 #970

Merged
merged 1 commit into from
Mar 28, 2024
Merged

Conversation

clavin-xlnx
Copy link
Member

When preparing a design to create a black box and ensure that the routing of the surrounding logic remains intact, sometimes the tool will attempt to insert a LUT1 as a way to preserve existing routing. #967 stumbled on a bug where the tool found a scenario that fit the criteria for inserting a LUT1, but was not actually necessary as the source of the FF routing was actually internal to the SLICE (a GND post available for only AFF and AFF2 as shown in this picture:

image

Signed-off-by: Chris Lavin <chris.lavin@amd.com>
@clavin-xlnx clavin-xlnx merged commit 00c2fb2 into master Mar 28, 2024
14 checks passed
@clavin-xlnx clavin-xlnx deleted the skip_ff_gnd_drivers branch March 28, 2024 23:19
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

Successfully merging this pull request may close these issues.

2 participants