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
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.
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.
The text was updated successfully, but these errors were encountered:
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.
NET_A
andNET_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.
The text was updated successfully, but these errors were encountered: