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

drt: Transform slight refactoring #6356

Merged

Conversation

bnmfw
Copy link
Contributor

@bnmfw bnmfw commented Dec 15, 2024

This PR is auxiliary to #6326, regarding issue #5712.

The aforementioned PR is failing a regression test, I'm hunting the reason for this failing. This is probability due to setting some Transform "by hand" instead of taking it from another object, as is a problem on the whole drt codebase that is being fixed. I organized some of the Transform on drt to help find this bug and figured this was getting big enough to be a separate PR since it is just minor refactoring. Mainly, This PR avoids the direct creation of dbTransform on drt and opts to get from already set objects when available.

@bnmfw bnmfw force-pushed the drt_transform_refactor branch from 262bc96 to a82e60e Compare December 15, 2024 19:33
@bnmfw bnmfw requested a review from osamahammad21 December 15, 2024 19:34
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

1 similar comment
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

@bnmfw bnmfw force-pushed the drt_transform_refactor branch from a82e60e to 8129fda Compare December 16, 2024 04:11
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

@osamahammad21 osamahammad21 merged commit acdd562 into The-OpenROAD-Project:master Dec 16, 2024
11 checks passed
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