Skip to content

Export to schematic or netlist #133

Description

@PiMaker

I have created a CPU in Digital that I now want to make a reality in 74xx logic. For that I would like to have a circuit diagram readable by a program such as KiCAD or CircuitMaker (I want to design some PCBs as well).

I think it would be beneficial to allow export to such a format, for example the KiCAD standard .sch defined here.

Now, I understand this might be a rather big request, so first I looked into writing a converter program myself (basically reading in .dig files and outputting .sch). The issue I faced with that is that your current format (.dig, XML) is not very easily parseable for such requests, as only visual positions are encoded (as far as I understand it, anyway). Is there a way to export something like a netlist with connected components, or any other, more abstract and machine-readable representation of a circuit?

Thanks in advance!

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions