You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove duplicate functions between utils.py and platform/utils.py
- Remove top_components() and get_software_builds() from platform/utils.py
- Update all imports to use chipflow_lib.utils instead
- Keep only platform-specific compute_invert_mask() in platform/utils.py
- Consolidates utility functions in a single location
- Addresses duplication issue between chipflow_lib/utils.py and chipflow_lib/platform/utils.py
0 commit comments