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

Handle subcircuit "uplifting" #2

Open
aidangoettsch opened this issue Sep 4, 2020 · 0 comments
Open

Handle subcircuit "uplifting" #2

aidangoettsch opened this issue Sep 4, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@aidangoettsch
Copy link
Owner

There's some commented out logic that attempts to pull the contents of subcircuits up a level, so, for example, small digital circuits include their analog components. Currently, the command line argument -d/--depth controls the depth to which the program should pull out nested subcircuits.

The main challenge ends up being correlating the index of components (which is how connections identify what they are connected to) between the lower level subcircuit and the new larger circuit, as well as connecting components that were connected to pins/inputs.

To be useful, this likely requires #1.

@aidangoettsch aidangoettsch added the enhancement New feature or request label Sep 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant