X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=bO3aQa2VxdBjFAR8GHgRCgeb6iPefrucqx87p1UIv2E=; b=hocZtodXBS1wQjQgSqu9nTTSGHIzioq+gqr7xhEDABRJbbLf63YbZotNMDpCruAf/4 lLbS4G4o3Ck4HqQfpXr0+w43H3ARqiHPVVDyqZWAGn4Vkd2pVrWi1yC6KGWdk3OVnO2o y4j7YROpUxiIPHrC/RGtWw4B641a4+jJAVghJpDWPRymRwu9WBxWdERwTRdKbED4S6HF hDVfxCmogeKrj34rq/orbUUi/YLPvvaF6xcM5tJBtYJQSL0LCP7UZrI5SHzlSuZbqP0c b8bh98M8KXRpTOlXqRdIev8npp7LcgFhYP6Fc/+a+in18ol0yMsxtIrTZqqRmtKUGS5J R66A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=bO3aQa2VxdBjFAR8GHgRCgeb6iPefrucqx87p1UIv2E=; b=Kozr+P31pTG+jNd/OC6DOCo3YsKlKUF1eqi2BLOz+lC1sOrj65i3zNDyGW52XfKPr2 sEPAbph1T027mw+jtR+TnClhigT0Ji1Rzu/hOnqSaNzpKbWctHE65r9ZUPl6wpw+gwYo L2hgT8XG9kT5IWo0pggB+/35dF4mZIhUZH1OzkFNm7+FR8ajORIdFjaOP7Z0JpJpQdHn qEnonOr8kDzfK8419B0JO5unn2re6KsC3qjUkIr3WRgmvj3GUJhYp45US7GPt4vnM5Q/ U4GGyJCCMVogFkqGUVt3mPvkR49rViulCb7rIIongouyc6DKwIMCuw/ciiL7zWD7LEGX vOFA== X-Gm-Message-State: AFeK/H2qLEQn2kYkyksjpP3oonHhkYKuEPWXe5GrOPqTreRyDmcpOcNRKOHM1PzQGztouUkIRThwRvAau1/13Q== X-Received: by 10.157.51.148 with SMTP id u20mr10642604otc.273.1489821263307; Sat, 18 Mar 2017 00:14:23 -0700 (PDT) MIME-Version: 1.0 From: "Erich Heinzle (a1039181 AT gmail DOT com) [via geda-user AT delorie DOT com]" Date: Sat, 18 Mar 2017 17:44:22 +1030 Message-ID: Subject: [geda-user] [pcb-rnd] Mentor Graphics Design Capture netlist import support in pcb-rnd To: geda-user Content-Type: text/plain; charset=UTF-8 Reply-To: geda-user AT delorie DOT com An EDIF importer based on the s-expression parser used for Kicad layout import has been implemented as a plugin to allow Mentor Graphics Design Capture netlists to be imported into pcb-rnd. The plugin was implemented by reverse engineering example files supplied to the developers by a keen user of Mentor Graphics Design Capture. At this stage, flattened netlists need to be exported from the Mentor Graphics Design Capture application. The process for importing Mentor Graphics Design Capture netlists is much the same as for any other netlist format; screenshots and further details can be found at http://vk5hse.blogspot.com/2017/03/importing-mentor-graphics-design.html If any users would like to see a particular netlist format supported, an example schematic and exported netlist should enable it to be implemented as an import module quite quickly by the developers. Please feel free to submit such examples for implementation. Regards, Erich