-
Notifications
You must be signed in to change notification settings - Fork 134
[SKiDL BUG] netlist_to_skidl
requires top sheet
#246
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
Comments
I assume the netlist file is parsing correctly so there's not a problem with |
Correct, |
I was writing the unit test for
While doing that, I'll see if I can address this problem where parts and nets are ignored at the top level. |
I reworked |
In
development
branch the new logic fornetlist_to_skidl
will not properly parse parts or nets on the top sheet. So you must have the top sheet just be documentation and other schematic sheets. However, this logic works well for complex hierarchical sheets so we should leave it in for now.Example of erroneous behavior:
Terminal command:
netlist file
simple.net
:main.py
output:r2.py
output:The text was updated successfully, but these errors were encountered: