Replies: 3 comments 3 replies
-
Theoretically, the netlist file format should be the same between V5 and V5.99. Please send the netlist file and I'll take a look at it. |
Beta Was this translation helpful? Give feedback.
-
I have the same problem. I'm using KiCad 6 on Windows 10. I didn't set the KICAD_SYMBOL_DIR variable. Do you think this is the reason? This is my input: This is my output: |
Beta Was this translation helpful? Give feedback.
-
The KiCad 6 netlist format is probably the cause of the problem. I have a version of pip install git+https://github.com/devbisme/kinparse@kicad6 Let me know if this fixes the problem or not. If not, I'll have to look at the problem in more detail. |
Beta Was this translation helpful? Give feedback.
-
Here is what I'm seeing:
I generated my netlist file from a recent nightly version of KiCad because the developer created it with a recent nightly.
Skidl 1.0.0. Python 3.9.5. On a Mac. KICAD_SYMBOL_DIR set. Just tried the same thing on a Debian Linux machine and got the same result. Is my netlist file bad?
Help would be appreciated.
If the line:1, col:18 refers to the Interceptor.net file, that line looks like this:
I removed the " from around E and then it fails with:
Is my netlist just bad because of the KiCad nightly software perhaps?
Beta Was this translation helpful? Give feedback.
All reactions