KiCAD v9.0.2 importing hierachical LTspice projects: some bugs

Hello!
Thank you for the v9.0.2, it does import “flat” LTspice schematics fine now.

The hierarchical projects cause import problems:

  • the sub-circuits are imported but occure in the same compartment
  • their symbols (the X1 and X2 in my example) are not the links to the sub-circuits

Here is the project to try and the result I get.

088-A6_FG1-9.zip (8.4 KB)
A2(3).zip (64.8 KB)

Please report this on GitLab using Help - Report a Bug
Testing the LTSpice importer requires these samples.

If you want the hierarchical import to succeed more cleanly:

Try converting each .asc to a schematic and explicitly define the .subckt mapping.
Alternatively, edit the netlist to explicitly define .subckt structures that the new tool can recognize.

Thank you.
I’ll try and also - will provide a smaller test case.
(I’m on a business trip right now)