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 development branch the new logic for netlist_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.
I assume the netlist file is parsing correctly so there's not a problem with kinparse 1.2.3, but there is a problem with the logic that generates the SKiDL code from the parsed netlist?
Correct, kinparse looks to be working properly. I believe the netlist_to_skidl logic is failing due to the top Sheetname being Root vs the Sheetpath being /.
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: