Skip to content

improve orphans detection when net connected to the same components#5

Merged
GeoffreyBultot merged 1 commit intomasterfrom
bugfix_orphans
Jul 20, 2022
Merged

improve orphans detection when net connected to the same components#5
GeoffreyBultot merged 1 commit intomasterfrom
bugfix_orphans

Conversation

@GeoffreyBultot
Copy link
Copy Markdown
Member

seeing the component configuration, it's appear that the issued nets was connected only to the same component.

image


In the .NET file generated by AD, the netlist is good => The issue is only in the script

image

The issue append because we update a dict. So the net_conn U91AH:24 is replaced by U901AH:25

To resolve the issue, I changed net_conns by a list and use append instead of update ad you can see on the code diff.

@fdeprey @AbAzaanoun can you review ?

@AbAzaanoun
Copy link
Copy Markdown
Member

@GeoffreyBultot great! I tested it on 2.F.2 Netlist and it did work with me.

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