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

Changes to support new array-based sitewire-net changes #1110

Merged
merged 1 commit into from
Nov 22, 2024

Conversation

clavin-xlnx
Copy link
Member

This update tests to reflect bug fixes and minor behavior changes associated with a new storage method in SiteInst objects where instead of using maps, the Net to site wire now uses an array. This led to a change in iteration order and also a bug was discovered when SiteInst are renamed, they were not getting updated in the Set<SiteInst> class members of Net objects. This led to some failures to fully remove the references when prompted in some of the tests.

Signed-off-by: Chris Lavin <chris.lavin@amd.com>
@clavin-xlnx clavin-xlnx added the needs new release Dependent on the next future release label Nov 20, 2024
@clavin-xlnx clavin-xlnx added this to the 2024.2.0 milestone Nov 20, 2024
@clavin-xlnx clavin-xlnx changed the base branch from master to 2024.2.0 November 20, 2024 21:09
@eddieh-xlnx eddieh-xlnx changed the base branch from 2024.2.0 to master November 20, 2024 23:04
@eddieh-xlnx eddieh-xlnx changed the base branch from master to 2024.2.0 November 20, 2024 23:04
@clavin-xlnx clavin-xlnx marked this pull request as ready for review November 22, 2024 05:39
@clavin-xlnx clavin-xlnx merged commit 78346a4 into 2024.2.0 Nov 22, 2024
10 of 14 checks passed
@clavin-xlnx clavin-xlnx deleted the site_wire_mem_improv branch November 22, 2024 05:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs new release Dependent on the next future release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants