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

Implement backpropagation of changes to schematic #15

Open
thirtythreeforty opened this issue Oct 5, 2020 · 0 comments
Open

Implement backpropagation of changes to schematic #15

thirtythreeforty opened this issue Oct 5, 2020 · 0 comments

Comments

@thirtythreeforty
Copy link

In general it would be nice to be able to backpropagate WireIt changes automatically; however, in the general case it's not clear how to redraw the schematic to make this happen.

Consider the following example.

Screen Shot 2020-10-05 at 11 40 41 AM

NET_A and NET_B should be automatically swappable; that is, any two pins that are connected to a single net label and that's all should be swappable. Additionally, it should be possible to add labels to unassigned pins in a similar way, or to delete such labels from pins.

However, it is definitely unclear how to backpropagate the JTAG pins; the tool should refuse to auto-backprop these.

Do you know if this particular flavor of auto-backprop is feasible? If you'd like to give pointers, I'd be willing to help with the implementation.

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

No branches or pull requests

1 participant