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=date:from:to:subject:message-id:mime-version :content-transfer-encoding; bh=tYj1Vm6kjO8Opm+JeoiLya31/ndTfwFvPKz3Ips4vgs=; b=KimzK30ogj95G736FMx12513+oNPmArtu65ga+kSE6jKHJLtrar2wCu3odLIk2yu3Z 7vDJ0muJ7DNoymrbNrzPUJZx3EQygRSUREMInbdgJ5q2GPEwNLhj3kxdJwhqilDJ5Jgh 4DVb19DPxHUS+ILVTmdMwdY300fciFK2zCWWkDS8WZkKcIelMBVrvF1F2ynA8IREBre+ PLgltQZZFsN7im6enNI4QJa8SvQFT/1tOKqIWzBxsWD58PuoCo7/59KNehs4DPfFATxW ierxPqpXhq/tl0i0Naeu7bkBMb3J3nc0Rcn4+ipnL/5/oVFvFiJI5whY2zqpo4gX0hFz Vr4w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-transfer-encoding; bh=tYj1Vm6kjO8Opm+JeoiLya31/ndTfwFvPKz3Ips4vgs=; b=lNVbW4l0SXe+vUh/jOBEpFMHaShGEx3292+S3dR+d5BtQdpWm75ntK4KKZrdF7JtAZ xWWXhW+Yke3Vn5Z1YU11ZSV9GL0FYaIhB0hsUTDOyzm9mXqzWHNpeG46y66jwruZ+Rwv e29S6rNZzt8YxwDLvwnqSXZmyc7vRRk8z6/aaXGJJudjqT3sJ+fAGLO0Y113i/rg5AiZ 3cn4XhQRFKs1RcBJmRECZw2A5VA5qdE+4+LG3llAw8FAsJOURrQEDLxATiKO2wSxgqQh NN/MsmlUSMeKZ+JnhmBYRD20vHUXSz9PeAJ1rwWbUDhIDUy888wQM7FS1Bu7Mm1mskHy 6B4g== X-Gm-Message-State: APjAAAVgmgpAizzGpv0N2Bn2wg41tws/UX+8jwB4RNF77P84XzClKysn 4SnNtAqBMriK/3AsrfkSjfIaysPT X-Google-Smtp-Source: APXvYqzmeRd4cRdVOkQtEFK4/z4PiZU3DkePKD2QuVdJfEdKTYSnOC2+TXFYT4o4fCEhDRyHZnU/ww== X-Received: by 2002:ac2:43af:: with SMTP id t15mr12233424lfl.154.1576344291759; Sat, 14 Dec 2019 09:24:51 -0800 (PST) Date: Sat, 14 Dec 2019 18:24:49 +0100 From: "N (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: [geda-user] pcr-rnd, hierachy separator, work in lepton-netlist but not with pcb-rnd Message-Id: <20191214182449.13c741ce900cd72cf6369541@gmail.com> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reply-To: geda-user AT delorie DOT com To avoid problem with hierachical symbol lepton-netlist have to be used and a row (hierarchy-uref-separator ":") put in the gafrc file for example in the local directory. To lepton-netlist does however not work with pcbrndfwd, it stops with the error message: Backtrace: 12 (apply-smob/1 #) In ice-9/boot-9.scm: 705:2 11 (call-with-prompt _ _ #) In ice-9/eval.scm: 619:8 10 (_ #(#(#))) In ice-9/boot-9.scm: 2312:4 9 (save-module-excursion _) 3831:12 8 (_) In unknown file: 7 (%with-toplevel # #) In ice-9/ports.scm: 462:17 6 (call-with-output-file _ _ #:binary _ #:encoding _) 473:4 5 (with-output-to-port _ _) In ice-9/eval.scm: 619:8 4 (_ #(#(#(#) "…") #)) 159:9 3 (_ #(#(#(#) "…") #)) 182:19 2 (proc #(#(#(#) …) …)) 142:16 1 (compile-top-call _ (7 . gnetlist:get-all-unique-nets) #) In unknown file: 0 (%resolve-variable (7 . gnetlist:get-all-unique-nets) #) I have figured out the unknown file at bottom is gnet-pcbrndfwd.scm the row below but do not have any idea howto make it work. Anyone have? (pcbrndfwd:each-net (gnetlist:get-all-unique-nets "dummy") port) Regards Nnicklas Karlsson