Closed cyberhuman closed 1 year ago
I restructured things a few months ago to remove the wildcard imports and that seems to be the cause of this problem. I pushed the fixes into the development branch.
It works great now, thank you for the amazing software!
Describe the bug
The documentation mentions the
netlist_to_skidl
tool under the section Converting Existing Designs to SKiDL. However, some files are missing and the tool doesn't work.To Reproduce Steps to reproduce the behavior:
netlist_to_skidl -i sch.net -o sch.py -w
Expected behavior Either the shell script and the documentation should be removed, or the
netlist_to_skidl_main
should work.