[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: gaf.git: branch: master updated (1.7.1-20110619-182-gf2aae0e)



The branch, master has been updated
       via  f2aae0e26fefb8db388ac9d74a8c14921f116a0b (commit)
       via  1ca1d9b32c62d0563bbe2169aa3764fe03cf86d8 (commit)
       via  41c6c5a9a227a19091b0983102939b34f5e88103 (commit)
      from  400f396b8aa598017fda2ead72c2fbc72b1fc321 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 configure.ac                                       |    2 +
 gnetlist/scheme/Makefile.am                        |    3 +-
 gnetlist/scheme/gnet-ewnet.scm                     |  313 +
 gnetlist/tests/common/backends.list                |    1 +
 gnetlist/tests/common/outputs/ewnet/JD-output.net  |  445 +
 .../tests/common/outputs/{PCB => ewnet}/JD.retcode |    0 
 .../common/outputs/ewnet/JD_Include-output.net     |  445 +
 .../outputs/{PCB => ewnet}/JD_Include.retcode      |    0 
 .../outputs/ewnet/JD_Include_nomunge-output.net    |  445 +
 .../{PCB => ewnet}/JD_Include_nomunge.retcode      |    0 
 .../tests/common/outputs/ewnet/JD_Sort-output.net  |  445 +
 .../common/outputs/{PCB => ewnet}/JD_Sort.retcode  |    0 
 .../outputs/ewnet/JD_Sort_nomunge-output.net       |  445 +
 .../outputs/{PCB => ewnet}/JD_Sort_nomunge.retcode |    0 
 .../common/outputs/ewnet/JD_nomunge-output.net     |  445 +
 .../outputs/{PCB => ewnet}/JD_nomunge.retcode      |    0 
 .../common/outputs/ewnet/SlottedOpamps-output.net  |  257 +
 .../outputs/{PCB => ewnet}/SlottedOpamps.retcode   |    0 
 .../common/outputs/ewnet/TwoStageAmp-output.net    |  781 +
 .../outputs/{PCB => ewnet}/TwoStageAmp.retcode     |    0 
 .../outputs/ewnet/TwoStageAmp_Include-output.net   |  781 +
 .../{PCB => ewnet}/TwoStageAmp_Include.retcode     |    0 
 .../outputs/ewnet/TwoStageAmp_Sort-output.net      |  781 +
 .../{PCB => ewnet}/TwoStageAmp_Sort.retcode        |    0 
 .../tests/common/outputs/ewnet/cascade-output.net  |  322 +
 .../common/outputs/{PCB => ewnet}/cascade.retcode  |    0 
 .../common/outputs/ewnet/multiequal-output.net     |  117 +
 .../outputs/{PCB => ewnet}/multiequal.retcode      |    0 
 .../common/outputs/ewnet/netattrib-output.net      |  266 +
 .../outputs/{PCB => ewnet}/netattrib.retcode       |    0 
 .../common/outputs/ewnet/powersupply-output.net    |  558 +
 .../outputs/{PCB => ewnet}/powersupply.retcode     |    0 
 .../common/outputs/ewnet/singlenet-output.net      |  211 +
 .../outputs/{PCB => ewnet}/singlenet.retcode       |    0 
 .../common/outputs/ewnet/stack-torture-output.net  |30769 ++++++++++++++++++++
 .../outputs/{PCB => ewnet}/stack-torture.retcode   |    0 
 36 files changed, 37831 insertions(+), 1 deletions(-)
 create mode 100644 gnetlist/scheme/gnet-ewnet.scm
 create mode 100644 gnetlist/tests/common/outputs/ewnet/JD-output.net
 copy gnetlist/tests/common/outputs/{PCB => ewnet}/JD.retcode (100%)
 create mode 100644 gnetlist/tests/common/outputs/ewnet/JD_Include-output.net
 copy gnetlist/tests/common/outputs/{PCB => ewnet}/JD_Include.retcode (100%)
 create mode 100644 gnetlist/tests/common/outputs/ewnet/JD_Include_nomunge-output.net
 copy gnetlist/tests/common/outputs/{PCB => ewnet}/JD_Include_nomunge.retcode (100%)
 create mode 100644 gnetlist/tests/common/outputs/ewnet/JD_Sort-output.net
 copy gnetlist/tests/common/outputs/{PCB => ewnet}/JD_Sort.retcode (100%)
 create mode 100644 gnetlist/tests/common/outputs/ewnet/JD_Sort_nomunge-output.net
 copy gnetlist/tests/common/outputs/{PCB => ewnet}/JD_Sort_nomunge.retcode (100%)
 create mode 100644 gnetlist/tests/common/outputs/ewnet/JD_nomunge-output.net
 copy gnetlist/tests/common/outputs/{PCB => ewnet}/JD_nomunge.retcode (100%)
 create mode 100644 gnetlist/tests/common/outputs/ewnet/SlottedOpamps-output.net
 copy gnetlist/tests/common/outputs/{PCB => ewnet}/SlottedOpamps.retcode (100%)
 create mode 100644 gnetlist/tests/common/outputs/ewnet/TwoStageAmp-output.net
 copy gnetlist/tests/common/outputs/{PCB => ewnet}/TwoStageAmp.retcode (100%)
 create mode 100644 gnetlist/tests/common/outputs/ewnet/TwoStageAmp_Include-output.net
 copy gnetlist/tests/common/outputs/{PCB => ewnet}/TwoStageAmp_Include.retcode (100%)
 create mode 100644 gnetlist/tests/common/outputs/ewnet/TwoStageAmp_Sort-output.net
 copy gnetlist/tests/common/outputs/{PCB => ewnet}/TwoStageAmp_Sort.retcode (100%)
 create mode 100644 gnetlist/tests/common/outputs/ewnet/cascade-output.net
 copy gnetlist/tests/common/outputs/{PCB => ewnet}/cascade.retcode (100%)
 create mode 100644 gnetlist/tests/common/outputs/ewnet/multiequal-output.net
 copy gnetlist/tests/common/outputs/{PCB => ewnet}/multiequal.retcode (100%)
 create mode 100644 gnetlist/tests/common/outputs/ewnet/netattrib-output.net
 copy gnetlist/tests/common/outputs/{PCB => ewnet}/netattrib.retcode (100%)
 create mode 100644 gnetlist/tests/common/outputs/ewnet/powersupply-output.net
 copy gnetlist/tests/common/outputs/{PCB => ewnet}/powersupply.retcode (100%)
 create mode 100644 gnetlist/tests/common/outputs/ewnet/singlenet-output.net
 copy gnetlist/tests/common/outputs/{PCB => ewnet}/singlenet.retcode (100%)
 create mode 100644 gnetlist/tests/common/outputs/ewnet/stack-torture-output.net
 copy gnetlist/tests/common/outputs/{PCB => ewnet}/stack-torture.retcode (100%)


=================
 Commit Messages
=================

commit f2aae0e26fefb8db388ac9d74a8c14921f116a0b
Author: Dan McMahill <dan@xxxxxxxxxxxx>
Commit: Dan McMahill <dan@xxxxxxxxxxxx>

    Add ULTIboard backend.  This is the electroncs workbench layout tool
    currently sold by National Instruments.

:100644 100644 d6ecf03... 4571407... M	gnetlist/scheme/Makefile.am
:000000 100644 0000000... 503d891... A	gnetlist/scheme/gnet-ewnet.scm

commit 1ca1d9b32c62d0563bbe2169aa3764fe03cf86d8
Author: Dan McMahill <dan@xxxxxxxxxxxx>
Commit: Dan McMahill <dan@xxxxxxxxxxxx>

    Add the ewnet backend to the tests.

:100644 100644 0738d0f... 6257b40... M	gnetlist/tests/common/backends.list
:000000 100644 0000000... 93471c3... A	gnetlist/tests/common/outputs/ewnet/JD-output.net
:000000 100644 0000000... 573541a... A	gnetlist/tests/common/outputs/ewnet/JD.retcode
:000000 100644 0000000... 93471c3... A	gnetlist/tests/common/outputs/ewnet/JD_Include-output.net
:000000 100644 0000000... 573541a... A	gnetlist/tests/common/outputs/ewnet/JD_Include.retcode
:000000 100644 0000000... 93471c3... A	gnetlist/tests/common/outputs/ewnet/JD_Include_nomunge-output.net
:000000 100644 0000000... 573541a... A	gnetlist/tests/common/outputs/ewnet/JD_Include_nomunge.retcode
:000000 100644 0000000... 93471c3... A	gnetlist/tests/common/outputs/ewnet/JD_Sort-output.net
:000000 100644 0000000... 573541a... A	gnetlist/tests/common/outputs/ewnet/JD_Sort.retcode
:000000 100644 0000000... 93471c3... A	gnetlist/tests/common/outputs/ewnet/JD_Sort_nomunge-output.net
:000000 100644 0000000... 573541a... A	gnetlist/tests/common/outputs/ewnet/JD_Sort_nomunge.retcode
:000000 100644 0000000... 93471c3... A	gnetlist/tests/common/outputs/ewnet/JD_nomunge-output.net
:000000 100644 0000000... 573541a... A	gnetlist/tests/common/outputs/ewnet/JD_nomunge.retcode
:000000 100644 0000000... 5bb886c... A	gnetlist/tests/common/outputs/ewnet/SlottedOpamps-output.net
:000000 100644 0000000... 573541a... A	gnetlist/tests/common/outputs/ewnet/SlottedOpamps.retcode
:000000 100644 0000000... ff329c6... A	gnetlist/tests/common/outputs/ewnet/TwoStageAmp-output.net
:000000 100644 0000000... 573541a... A	gnetlist/tests/common/outputs/ewnet/TwoStageAmp.retcode
:000000 100644 0000000... ff329c6... A	gnetlist/tests/common/outputs/ewnet/TwoStageAmp_Include-output.net
:000000 100644 0000000... 573541a... A	gnetlist/tests/common/outputs/ewnet/TwoStageAmp_Include.retcode
:000000 100644 0000000... ff329c6... A	gnetlist/tests/common/outputs/ewnet/TwoStageAmp_Sort-output.net
:000000 100644 0000000... 573541a... A	gnetlist/tests/common/outputs/ewnet/TwoStageAmp_Sort.retcode
:000000 100644 0000000... cfb6f81... A	gnetlist/tests/common/outputs/ewnet/cascade-output.net
:000000 100644 0000000... 573541a... A	gnetlist/tests/common/outputs/ewnet/cascade.retcode
:000000 100644 0000000... cab1af0... A	gnetlist/tests/common/outputs/ewnet/multiequal-output.net
:000000 100644 0000000... 573541a... A	gnetlist/tests/common/outputs/ewnet/multiequal.retcode
:000000 100644 0000000... 1301bff... A	gnetlist/tests/common/outputs/ewnet/netattrib-output.net
:000000 100644 0000000... 573541a... A	gnetlist/tests/common/outputs/ewnet/netattrib.retcode
:000000 100644 0000000... e4969cc... A	gnetlist/tests/common/outputs/ewnet/powersupply-output.net
:000000 100644 0000000... 573541a... A	gnetlist/tests/common/outputs/ewnet/powersupply.retcode
:000000 100644 0000000... c1f9424... A	gnetlist/tests/common/outputs/ewnet/singlenet-output.net
:000000 100644 0000000... 573541a... A	gnetlist/tests/common/outputs/ewnet/singlenet.retcode
:000000 100644 0000000... 10a7617... A	gnetlist/tests/common/outputs/ewnet/stack-torture-output.net
:000000 100644 0000000... 573541a... A	gnetlist/tests/common/outputs/ewnet/stack-torture.retcode

commit 41c6c5a9a227a19091b0983102939b34f5e88103
Author: Dan McMahill <dan@xxxxxxxxxxxx>
Commit: Dan McMahill <dan@xxxxxxxxxxxx>

    Add a check for atan2() in -lm.  Without this, some systems such
    as fedora 16 end up not linking with -lm and we end up with undefined
    references to -lm.

:100644 100644 01a65e1... 765abb2... M	configure.ac

=========
 Changes
=========

commit f2aae0e26fefb8db388ac9d74a8c14921f116a0b
Author: Dan McMahill <dan@xxxxxxxxxxxx>
Commit: Dan McMahill <dan@xxxxxxxxxxxx>

    Add ULTIboard backend.  This is the electroncs workbench layout tool
    currently sold by National Instruments.

diff --git a/gnetlist/scheme/Makefile.am b/gnetlist/scheme/Makefile.am
index d6ecf03..4571407 100644
--- a/gnetlist/scheme/Makefile.am
+++ b/gnetlist/scheme/Makefile.am
@@ -8,7 +8,8 @@ PCBCONFDIR=	@PCBCONFDIR@
 scmdatadir = @GEDADATADIR@/scheme
 nobase_scmdata_DATA = $(DIST_SCM) $(BUILT_SCM)
 
-DIST_SCM = gnet-PCB.scm gnet-allegro.scm gnet-bom.scm gnet-geda.scm \
+DIST_SCM = gnet-PCB.scm gnet-allegro.scm gnet-bom.scm gnet-ewnet.scm \
+	   gnet-geda.scm \
 	   gnet-spice.scm gnet-tango.scm gnet-verilog.scm \
 	   gnet-vhdl.scm gnet-vipec.scm \
            gnet-pads.scm gnetlist.scm gnetlist-post.scm \
diff --git a/gnetlist/scheme/gnet-ewnet.scm b/gnetlist/scheme/gnet-ewnet.scm
new file mode 100644
index 0000000..503d891
--- /dev/null
+++ b/gnetlist/scheme/gnet-ewnet.scm
@@ -0,0 +1,313 @@
+;;; gEDA - GPL Electronic Design Automation
+;;; gnetlist - gEDA Netlist
+;;; Ultiboard (ewnet) backend
+;;; Copyright (C) 2011 Dan McMahill
+;;;
+;;; This program is free software; you can redistribute it and/or modify
+;;; it under the terms of the GNU General Public License as published by
+;;; the Free Software Foundation; either version 2 of the License, or
+;;; (at your option) any later version.
+;;;
+;;; This program is distributed in the hope that it will be useful,
+;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
+;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+;;; GNU General Public License for more details.
+;;;
+;;; You should have received a copy of the GNU General Public License
+;;; along with this program; if not, write to the Free Software
+;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+
+
+;;; Notes about Ultiboard (.ewnet) netlists.  "ew" 
+;;; stands for Electronic Workbench.
+;;;  
+
+;;; FIXME -- the biggest problem with this backend is that I
+;;; had no documentation at all on the file format.  I just
+;;; found a .ewnet file online somewhere, read it, and guessed
+;;; as to the right way to create these.  Full documentation would
+;;; help considerably!
+
+;; Function:  ewnet:map-net-names
+;;
+;; This procedure takes a net name as determined by gnetlist and
+;; modifies it to be a valid ewnet net name.
+;;
+;; FIXME -- need to determine what restrictions there may be on 
+;; ewnet net names.  For example:
+;;   - allowed characters
+;;   - case sensitive or not?
+;;   - max length
+;;
+;; See the futurenet2 backend for examples of some of what may go
+;; into a net name aliasing function.  For now this function just returns
+;; the input string and acts as a placeholder in case we find
+;; that net name mapping is required.
+(define ewnet:map-net-names
+  (lambda (net-name)
+    (let ((net-alias net-name)
+          )
+      net-alias
+      )
+    )
+  )
+
+;; Function:  ewnet:map-refdes
+;;
+;; This procedure takes a refdes as determined by gnetlist and
+;; modifies it to be a valid ewnet refdes.
+;;
+;; FIXME -- need to determine what restrictions there may be on 
+;; ewnet instance names (refdes).  For example:
+;;   - allowed characters
+;;   - case sensitive or not?
+;;   - max length
+;;
+;; See the futurenet2 backend for examples of some of what may go
+;; into a instance name aliasing function.  For now this function 
+;; just returns the input string and acts as a placeholder in
+;; case we find that instance name mapping is required.
+(define ewnet:map-refdes
+  (lambda (refdes)
+    (let ((refdes-alias refdes)
+          )
+      
+      refdes-alias
+      )
+    )
+  )
+
+;; write out the pins for a particular component
+(define ewnet:component_pins
+  (lambda (port package pins)
+    (if (and (not (null? package)) (not (null? pins)))
+	(begin
+	  (let (
+		(pin (car pins)))
+
+	    ;; pin number
+	    (display "\t\t(pin \"" port)
+	    (display 
+	     (gnetlist:get-attribute-by-pinnumber package pin "pinnumber")
+	     port)
+	    (display "\"\n" port)
+
+	    ;; net
+	    (display "\t\t\t(net \"" port)
+	    (display 
+	     (gnetlist:alias-net (car (gnetlist:get-nets package pin)))
+	     port)
+	    (display "\")\n" port)
+
+	    ;; pin type.  I have seen "PWR", "GND", "IN", "OUT", "BIDIR"
+	    (display "\t\t\t(pintype \"" port)
+	    ;; FIXME -- need to translate between geda and the allowed
+	    ;; ewnet types here
+	    (display "BIDIR" port)
+	    (display "\")\n" port)
+	    
+	    (display "\t\t\t(gategroup \"\")\n" port)
+	    (display "\t\t\t(pingroup \"\")\n" port)
+
+	    ;; label (pin name)
+	    (display "\t\t\t(label \"" port)
+	    (display pin port)
+	    (display "\")\n" port)
+
+	    ;; gate
+	    (display "\t\t\t(gate \"\")\n" port)
+	    
+
+	    (display "\t\t)\n" port)
+	    )
+	  (ewnet:component_pins port package (cdr pins))
+	  )
+	)
+    )
+  )
+
+	    
+;; write out the components
+(define ewnet:components
+   (lambda (port packages)
+      (if (not (null? packages))
+         (begin
+            (let (
+		  (device (gnetlist:get-package-attribute (car packages) 
+                                                           "device"))
+		  (pattern (gnetlist:get-package-attribute (car packages) 
+                                                           "pattern"))
+		  (value (gnetlist:get-package-attribute (car packages) 
+                                                           "value"))
+	    ;; The above pattern should stay as "pattern" and not "footprint"
+                  (package (car packages)))
+
+	      ;; start the instance
+	      (display "\t(instance \"" port)
+
+	      ;; write the footprint
+	      (display (gnetlist:get-package-attribute package
+						       "footprint")
+		       port)
+	      (display "\" \"" port)
+
+	      ;; write the reference designator
+	      (display (gnetlist:alias-refdes package) port)
+	      (display "\"\n" port)
+	      
+
+	      ;; device 
+	      (display "\t\t(device \"" port)
+	      (display device port)
+	      (display "\")\n" port)
+
+	      ;; If there is a "value" attribute, output that.
+	      ;; Otherwise output the "device" attribute (the symbol name).
+	      (if (string=? value "unknown") 
+		  (set! value device )
+		  )
+
+	      ;; value 
+	      (display "\t\t(value \"" port)
+	      (display value port)
+	      (display "\")\n" port)
+	      
+	      (display "\t\t(gateswap \"0\")\n" port)
+	      (display "\t\t(pinswap \"0\")\n" port)
+	      (display "\t\t(component_space \"0.00000000e+000\")\n" port)
+	      (display "\t\t(component_group \"\")\n" port)
+	      (display "\t\t(settings_locked \"0\")\n" port)
+	      (display "\t\t(comp_variants \"Default1;\")\n" port)
+	      (display "\t\t(comp_variant_independent \"0\")\n" port)
+
+	      ;; write the pins
+	      (ewnet:component_pins port package
+					 (gnetlist:get-pins package))
+
+	      ;; close the part
+	      (display "\t)\n" port)
+	      
+	      )
+            (ewnet:components port (cdr packages) )
+	    )
+	 )
+      )
+   )
+
+;; write out the nets
+(define ewnet:write-net
+   (lambda (port netnames)
+      (if (not (null? netnames))
+         (let (
+	       (netname (car netnames))
+	       (alias (gnetlist:alias-net (car netnames)))
+	       )
+	   (display "\t( net \"" port)
+	   (display alias port)
+	   (display "\"\n" port)
+
+	   (display "\t\t(trackwidth \"-1.00000000e+000\")\n" port)
+	   (display "\t\t(trackwidth_max \"-1.00000000e+000\")\n" port)
+	   (display "\t\t(trackwidth_min \"-1.00000000e+000\")\n" port)
+	   (display "\t\t(tracklength_max \"-1.00000000e+000\")\n" port)
+	   (display "\t\t(tracklength_min \"-1.00000000e+000\")\n" port)
+	   (display "\t\t(clearance_to_trace \"-1.00000000e+000\")\n" port)
+	   (display "\t\t(clearance_to_pad \"-1.00000000e+000\")\n" port)
+	   (display "\t\t(clearance_to_via \"-1.00000000e+000\")\n" port)
+	   (display "\t\t(clearance_to_copper \"-1.00000000e+000\")\n" port)
+	   (display "\t\t(routing_layer \"\")\n" port)
+	   (display "\t\t(settings_locked \"0\")\n" port)
+	   (display "\t\t(net_group \"\")\n" port)
+	   (display "\t)\n" port)
+
+	   (ewnet:write-net port (cdr netnames))
+	   )
+	 )
+      )
+   )
+
+;; write out the header
+(define ewnet:write-header
+  (lambda (port)
+
+     (display "(ToolInfo\n" port)
+     (display "\t(netlist \"ULTIboard\" 7 0 0)\n" port)
+     (display "\t(tool \"Multisim\" 7 0 0)\n" port)
+     (display "\t(timestamp \"15:19:8\" \"9-6-2006\")\n" port)
+     (display "\t(version 3 0 0)\n" port)
+     (display "\t(gateswap 2)\n" port)
+     (display "\t(pinswap 1)\n" port)
+     (display "\t(crossprobe {D6EE9C01-C93E-4246-9BC1-214A35C4954C})\n" port)
+     (display "\t(units Mil)\n" port)
+     (display ")\n" port)
+     )
+)
+
+
+;; write out the layer information
+;; FIXME -- can this just be left out?  If not, how shall we define
+;; stackup in a way where gnetlist can find it?
+(define ewnet:layers
+  (lambda (port)
+    
+    (display "\t(layer \"Copper Bottom\"\n" port)
+    (display "\t\t(routable \"1\")\n" port)
+    (display "\t\t(type \"Signal\")\n" port)
+    (display "\t)\n" port)
+    (display "\t(layer \"Copper Top\"\n" port)
+    (display "\t\t(routable \"1\")\n" port)
+    (display "\t\t(type \"Signal\")\n" port)
+    (display "\t)\n" port)
+    )
+)
+
+;; The top level netlister for ewnet
+(define ewnet 
+  (lambda (filename)
+    (newline)
+    (display "---------------------------------\n")
+    (display "gEDA/gnetlist ewnet Backend\n")
+    (display "This backend is EXPERIMENTAL\n")
+    (display "Use at your own risk!\n")
+    (display "\n")
+    (display "You may need to run the output netlist\n")
+    (display "through unix2dos before importing to\n")
+    (display "windows based layout tools\n")
+    (display "---------------------------------\n\n")
+    
+    (let ((port (open-output-file filename))
+	  (all-nets (gnetlist:get-all-unique-nets "dummy"))
+	  )
+      
+      ;; initialize the net-name aliasing
+      (gnetlist:build-net-aliases ewnet:map-net-names all-unique-nets)
+      
+      ;; initialize the refdes aliasing
+      (gnetlist:build-refdes-aliases ewnet:map-refdes packages)
+      
+      ;; write the header
+      (ewnet:write-header port)
+      
+      ;; write the nets
+      (display "(nets\n" port)
+      (ewnet:write-net port all-nets)
+      (display ")\n" port)
+      
+      ;; write the components
+      (display "(components\n" port)
+      (ewnet:components port packages)
+      (display ")\n" port)
+      
+      ;; write the board layers
+      (display "(layers\n" port)
+      (ewnet:layers port)
+      (display ")\n" port)
+      
+      ;; close netlist
+      (close-output-port port)
+      )
+    )
+  )
+
+
+

commit 1ca1d9b32c62d0563bbe2169aa3764fe03cf86d8
Author: Dan McMahill <dan@xxxxxxxxxxxx>
Commit: Dan McMahill <dan@xxxxxxxxxxxx>

    Add the ewnet backend to the tests.

diff --git a/gnetlist/tests/common/backends.list b/gnetlist/tests/common/backends.list
index 0738d0f..6257b40 100644
--- a/gnetlist/tests/common/backends.list
+++ b/gnetlist/tests/common/backends.list
@@ -7,6 +7,7 @@ cascade
 drc2
 drc
 eagle
+ewnet
 futurenet2
 geda
 gossip
diff --git a/gnetlist/tests/common/outputs/ewnet/JD-output.net b/gnetlist/tests/common/outputs/ewnet/JD-output.net
new file mode 100644
index 0000000..93471c3
--- /dev/null
+++ b/gnetlist/tests/common/outputs/ewnet/JD-output.net
@@ -0,0 +1,445 @@
+(ToolInfo
+	(netlist "ULTIboard" 7 0 0)
+	(tool "Multisim" 7 0 0)
+	(timestamp "15:19:8" "9-6-2006")
+	(version 3 0 0)
+	(gateswap 2)
+	(pinswap 1)
+	(crossprobe {D6EE9C01-C93E-4246-9BC1-214A35C4954C})
+	(units Mil)
+)
+(nets
+	( net "Vdd1"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "GND"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "LVH"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "i"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "p"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "m"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+)
+(components
+	(instance "unknown" "A1"
+		(device "model")
+		(value "model")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+	)
+	(instance "unknown" "Cm"
+		(device "CAPACITOR")
+		(value "20p")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "m")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+	(instance "unknown" "Cp"
+		(device "CAPACITOR")
+		(value "20p")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "p")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+	(instance "unknown" "Rlp"
+		(device "RESISTOR")
+		(value "1meg")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "1"
+			(net "p")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "Vdd1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+	)
+	(instance "unknown" "Rlm"
+		(device "RESISTOR")
+		(value "500k")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "1"
+			(net "m")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+	)
+	(instance "none" "Vdd"
+		(device "VOLTAGE_SOURCE")
+		(value "DC 3.3V")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "Vdd1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+	(instance "none" "V1"
+		(device "vpulse")
+		(value "pulse 3.3 0 1u 10p 10p 1.25u 2.5u")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "i")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+	(instance "unknown" "Rt"
+		(device "RESISTOR")
+		(value "1k")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "1"
+			(net "p")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "m")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+	)
+	(instance "unknown" "Rb"
+		(device "RESISTOR")
+		(value "5.6k")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "1"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "LVH")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+	)
+	(instance "unknown" "M1"
+		(device "PMOS_TRANSISTOR")
+		(value "PMOS_TRANSISTOR")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "G"
+			(net "LVH")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "G")
+			(gate "")
+		)
+		(pin "D"
+			(net "LVH")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "D")
+			(gate "")
+		)
+		(pin "B"
+			(net "Vdd1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "B")
+			(gate "")
+		)
+		(pin "S"
+			(net "Vdd1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "S")
+			(gate "")
+		)
+	)
+	(instance "unknown" "X1"
+		(device "LVD")
+		(value "LVD")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "7"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "7")
+			(gate "")
+		)
+		(pin "6"
+			(net "Vdd1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "6")
+			(gate "")
+		)
+		(pin "2"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "3"
+			(net "LVH")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "3")
+			(gate "")
+		)
+		(pin "1"
+			(net "i")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "5"
+			(net "p")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "5")
+			(gate "")
+		)
+		(pin "4"
+			(net "m")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "4")
+			(gate "")
+		)
+	)
+)
+(layers
+	(layer "Copper Bottom"
+		(routable "1")
+		(type "Signal")
+	)
+	(layer "Copper Top"
+		(routable "1")
+		(type "Signal")
+	)
+)
diff --git a/gnetlist/tests/common/outputs/ewnet/JD.retcode b/gnetlist/tests/common/outputs/ewnet/JD.retcode
new file mode 100644
index 0000000..573541a
--- /dev/null
+++ b/gnetlist/tests/common/outputs/ewnet/JD.retcode
@@ -0,0 +1 @@
+0
diff --git a/gnetlist/tests/common/outputs/ewnet/JD_Include-output.net b/gnetlist/tests/common/outputs/ewnet/JD_Include-output.net
new file mode 100644
index 0000000..93471c3
--- /dev/null
+++ b/gnetlist/tests/common/outputs/ewnet/JD_Include-output.net
@@ -0,0 +1,445 @@
+(ToolInfo
+	(netlist "ULTIboard" 7 0 0)
+	(tool "Multisim" 7 0 0)
+	(timestamp "15:19:8" "9-6-2006")
+	(version 3 0 0)
+	(gateswap 2)
+	(pinswap 1)
+	(crossprobe {D6EE9C01-C93E-4246-9BC1-214A35C4954C})
+	(units Mil)
+)
+(nets
+	( net "Vdd1"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "GND"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "LVH"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "i"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "p"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "m"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+)
+(components
+	(instance "unknown" "A1"
+		(device "model")
+		(value "model")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+	)
+	(instance "unknown" "Cm"
+		(device "CAPACITOR")
+		(value "20p")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "m")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+	(instance "unknown" "Cp"
+		(device "CAPACITOR")
+		(value "20p")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "p")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+	(instance "unknown" "Rlp"
+		(device "RESISTOR")
+		(value "1meg")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "1"
+			(net "p")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "Vdd1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+	)
+	(instance "unknown" "Rlm"
+		(device "RESISTOR")
+		(value "500k")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "1"
+			(net "m")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+	)
+	(instance "none" "Vdd"
+		(device "VOLTAGE_SOURCE")
+		(value "DC 3.3V")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "Vdd1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+	(instance "none" "V1"
+		(device "vpulse")
+		(value "pulse 3.3 0 1u 10p 10p 1.25u 2.5u")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "i")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+	(instance "unknown" "Rt"
+		(device "RESISTOR")
+		(value "1k")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "1"
+			(net "p")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "m")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+	)
+	(instance "unknown" "Rb"
+		(device "RESISTOR")
+		(value "5.6k")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "1"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "LVH")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+	)
+	(instance "unknown" "M1"
+		(device "PMOS_TRANSISTOR")
+		(value "PMOS_TRANSISTOR")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "G"
+			(net "LVH")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "G")
+			(gate "")
+		)
+		(pin "D"
+			(net "LVH")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "D")
+			(gate "")
+		)
+		(pin "B"
+			(net "Vdd1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "B")
+			(gate "")
+		)
+		(pin "S"
+			(net "Vdd1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "S")
+			(gate "")
+		)
+	)
+	(instance "unknown" "X1"
+		(device "LVD")
+		(value "LVD")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "7"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "7")
+			(gate "")
+		)
+		(pin "6"
+			(net "Vdd1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "6")
+			(gate "")
+		)
+		(pin "2"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "3"
+			(net "LVH")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "3")
+			(gate "")
+		)
+		(pin "1"
+			(net "i")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "5"
+			(net "p")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "5")
+			(gate "")
+		)
+		(pin "4"
+			(net "m")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "4")
+			(gate "")
+		)
+	)
+)
+(layers
+	(layer "Copper Bottom"
+		(routable "1")
+		(type "Signal")
+	)
+	(layer "Copper Top"
+		(routable "1")
+		(type "Signal")
+	)
+)
diff --git a/gnetlist/tests/common/outputs/ewnet/JD_Include.retcode b/gnetlist/tests/common/outputs/ewnet/JD_Include.retcode
new file mode 100644
index 0000000..573541a
--- /dev/null
+++ b/gnetlist/tests/common/outputs/ewnet/JD_Include.retcode
@@ -0,0 +1 @@
+0
diff --git a/gnetlist/tests/common/outputs/ewnet/JD_Include_nomunge-output.net b/gnetlist/tests/common/outputs/ewnet/JD_Include_nomunge-output.net
new file mode 100644
index 0000000..93471c3
--- /dev/null
+++ b/gnetlist/tests/common/outputs/ewnet/JD_Include_nomunge-output.net
@@ -0,0 +1,445 @@
+(ToolInfo
+	(netlist "ULTIboard" 7 0 0)
+	(tool "Multisim" 7 0 0)
+	(timestamp "15:19:8" "9-6-2006")
+	(version 3 0 0)
+	(gateswap 2)
+	(pinswap 1)
+	(crossprobe {D6EE9C01-C93E-4246-9BC1-214A35C4954C})
+	(units Mil)
+)
+(nets
+	( net "Vdd1"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "GND"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "LVH"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "i"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "p"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "m"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+)
+(components
+	(instance "unknown" "A1"
+		(device "model")
+		(value "model")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+	)
+	(instance "unknown" "Cm"
+		(device "CAPACITOR")
+		(value "20p")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "m")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+	(instance "unknown" "Cp"
+		(device "CAPACITOR")
+		(value "20p")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "p")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+	(instance "unknown" "Rlp"
+		(device "RESISTOR")
+		(value "1meg")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "1"
+			(net "p")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "Vdd1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+	)
+	(instance "unknown" "Rlm"
+		(device "RESISTOR")
+		(value "500k")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "1"
+			(net "m")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+	)
+	(instance "none" "Vdd"
+		(device "VOLTAGE_SOURCE")
+		(value "DC 3.3V")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "Vdd1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+	(instance "none" "V1"
+		(device "vpulse")
+		(value "pulse 3.3 0 1u 10p 10p 1.25u 2.5u")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "i")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+	(instance "unknown" "Rt"
+		(device "RESISTOR")
+		(value "1k")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "1"
+			(net "p")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "m")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+	)
+	(instance "unknown" "Rb"
+		(device "RESISTOR")
+		(value "5.6k")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "1"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "LVH")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+	)
+	(instance "unknown" "M1"
+		(device "PMOS_TRANSISTOR")
+		(value "PMOS_TRANSISTOR")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "G"
+			(net "LVH")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "G")
+			(gate "")
+		)
+		(pin "D"
+			(net "LVH")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "D")
+			(gate "")
+		)
+		(pin "B"
+			(net "Vdd1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "B")
+			(gate "")
+		)
+		(pin "S"
+			(net "Vdd1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "S")
+			(gate "")
+		)
+	)
+	(instance "unknown" "X1"
+		(device "LVD")
+		(value "LVD")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "7"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "7")
+			(gate "")
+		)
+		(pin "6"
+			(net "Vdd1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "6")
+			(gate "")
+		)
+		(pin "2"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "3"
+			(net "LVH")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "3")
+			(gate "")
+		)
+		(pin "1"
+			(net "i")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "5"
+			(net "p")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "5")
+			(gate "")
+		)
+		(pin "4"
+			(net "m")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "4")
+			(gate "")
+		)
+	)
+)
+(layers
+	(layer "Copper Bottom"
+		(routable "1")
+		(type "Signal")
+	)
+	(layer "Copper Top"
+		(routable "1")
+		(type "Signal")
+	)
+)
diff --git a/gnetlist/tests/common/outputs/ewnet/JD_Include_nomunge.retcode b/gnetlist/tests/common/outputs/ewnet/JD_Include_nomunge.retcode
new file mode 100644
index 0000000..573541a
--- /dev/null
+++ b/gnetlist/tests/common/outputs/ewnet/JD_Include_nomunge.retcode
@@ -0,0 +1 @@
+0
diff --git a/gnetlist/tests/common/outputs/ewnet/JD_Sort-output.net b/gnetlist/tests/common/outputs/ewnet/JD_Sort-output.net
new file mode 100644
index 0000000..93471c3
--- /dev/null
+++ b/gnetlist/tests/common/outputs/ewnet/JD_Sort-output.net
@@ -0,0 +1,445 @@
+(ToolInfo
+	(netlist "ULTIboard" 7 0 0)
+	(tool "Multisim" 7 0 0)
+	(timestamp "15:19:8" "9-6-2006")
+	(version 3 0 0)
+	(gateswap 2)
+	(pinswap 1)
+	(crossprobe {D6EE9C01-C93E-4246-9BC1-214A35C4954C})
+	(units Mil)
+)
+(nets
+	( net "Vdd1"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "GND"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "LVH"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "i"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "p"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "m"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+)
+(components
+	(instance "unknown" "A1"
+		(device "model")
+		(value "model")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+	)
+	(instance "unknown" "Cm"
+		(device "CAPACITOR")
+		(value "20p")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "m")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+	(instance "unknown" "Cp"
+		(device "CAPACITOR")
+		(value "20p")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "p")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+	(instance "unknown" "Rlp"
+		(device "RESISTOR")
+		(value "1meg")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "1"
+			(net "p")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "Vdd1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+	)
+	(instance "unknown" "Rlm"
+		(device "RESISTOR")
+		(value "500k")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "1"
+			(net "m")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+	)
+	(instance "none" "Vdd"
+		(device "VOLTAGE_SOURCE")
+		(value "DC 3.3V")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "Vdd1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+	(instance "none" "V1"
+		(device "vpulse")
+		(value "pulse 3.3 0 1u 10p 10p 1.25u 2.5u")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "i")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+	(instance "unknown" "Rt"
+		(device "RESISTOR")
+		(value "1k")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "1"
+			(net "p")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "m")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+	)
+	(instance "unknown" "Rb"
+		(device "RESISTOR")
+		(value "5.6k")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "1"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "LVH")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+	)
+	(instance "unknown" "M1"
+		(device "PMOS_TRANSISTOR")
+		(value "PMOS_TRANSISTOR")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "G"
+			(net "LVH")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "G")
+			(gate "")
+		)
+		(pin "D"
+			(net "LVH")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "D")
+			(gate "")
+		)
+		(pin "B"
+			(net "Vdd1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "B")
+			(gate "")
+		)
+		(pin "S"
+			(net "Vdd1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "S")
+			(gate "")
+		)
+	)
+	(instance "unknown" "X1"
+		(device "LVD")
+		(value "LVD")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "7"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "7")
+			(gate "")
+		)
+		(pin "6"
+			(net "Vdd1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "6")
+			(gate "")
+		)
+		(pin "2"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "3"
+			(net "LVH")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "3")
+			(gate "")
+		)
+		(pin "1"
+			(net "i")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "5"
+			(net "p")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "5")
+			(gate "")
+		)
+		(pin "4"
+			(net "m")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "4")
+			(gate "")
+		)
+	)
+)
+(layers
+	(layer "Copper Bottom"
+		(routable "1")
+		(type "Signal")
+	)
+	(layer "Copper Top"
+		(routable "1")
+		(type "Signal")
+	)
+)
diff --git a/gnetlist/tests/common/outputs/ewnet/JD_Sort.retcode b/gnetlist/tests/common/outputs/ewnet/JD_Sort.retcode
new file mode 100644
index 0000000..573541a
--- /dev/null
+++ b/gnetlist/tests/common/outputs/ewnet/JD_Sort.retcode
@@ -0,0 +1 @@
+0
diff --git a/gnetlist/tests/common/outputs/ewnet/JD_Sort_nomunge-output.net b/gnetlist/tests/common/outputs/ewnet/JD_Sort_nomunge-output.net
new file mode 100644
index 0000000..93471c3
--- /dev/null
+++ b/gnetlist/tests/common/outputs/ewnet/JD_Sort_nomunge-output.net
@@ -0,0 +1,445 @@
+(ToolInfo
+	(netlist "ULTIboard" 7 0 0)
+	(tool "Multisim" 7 0 0)
+	(timestamp "15:19:8" "9-6-2006")
+	(version 3 0 0)
+	(gateswap 2)
+	(pinswap 1)
+	(crossprobe {D6EE9C01-C93E-4246-9BC1-214A35C4954C})
+	(units Mil)
+)
+(nets
+	( net "Vdd1"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "GND"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "LVH"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "i"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "p"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "m"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+)
+(components
+	(instance "unknown" "A1"
+		(device "model")
+		(value "model")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+	)
+	(instance "unknown" "Cm"
+		(device "CAPACITOR")
+		(value "20p")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "m")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+	(instance "unknown" "Cp"
+		(device "CAPACITOR")
+		(value "20p")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "p")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+	(instance "unknown" "Rlp"
+		(device "RESISTOR")
+		(value "1meg")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "1"
+			(net "p")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "Vdd1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+	)
+	(instance "unknown" "Rlm"
+		(device "RESISTOR")
+		(value "500k")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "1"
+			(net "m")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+	)
+	(instance "none" "Vdd"
+		(device "VOLTAGE_SOURCE")
+		(value "DC 3.3V")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "Vdd1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+	(instance "none" "V1"
+		(device "vpulse")
+		(value "pulse 3.3 0 1u 10p 10p 1.25u 2.5u")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "i")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+	(instance "unknown" "Rt"
+		(device "RESISTOR")
+		(value "1k")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "1"
+			(net "p")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "m")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+	)
+	(instance "unknown" "Rb"
+		(device "RESISTOR")
+		(value "5.6k")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "1"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "LVH")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+	)
+	(instance "unknown" "M1"
+		(device "PMOS_TRANSISTOR")
+		(value "PMOS_TRANSISTOR")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "G"
+			(net "LVH")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "G")
+			(gate "")
+		)
+		(pin "D"
+			(net "LVH")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "D")
+			(gate "")
+		)
+		(pin "B"
+			(net "Vdd1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "B")
+			(gate "")
+		)
+		(pin "S"
+			(net "Vdd1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "S")
+			(gate "")
+		)
+	)
+	(instance "unknown" "X1"
+		(device "LVD")
+		(value "LVD")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "7"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "7")
+			(gate "")
+		)
+		(pin "6"
+			(net "Vdd1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "6")
+			(gate "")
+		)
+		(pin "2"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "3"
+			(net "LVH")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "3")
+			(gate "")
+		)
+		(pin "1"
+			(net "i")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "5"
+			(net "p")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "5")
+			(gate "")
+		)
+		(pin "4"
+			(net "m")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "4")
+			(gate "")
+		)
+	)
+)
+(layers
+	(layer "Copper Bottom"
+		(routable "1")
+		(type "Signal")
+	)
+	(layer "Copper Top"
+		(routable "1")
+		(type "Signal")
+	)
+)
diff --git a/gnetlist/tests/common/outputs/ewnet/JD_Sort_nomunge.retcode b/gnetlist/tests/common/outputs/ewnet/JD_Sort_nomunge.retcode
new file mode 100644
index 0000000..573541a
--- /dev/null
+++ b/gnetlist/tests/common/outputs/ewnet/JD_Sort_nomunge.retcode
@@ -0,0 +1 @@
+0
diff --git a/gnetlist/tests/common/outputs/ewnet/JD_nomunge-output.net b/gnetlist/tests/common/outputs/ewnet/JD_nomunge-output.net
new file mode 100644
index 0000000..93471c3
--- /dev/null
+++ b/gnetlist/tests/common/outputs/ewnet/JD_nomunge-output.net
@@ -0,0 +1,445 @@
+(ToolInfo
+	(netlist "ULTIboard" 7 0 0)
+	(tool "Multisim" 7 0 0)
+	(timestamp "15:19:8" "9-6-2006")
+	(version 3 0 0)
+	(gateswap 2)
+	(pinswap 1)
+	(crossprobe {D6EE9C01-C93E-4246-9BC1-214A35C4954C})
+	(units Mil)
+)
+(nets
+	( net "Vdd1"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "GND"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "LVH"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "i"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "p"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "m"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+)
+(components
+	(instance "unknown" "A1"
+		(device "model")
+		(value "model")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+	)
+	(instance "unknown" "Cm"
+		(device "CAPACITOR")
+		(value "20p")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "m")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+	(instance "unknown" "Cp"
+		(device "CAPACITOR")
+		(value "20p")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "p")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+	(instance "unknown" "Rlp"
+		(device "RESISTOR")
+		(value "1meg")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "1"
+			(net "p")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "Vdd1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+	)
+	(instance "unknown" "Rlm"
+		(device "RESISTOR")
+		(value "500k")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "1"
+			(net "m")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+	)
+	(instance "none" "Vdd"
+		(device "VOLTAGE_SOURCE")
+		(value "DC 3.3V")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "Vdd1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+	(instance "none" "V1"
+		(device "vpulse")
+		(value "pulse 3.3 0 1u 10p 10p 1.25u 2.5u")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "i")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+	(instance "unknown" "Rt"
+		(device "RESISTOR")
+		(value "1k")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "1"
+			(net "p")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "m")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+	)
+	(instance "unknown" "Rb"
+		(device "RESISTOR")
+		(value "5.6k")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "1"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "LVH")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+	)
+	(instance "unknown" "M1"
+		(device "PMOS_TRANSISTOR")
+		(value "PMOS_TRANSISTOR")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "G"
+			(net "LVH")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "G")
+			(gate "")
+		)
+		(pin "D"
+			(net "LVH")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "D")
+			(gate "")
+		)
+		(pin "B"
+			(net "Vdd1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "B")
+			(gate "")
+		)
+		(pin "S"
+			(net "Vdd1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "S")
+			(gate "")
+		)
+	)
+	(instance "unknown" "X1"
+		(device "LVD")
+		(value "LVD")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "7"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "7")
+			(gate "")
+		)
+		(pin "6"
+			(net "Vdd1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "6")
+			(gate "")
+		)
+		(pin "2"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "3"
+			(net "LVH")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "3")
+			(gate "")
+		)
+		(pin "1"
+			(net "i")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "5"
+			(net "p")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "5")
+			(gate "")
+		)
+		(pin "4"
+			(net "m")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "4")
+			(gate "")
+		)
+	)
+)
+(layers
+	(layer "Copper Bottom"
+		(routable "1")
+		(type "Signal")
+	)
+	(layer "Copper Top"
+		(routable "1")
+		(type "Signal")
+	)
+)
diff --git a/gnetlist/tests/common/outputs/ewnet/JD_nomunge.retcode b/gnetlist/tests/common/outputs/ewnet/JD_nomunge.retcode
new file mode 100644
index 0000000..573541a
--- /dev/null
+++ b/gnetlist/tests/common/outputs/ewnet/JD_nomunge.retcode
@@ -0,0 +1 @@
+0
diff --git a/gnetlist/tests/common/outputs/ewnet/SlottedOpamps-output.net b/gnetlist/tests/common/outputs/ewnet/SlottedOpamps-output.net
new file mode 100644
index 0000000..5bb886c
--- /dev/null
+++ b/gnetlist/tests/common/outputs/ewnet/SlottedOpamps-output.net
@@ -0,0 +1,257 @@
+(ToolInfo
+	(netlist "ULTIboard" 7 0 0)
+	(tool "Multisim" 7 0 0)
+	(timestamp "15:19:8" "9-6-2006")
+	(version 3 0 0)
+	(gateswap 2)
+	(pinswap 1)
+	(crossprobe {D6EE9C01-C93E-4246-9BC1-214A35C4954C})
+	(units Mil)
+)
+(nets
+	( net "minusin_slot4_pin13_b"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "plusin_slot4_pin12_a"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "minusin_slot3_pin_b"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "plusin_slot3_pin10_a"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "minusin_slot2_pin6_b"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "plusin_slot2_pin5_a"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "samenet_output_c"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "minusin_slot1_pin_b"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "plusin_slot1_pin3_a"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+)
+(components
+	(instance "unknown" "U1"
+		(device "LM324")
+		(value "LM324")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "14"
+			(net "samenet_output_c")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "14")
+			(gate "")
+		)
+		(pin "13"
+			(net "minusin_slot4_pin13_b")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "13")
+			(gate "")
+		)
+		(pin "12"
+			(net "plusin_slot4_pin12_a")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "12")
+			(gate "")
+		)
+		(pin "8"
+			(net "samenet_output_c")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "8")
+			(gate "")
+		)
+		(pin "9"
+			(net "minusin_slot3_pin_b")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "9")
+			(gate "")
+		)
+		(pin "10"
+			(net "plusin_slot3_pin10_a")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "10")
+			(gate "")
+		)
+		(pin "7"
+			(net "samenet_output_c")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "7")
+			(gate "")
+		)
+		(pin "6"
+			(net "minusin_slot2_pin6_b")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "6")
+			(gate "")
+		)
+		(pin "5"
+			(net "plusin_slot2_pin5_a")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "5")
+			(gate "")
+		)
+		(pin "1"
+			(net "samenet_output_c")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "minusin_slot1_pin_b")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "3"
+			(net "plusin_slot1_pin3_a")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "3")
+			(gate "")
+		)
+	)
+)
+(layers
+	(layer "Copper Bottom"
+		(routable "1")
+		(type "Signal")
+	)
+	(layer "Copper Top"
+		(routable "1")
+		(type "Signal")
+	)
+)
diff --git a/gnetlist/tests/common/outputs/ewnet/SlottedOpamps.retcode b/gnetlist/tests/common/outputs/ewnet/SlottedOpamps.retcode
new file mode 100644
index 0000000..573541a
--- /dev/null
+++ b/gnetlist/tests/common/outputs/ewnet/SlottedOpamps.retcode
@@ -0,0 +1 @@
+0
diff --git a/gnetlist/tests/common/outputs/ewnet/TwoStageAmp-output.net b/gnetlist/tests/common/outputs/ewnet/TwoStageAmp-output.net
new file mode 100644
index 0000000..ff329c6
--- /dev/null
+++ b/gnetlist/tests/common/outputs/ewnet/TwoStageAmp-output.net
@@ -0,0 +1,781 @@
+(ToolInfo
+	(netlist "ULTIboard" 7 0 0)
+	(tool "Multisim" 7 0 0)
+	(timestamp "15:19:8" "9-6-2006")
+	(version 3 0 0)
+	(gateswap 2)
+	(pinswap 1)
+	(crossprobe {D6EE9C01-C93E-4246-9BC1-214A35C4954C})
+	(units Mil)
+)
+(nets
+	( net "unnamed_net2"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "Vbase2"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "Vem2"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "Vout"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "VColl2"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "GND"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "Vcc"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "Vin"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net1"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "Vbase1"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "Vem1"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "Vcoll1"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+)
+(components
+	(instance "unknown" "C2"
+		(device "CAPACITOR")
+		(value "2.2uF")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "Vbase2")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net2")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+	(instance "unknown" "R4"
+		(device "RESISTOR")
+		(value "2.8K")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "1"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "Vbase2")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+	)
+	(instance "unknown" "R3"
+		(device "RESISTOR")
+		(value "28K")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "1"
+			(net "Vbase2")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "Vcc")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+	)
+	(instance "unknown" "R8"
+		(device "RESISTOR")
+		(value "1")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "1"
+			(net "Vcoll1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net2")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+	)
+	(instance "unknown" "CE2"
+		(device "CAPACITOR")
+		(value "1pF")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "Vem2")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+	(instance "unknown" "RE2"
+		(device "RESISTOR")
+		(value "100")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "1"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "Vem2")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+	)
+	(instance "unknown" "RC1"
+		(device "RESISTOR")
+		(value "3.3K")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "1"
+			(net "Vcoll1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "Vcc")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+	)
+	(instance "unknown" "Q2"
+		(device "NPN_TRANSISTOR")
+		(value "NPN_TRANSISTOR")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "Vbase2")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "Vem2")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "3"
+			(net "VColl2")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "3")
+			(gate "")
+		)
+	)
+	(instance "unknown" "C1"
+		(device "CAPACITOR")
+		(value "2.2uF")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "Vbase1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+	(instance "unknown" "A3"
+		(device "directive")
+		(value ".options TEMP=25")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+	)
+	(instance "unknown" "A2"
+		(device "include")
+		(value "include")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+	)
+	(instance "unknown" "A1"
+		(device "model")
+		(value "model")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+	)
+	(instance "none" "VCC"
+		(device "VOLTAGE_SOURCE")
+		(value "DC 15V")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "Vcc")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+	(instance "none" "Vinput"
+		(device "vsin")
+		(value "DC 1.6V AC 10MV SIN(0 1MV 1KHZ)")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "Vin")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+	(instance "unknown" "CE1"
+		(device "CAPACITOR")
+		(value "1pF")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "Vem1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+	(instance "unknown" "Cout"
+		(device "CAPACITOR")
+		(value "2.2uF")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "Vout")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "VColl2")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+	(instance "unknown" "RL"
+		(device "RESISTOR")
+		(value "100K")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "1"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "Vout")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+	)
+	(instance "unknown" "RC2"
+		(device "RESISTOR")
+		(value "1K")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "1"
+			(net "VColl2")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "Vcc")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+	)
+	(instance "unknown" "RE1"
+		(device "RESISTOR")
+		(value "100")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "1"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "Vem1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+	)
+	(instance "unknown" "R2"
+		(device "RESISTOR")
+		(value "2K")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "1"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "Vbase1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+	)
+	(instance "unknown" "R1"
+		(device "RESISTOR")
+		(value "28K")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "1"
+			(net "Vbase1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "Vcc")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+	)
+	(instance "unknown" "R5"
+		(device "RESISTOR")
+		(value "10")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "1"
+			(net "Vin")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+	)
+	(instance "unknown" "Q1"
+		(device "NPN_TRANSISTOR")
+		(value "NPN_TRANSISTOR")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "Vbase1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "Vem1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "3"
+			(net "Vcoll1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "3")
+			(gate "")
+		)
+	)
+)
+(layers
+	(layer "Copper Bottom"
+		(routable "1")
+		(type "Signal")
+	)
+	(layer "Copper Top"
+		(routable "1")
+		(type "Signal")
+	)
+)
diff --git a/gnetlist/tests/common/outputs/ewnet/TwoStageAmp.retcode b/gnetlist/tests/common/outputs/ewnet/TwoStageAmp.retcode
new file mode 100644
index 0000000..573541a
--- /dev/null
+++ b/gnetlist/tests/common/outputs/ewnet/TwoStageAmp.retcode
@@ -0,0 +1 @@
+0
diff --git a/gnetlist/tests/common/outputs/ewnet/TwoStageAmp_Include-output.net b/gnetlist/tests/common/outputs/ewnet/TwoStageAmp_Include-output.net
new file mode 100644
index 0000000..ff329c6
--- /dev/null
+++ b/gnetlist/tests/common/outputs/ewnet/TwoStageAmp_Include-output.net
@@ -0,0 +1,781 @@
+(ToolInfo
+	(netlist "ULTIboard" 7 0 0)
+	(tool "Multisim" 7 0 0)
+	(timestamp "15:19:8" "9-6-2006")
+	(version 3 0 0)
+	(gateswap 2)
+	(pinswap 1)
+	(crossprobe {D6EE9C01-C93E-4246-9BC1-214A35C4954C})
+	(units Mil)
+)
+(nets
+	( net "unnamed_net2"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "Vbase2"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "Vem2"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "Vout"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "VColl2"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "GND"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "Vcc"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "Vin"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net1"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "Vbase1"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "Vem1"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "Vcoll1"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+)
+(components
+	(instance "unknown" "C2"
+		(device "CAPACITOR")
+		(value "2.2uF")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "Vbase2")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net2")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+	(instance "unknown" "R4"
+		(device "RESISTOR")
+		(value "2.8K")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "1"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "Vbase2")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+	)
+	(instance "unknown" "R3"
+		(device "RESISTOR")
+		(value "28K")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "1"
+			(net "Vbase2")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "Vcc")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+	)
+	(instance "unknown" "R8"
+		(device "RESISTOR")
+		(value "1")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "1"
+			(net "Vcoll1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net2")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+	)
+	(instance "unknown" "CE2"
+		(device "CAPACITOR")
+		(value "1pF")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "Vem2")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+	(instance "unknown" "RE2"
+		(device "RESISTOR")
+		(value "100")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "1"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "Vem2")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+	)
+	(instance "unknown" "RC1"
+		(device "RESISTOR")
+		(value "3.3K")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "1"
+			(net "Vcoll1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "Vcc")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+	)
+	(instance "unknown" "Q2"
+		(device "NPN_TRANSISTOR")
+		(value "NPN_TRANSISTOR")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "Vbase2")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "Vem2")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "3"
+			(net "VColl2")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "3")
+			(gate "")
+		)
+	)
+	(instance "unknown" "C1"
+		(device "CAPACITOR")
+		(value "2.2uF")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "Vbase1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+	(instance "unknown" "A3"
+		(device "directive")
+		(value ".options TEMP=25")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+	)
+	(instance "unknown" "A2"
+		(device "include")
+		(value "include")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+	)
+	(instance "unknown" "A1"
+		(device "model")
+		(value "model")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+	)
+	(instance "none" "VCC"
+		(device "VOLTAGE_SOURCE")
+		(value "DC 15V")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "Vcc")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+	(instance "none" "Vinput"
+		(device "vsin")
+		(value "DC 1.6V AC 10MV SIN(0 1MV 1KHZ)")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "Vin")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+	(instance "unknown" "CE1"
+		(device "CAPACITOR")
+		(value "1pF")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "Vem1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+	(instance "unknown" "Cout"
+		(device "CAPACITOR")
+		(value "2.2uF")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "Vout")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "VColl2")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+	(instance "unknown" "RL"
+		(device "RESISTOR")
+		(value "100K")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "1"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "Vout")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+	)
+	(instance "unknown" "RC2"
+		(device "RESISTOR")
+		(value "1K")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "1"
+			(net "VColl2")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "Vcc")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+	)
+	(instance "unknown" "RE1"
+		(device "RESISTOR")
+		(value "100")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "1"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "Vem1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+	)
+	(instance "unknown" "R2"
+		(device "RESISTOR")
+		(value "2K")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "1"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "Vbase1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+	)
+	(instance "unknown" "R1"
+		(device "RESISTOR")
+		(value "28K")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "1"
+			(net "Vbase1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "Vcc")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+	)
+	(instance "unknown" "R5"
+		(device "RESISTOR")
+		(value "10")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "1"
+			(net "Vin")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+	)
+	(instance "unknown" "Q1"
+		(device "NPN_TRANSISTOR")
+		(value "NPN_TRANSISTOR")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "Vbase1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "Vem1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "3"
+			(net "Vcoll1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "3")
+			(gate "")
+		)
+	)
+)
+(layers
+	(layer "Copper Bottom"
+		(routable "1")
+		(type "Signal")
+	)
+	(layer "Copper Top"
+		(routable "1")
+		(type "Signal")
+	)
+)
diff --git a/gnetlist/tests/common/outputs/ewnet/TwoStageAmp_Include.retcode b/gnetlist/tests/common/outputs/ewnet/TwoStageAmp_Include.retcode
new file mode 100644
index 0000000..573541a
--- /dev/null
+++ b/gnetlist/tests/common/outputs/ewnet/TwoStageAmp_Include.retcode
@@ -0,0 +1 @@
+0
diff --git a/gnetlist/tests/common/outputs/ewnet/TwoStageAmp_Sort-output.net b/gnetlist/tests/common/outputs/ewnet/TwoStageAmp_Sort-output.net
new file mode 100644
index 0000000..ff329c6
--- /dev/null
+++ b/gnetlist/tests/common/outputs/ewnet/TwoStageAmp_Sort-output.net
@@ -0,0 +1,781 @@
+(ToolInfo
+	(netlist "ULTIboard" 7 0 0)
+	(tool "Multisim" 7 0 0)
+	(timestamp "15:19:8" "9-6-2006")
+	(version 3 0 0)
+	(gateswap 2)
+	(pinswap 1)
+	(crossprobe {D6EE9C01-C93E-4246-9BC1-214A35C4954C})
+	(units Mil)
+)
+(nets
+	( net "unnamed_net2"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "Vbase2"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "Vem2"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "Vout"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "VColl2"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "GND"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "Vcc"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "Vin"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net1"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "Vbase1"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "Vem1"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "Vcoll1"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+)
+(components
+	(instance "unknown" "C2"
+		(device "CAPACITOR")
+		(value "2.2uF")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "Vbase2")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net2")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+	(instance "unknown" "R4"
+		(device "RESISTOR")
+		(value "2.8K")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "1"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "Vbase2")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+	)
+	(instance "unknown" "R3"
+		(device "RESISTOR")
+		(value "28K")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "1"
+			(net "Vbase2")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "Vcc")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+	)
+	(instance "unknown" "R8"
+		(device "RESISTOR")
+		(value "1")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "1"
+			(net "Vcoll1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net2")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+	)
+	(instance "unknown" "CE2"
+		(device "CAPACITOR")
+		(value "1pF")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "Vem2")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+	(instance "unknown" "RE2"
+		(device "RESISTOR")
+		(value "100")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "1"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "Vem2")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+	)
+	(instance "unknown" "RC1"
+		(device "RESISTOR")
+		(value "3.3K")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "1"
+			(net "Vcoll1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "Vcc")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+	)
+	(instance "unknown" "Q2"
+		(device "NPN_TRANSISTOR")
+		(value "NPN_TRANSISTOR")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "Vbase2")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "Vem2")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "3"
+			(net "VColl2")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "3")
+			(gate "")
+		)
+	)
+	(instance "unknown" "C1"
+		(device "CAPACITOR")
+		(value "2.2uF")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "Vbase1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+	(instance "unknown" "A3"
+		(device "directive")
+		(value ".options TEMP=25")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+	)
+	(instance "unknown" "A2"
+		(device "include")
+		(value "include")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+	)
+	(instance "unknown" "A1"
+		(device "model")
+		(value "model")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+	)
+	(instance "none" "VCC"
+		(device "VOLTAGE_SOURCE")
+		(value "DC 15V")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "Vcc")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+	(instance "none" "Vinput"
+		(device "vsin")
+		(value "DC 1.6V AC 10MV SIN(0 1MV 1KHZ)")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "Vin")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+	(instance "unknown" "CE1"
+		(device "CAPACITOR")
+		(value "1pF")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "Vem1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+	(instance "unknown" "Cout"
+		(device "CAPACITOR")
+		(value "2.2uF")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "Vout")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "VColl2")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+	(instance "unknown" "RL"
+		(device "RESISTOR")
+		(value "100K")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "1"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "Vout")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+	)
+	(instance "unknown" "RC2"
+		(device "RESISTOR")
+		(value "1K")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "1"
+			(net "VColl2")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "Vcc")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+	)
+	(instance "unknown" "RE1"
+		(device "RESISTOR")
+		(value "100")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "1"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "Vem1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+	)
+	(instance "unknown" "R2"
+		(device "RESISTOR")
+		(value "2K")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "1"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "Vbase1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+	)
+	(instance "unknown" "R1"
+		(device "RESISTOR")
+		(value "28K")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "1"
+			(net "Vbase1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "Vcc")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+	)
+	(instance "unknown" "R5"
+		(device "RESISTOR")
+		(value "10")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "1"
+			(net "Vin")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+	)
+	(instance "unknown" "Q1"
+		(device "NPN_TRANSISTOR")
+		(value "NPN_TRANSISTOR")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "Vbase1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "Vem1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "3"
+			(net "Vcoll1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "3")
+			(gate "")
+		)
+	)
+)
+(layers
+	(layer "Copper Bottom"
+		(routable "1")
+		(type "Signal")
+	)
+	(layer "Copper Top"
+		(routable "1")
+		(type "Signal")
+	)
+)
diff --git a/gnetlist/tests/common/outputs/ewnet/TwoStageAmp_Sort.retcode b/gnetlist/tests/common/outputs/ewnet/TwoStageAmp_Sort.retcode
new file mode 100644
index 0000000..573541a
--- /dev/null
+++ b/gnetlist/tests/common/outputs/ewnet/TwoStageAmp_Sort.retcode
@@ -0,0 +1 @@
+0
diff --git a/gnetlist/tests/common/outputs/ewnet/cascade-output.net b/gnetlist/tests/common/outputs/ewnet/cascade-output.net
new file mode 100644
index 0000000..cfb6f81
--- /dev/null
+++ b/gnetlist/tests/common/outputs/ewnet/cascade-output.net
@@ -0,0 +1,322 @@
+(ToolInfo
+	(netlist "ULTIboard" 7 0 0)
+	(tool "Multisim" 7 0 0)
+	(timestamp "15:19:8" "9-6-2006")
+	(version 3 0 0)
+	(gateswap 2)
+	(pinswap 1)
+	(crossprobe {D6EE9C01-C93E-4246-9BC1-214A35C4954C})
+	(units Mil)
+)
+(nets
+	( net "unnamed_net6"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net5"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net4"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net3"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net2"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net1"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "GND"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+)
+(components
+	(instance "none" "AMP2"
+		(device "cascade-amp")
+		(value "cascade-amp")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "#f")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net6")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+	(instance "none" "T1"
+		(device "cascade-transformer")
+		(value "cascade-transformer")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "unnamed_net6")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net5")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+	(instance "none" "MX1"
+		(device "cascade-mixer")
+		(value "cascade-mixer")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "unnamed_net5")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net4")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+	(instance "none" "FL1"
+		(device "cascade-filter")
+		(value "cascade-filter")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "unnamed_net4")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net3")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+	(instance "none" "DEF1"
+		(device "cascade-defaults")
+		(value "cascade-defaults")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "unnamed_net3")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net2")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+	(instance "none" "AMP1"
+		(device "cascade-amp")
+		(value "cascade-amp")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "unnamed_net2")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+	(instance "none" "SOURCE"
+		(device "cascade-source")
+		(value "cascade-source")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "1"
+			(net "unnamed_net1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+	(instance "unknown" "DEFAULTS"
+		(device "cascade-defaults-top")
+		(value "cascade-defaults-top")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "unknown"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+)
+(layers
+	(layer "Copper Bottom"
+		(routable "1")
+		(type "Signal")
+	)
+	(layer "Copper Top"
+		(routable "1")
+		(type "Signal")
+	)
+)
diff --git a/gnetlist/tests/common/outputs/ewnet/cascade.retcode b/gnetlist/tests/common/outputs/ewnet/cascade.retcode
new file mode 100644
index 0000000..573541a
--- /dev/null
+++ b/gnetlist/tests/common/outputs/ewnet/cascade.retcode
@@ -0,0 +1 @@
+0
diff --git a/gnetlist/tests/common/outputs/ewnet/multiequal-output.net b/gnetlist/tests/common/outputs/ewnet/multiequal-output.net
new file mode 100644
index 0000000..cab1af0
--- /dev/null
+++ b/gnetlist/tests/common/outputs/ewnet/multiequal-output.net
@@ -0,0 +1,117 @@
+(ToolInfo
+	(netlist "ULTIboard" 7 0 0)
+	(tool "Multisim" 7 0 0)
+	(timestamp "15:19:8" "9-6-2006")
+	(version 3 0 0)
+	(gateswap 2)
+	(pinswap 1)
+	(crossprobe {D6EE9C01-C93E-4246-9BC1-214A35C4954C})
+	(units Mil)
+)
+(nets
+	( net "GND"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net1"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+)
+(components
+	(instance "none" "V1"
+		(device "VOLTAGE_SOURCE")
+		(value "DC 1V")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+	(instance "unknown" "R1"
+		(device "RESISTOR")
+		(value "20")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "1"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+	)
+	(instance "unknown" "A1"
+		(device "options")
+		(value "abotol=1e-11")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+	)
+)
+(layers
+	(layer "Copper Bottom"
+		(routable "1")
+		(type "Signal")
+	)
+	(layer "Copper Top"
+		(routable "1")
+		(type "Signal")
+	)
+)
diff --git a/gnetlist/tests/common/outputs/ewnet/multiequal.retcode b/gnetlist/tests/common/outputs/ewnet/multiequal.retcode
new file mode 100644
index 0000000..573541a
--- /dev/null
+++ b/gnetlist/tests/common/outputs/ewnet/multiequal.retcode
@@ -0,0 +1 @@
+0
diff --git a/gnetlist/tests/common/outputs/ewnet/netattrib-output.net b/gnetlist/tests/common/outputs/ewnet/netattrib-output.net
new file mode 100644
index 0000000..1301bff
--- /dev/null
+++ b/gnetlist/tests/common/outputs/ewnet/netattrib-output.net
@@ -0,0 +1,266 @@
+(ToolInfo
+	(netlist "ULTIboard" 7 0 0)
+	(tool "Multisim" 7 0 0)
+	(timestamp "15:19:8" "9-6-2006")
+	(version 3 0 0)
+	(gateswap 2)
+	(pinswap 1)
+	(crossprobe {D6EE9C01-C93E-4246-9BC1-214A35C4954C})
+	(units Mil)
+)
+(nets
+	( net "unnamed_net1"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "netattrib"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "GND"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "Vcc"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "one"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+)
+(components
+	(instance "unknown" "F1"
+		(device "FUSE")
+		(value "FUSE")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "#f")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "one")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+	(instance "DIP14" "U300"
+		(device "7404")
+		(value "7404")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "unknown"
+			(net "Vcc")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "14")
+			(gate "")
+		)
+		(pin "unknown"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "7")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "one")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+	(instance "DIP14" "U200"
+		(device "7404")
+		(value "7404")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "unknown"
+			(net "Vcc")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "14")
+			(gate "")
+		)
+		(pin "unknown"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "7")
+			(gate "")
+		)
+		(pin "2"
+			(net "netattrib")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "one")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+	(instance "DIP14" "U100"
+		(device "7400")
+		(value "7400")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "unknown"
+			(net "netattrib")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "5")
+			(gate "")
+		)
+		(pin "unknown"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "7")
+			(gate "")
+		)
+		(pin "unknown"
+			(net "Vcc")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "14")
+			(gate "")
+		)
+		(pin "1"
+			(net "#f")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "#f")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "3"
+			(net "one")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "3")
+			(gate "")
+		)
+	)
+)
+(layers
+	(layer "Copper Bottom"
+		(routable "1")
+		(type "Signal")
+	)
+	(layer "Copper Top"
+		(routable "1")
+		(type "Signal")
+	)
+)
diff --git a/gnetlist/tests/common/outputs/ewnet/netattrib.retcode b/gnetlist/tests/common/outputs/ewnet/netattrib.retcode
new file mode 100644
index 0000000..573541a
--- /dev/null
+++ b/gnetlist/tests/common/outputs/ewnet/netattrib.retcode
@@ -0,0 +1 @@
+0
diff --git a/gnetlist/tests/common/outputs/ewnet/powersupply-output.net b/gnetlist/tests/common/outputs/ewnet/powersupply-output.net
new file mode 100644
index 0000000..e4969cc
--- /dev/null
+++ b/gnetlist/tests/common/outputs/ewnet/powersupply-output.net
@@ -0,0 +1,558 @@
+(ToolInfo
+	(netlist "ULTIboard" 7 0 0)
+	(tool "Multisim" 7 0 0)
+	(timestamp "15:19:8" "9-6-2006")
+	(version 3 0 0)
+	(gateswap 2)
+	(pinswap 1)
+	(crossprobe {D6EE9C01-C93E-4246-9BC1-214A35C4954C})
+	(units Mil)
+)
+(nets
+	( net "ten"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "eleven"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "GND"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "one"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "five"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "three"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "two"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "six"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "seven"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "nine"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "eight"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+)
+(components
+	(instance "unknown" "U2"
+		(device "LM317")
+		(value "LM317")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "1"
+			(net "ten")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "3"
+			(net "eight")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "3")
+			(gate "")
+		)
+		(pin "2"
+			(net "eleven")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+	)
+	(instance "unknown" "C4"
+		(device "POLARIZED_CAPACITOR")
+		(value "1uf")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "nine")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "eleven")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+	(instance "unknown" "C3"
+		(device "POLARIZED_CAPACITOR")
+		(value "22uF")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "nine")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "ten")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+	(instance "unknown" "R1"
+		(device "VARIABLE_RESISTOR")
+		(value "5k")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "1"
+			(net "nine")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "ten")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "3"
+			(net "nine")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "3")
+			(gate "")
+		)
+	)
+	(instance "unknown" "C2"
+		(device "POLARIZED_CAPACITOR")
+		(value "0.1uF")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "nine")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "eight")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+	(instance "unknown" "R2"
+		(device "RESISTOR")
+		(value "220")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "1"
+			(net "ten")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "eleven")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+	)
+	(instance "unknown" "C1"
+		(device "POLARIZED_CAPACITOR")
+		(value "2200uF")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "nine")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "eight")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+	(instance "unknown" "S1"
+		(device "SPST")
+		(value "SPST")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "1"
+			(net "one")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "two")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+	)
+	(instance "unknown" "CONN1"
+		(device "MAINS_CONNECTOR")
+		(value "MAINS_CONNECTOR")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "3"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "3")
+			(gate "")
+		)
+		(pin "2"
+			(net "five")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "one")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+	(instance "unknown" "T1"
+		(device "transformer")
+		(value "transformer")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "3"
+			(net "six")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "3")
+			(gate "")
+		)
+		(pin "4"
+			(net "seven")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "4")
+			(gate "")
+		)
+		(pin "1"
+			(net "three")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "five")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+	)
+	(instance "unknown" "F1"
+		(device "FUSE")
+		(value "FUSE")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "three")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "two")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+	(instance "unknown" "U1"
+		(device "DIODE-BRIDGE")
+		(value "DIODE-BRIDGE")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "4"
+			(net "six")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "4")
+			(gate "")
+		)
+		(pin "3"
+			(net "seven")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "3")
+			(gate "")
+		)
+		(pin "2"
+			(net "nine")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "eight")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+)
+(layers
+	(layer "Copper Bottom"
+		(routable "1")
+		(type "Signal")
+	)
+	(layer "Copper Top"
+		(routable "1")
+		(type "Signal")
+	)
+)
diff --git a/gnetlist/tests/common/outputs/ewnet/powersupply.retcode b/gnetlist/tests/common/outputs/ewnet/powersupply.retcode
new file mode 100644
index 0000000..573541a
--- /dev/null
+++ b/gnetlist/tests/common/outputs/ewnet/powersupply.retcode
@@ -0,0 +1 @@
+0
diff --git a/gnetlist/tests/common/outputs/ewnet/singlenet-output.net b/gnetlist/tests/common/outputs/ewnet/singlenet-output.net
new file mode 100644
index 0000000..c1f9424
--- /dev/null
+++ b/gnetlist/tests/common/outputs/ewnet/singlenet-output.net
@@ -0,0 +1,211 @@
+(ToolInfo
+	(netlist "ULTIboard" 7 0 0)
+	(tool "Multisim" 7 0 0)
+	(timestamp "15:19:8" "9-6-2006")
+	(version 3 0 0)
+	(gateswap 2)
+	(pinswap 1)
+	(crossprobe {D6EE9C01-C93E-4246-9BC1-214A35C4954C})
+	(units Mil)
+)
+(nets
+	( net "SING_N_2"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "GND"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "Vcc"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "SING_N"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+)
+(components
+	(instance "DIP14" "U100"
+		(device "7400")
+		(value "7400")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "unknown"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "7")
+			(gate "")
+		)
+		(pin "unknown"
+			(net "Vcc")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "14")
+			(gate "")
+		)
+		(pin "9"
+			(net "SING_N")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "9")
+			(gate "")
+		)
+		(pin "10"
+			(net "SING_N")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "10")
+			(gate "")
+		)
+		(pin "8"
+			(net "SING_N")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "8")
+			(gate "")
+		)
+		(pin "unknown"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "7")
+			(gate "")
+		)
+		(pin "unknown"
+			(net "Vcc")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "14")
+			(gate "")
+		)
+		(pin "1"
+			(net "SING_N_2")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "#f")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "3"
+			(net "SING_N_2")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "3")
+			(gate "")
+		)
+		(pin "unknown"
+			(net "GND")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "7")
+			(gate "")
+		)
+		(pin "unknown"
+			(net "Vcc")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "14")
+			(gate "")
+		)
+		(pin "4"
+			(net "SING_N")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "4")
+			(gate "")
+		)
+		(pin "5"
+			(net "SING_N")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "5")
+			(gate "")
+		)
+		(pin "6"
+			(net "SING_N")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "6")
+			(gate "")
+		)
+	)
+)
+(layers
+	(layer "Copper Bottom"
+		(routable "1")
+		(type "Signal")
+	)
+	(layer "Copper Top"
+		(routable "1")
+		(type "Signal")
+	)
+)
diff --git a/gnetlist/tests/common/outputs/ewnet/singlenet.retcode b/gnetlist/tests/common/outputs/ewnet/singlenet.retcode
new file mode 100644
index 0000000..573541a
--- /dev/null
+++ b/gnetlist/tests/common/outputs/ewnet/singlenet.retcode
@@ -0,0 +1 @@
+0
diff --git a/gnetlist/tests/common/outputs/ewnet/stack-torture-output.net b/gnetlist/tests/common/outputs/ewnet/stack-torture-output.net
new file mode 100644
index 0000000..10a7617
--- /dev/null
+++ b/gnetlist/tests/common/outputs/ewnet/stack-torture-output.net
@@ -0,0 +1,30769 @@
+(ToolInfo
+	(netlist "ULTIboard" 7 0 0)
+	(tool "Multisim" 7 0 0)
+	(timestamp "15:19:8" "9-6-2006")
+	(version 3 0 0)
+	(gateswap 2)
+	(pinswap 1)
+	(crossprobe {D6EE9C01-C93E-4246-9BC1-214A35C4954C})
+	(units Mil)
+)
+(nets
+	( net "unnamed_net1025"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net1024"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net1023"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net1022"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net1021"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net1020"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net1019"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net1018"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net1017"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net1016"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net1015"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net1014"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net1013"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net1012"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net1011"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net1010"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net1009"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net1008"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net1007"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net1006"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net1005"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net1004"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net1003"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net1002"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net1001"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net1000"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net999"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net998"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net997"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net996"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net995"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net994"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net993"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net992"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net991"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net990"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net989"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net988"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net987"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net986"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net985"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net984"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net983"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net982"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net981"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net980"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net979"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net978"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net977"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net976"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net975"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net974"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net973"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net972"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net971"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net970"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net969"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net968"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net967"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net966"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net965"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net964"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net963"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net962"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net961"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net960"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net959"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net958"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net957"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net956"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net955"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net954"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net953"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net952"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net951"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net950"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net949"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net948"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net947"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net946"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net945"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net944"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net943"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net942"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net941"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net940"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net939"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net938"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net937"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net936"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net935"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net934"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net933"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net932"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net931"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net930"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net929"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net928"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net927"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net926"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net925"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net924"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net923"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net922"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net921"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net920"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net919"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net918"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net917"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net916"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net915"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net914"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net913"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net912"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net911"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net910"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net909"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net908"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net907"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net906"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net905"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net904"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net903"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net902"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net901"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net900"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net899"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net898"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net897"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net896"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net895"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net894"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net893"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net892"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net891"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net890"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net889"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net888"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net887"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net886"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net885"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net884"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net883"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net882"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net881"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net880"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net879"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net878"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net877"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net876"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net875"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net874"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net873"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net872"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net871"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net870"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net869"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net868"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net867"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net866"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net865"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net864"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net863"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net862"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net861"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net860"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net859"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net858"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net857"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net856"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net855"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net854"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net853"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net852"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net851"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net850"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net849"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net848"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net847"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net846"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net845"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net844"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net843"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net842"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net841"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net840"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net839"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net838"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net837"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net836"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net835"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net834"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net833"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net832"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net831"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net830"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net829"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net828"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net827"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net826"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net825"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net824"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net823"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net822"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net821"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net820"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net819"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net818"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net817"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net816"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net815"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net814"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net813"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net812"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net811"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net810"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net809"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net808"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net807"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net806"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net805"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net804"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net803"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net802"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net801"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net800"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net799"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net798"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net797"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net796"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net795"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net794"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net793"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net792"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net791"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net790"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net789"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net788"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net787"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net786"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net785"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net784"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net783"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net782"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net781"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net780"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net779"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net778"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net777"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net776"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net775"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net774"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net773"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net772"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net771"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net770"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net769"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net768"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net767"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net766"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net765"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net764"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net763"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net762"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net761"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net760"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net759"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net758"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net757"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net756"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net755"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net754"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net753"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net752"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net751"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net750"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net749"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net748"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net747"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net746"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net745"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net744"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net743"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net742"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net741"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net740"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net739"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net738"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net737"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net736"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net735"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net734"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net733"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net732"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net731"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net730"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net729"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net728"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net727"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net726"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net725"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net724"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net723"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net722"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net721"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net720"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net719"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net718"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net717"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net716"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net715"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net714"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net713"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net712"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net711"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net710"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net709"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net708"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net707"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net706"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net705"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net704"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net703"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net702"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net701"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net700"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net699"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net698"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net697"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net696"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net695"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net694"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net693"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net692"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net691"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net690"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net689"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net688"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net687"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net686"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net685"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net684"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net683"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net682"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net681"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net680"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net679"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net678"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net677"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net676"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net675"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net674"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net673"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net672"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net671"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net670"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net669"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net668"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net667"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net666"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net665"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net664"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net663"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net662"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net661"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net660"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net659"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net658"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net657"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net656"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net655"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net654"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net653"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net652"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net651"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net650"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net649"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net648"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net647"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net646"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net645"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net644"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net643"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net642"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net641"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net640"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net639"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net638"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net637"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net636"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net635"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net634"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net633"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net632"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net631"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net630"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net629"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net628"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net627"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net626"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net625"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net624"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net623"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net622"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net621"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net620"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net619"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net618"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net617"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net616"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net615"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net614"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net613"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net612"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net611"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net610"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net609"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net608"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net607"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net606"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net605"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net604"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net603"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net602"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net601"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net600"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net599"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net598"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net597"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net596"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net595"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net594"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net593"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net592"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net591"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net590"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net589"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net588"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net587"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net586"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net585"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net584"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net583"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net582"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net581"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net580"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net579"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net578"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net577"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net576"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net575"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net574"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net573"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net572"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net571"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net570"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net569"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net568"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net567"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net566"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net565"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net564"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net563"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net562"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net561"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net560"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net559"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net558"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net557"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net556"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net555"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net554"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net553"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net552"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net551"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net550"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net549"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net548"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net547"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net546"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net545"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net544"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net543"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net542"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net541"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net540"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net539"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net538"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net537"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net536"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net535"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net534"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net533"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net532"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net531"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net530"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net529"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net528"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net527"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net526"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net525"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net524"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net523"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net522"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net521"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net520"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net519"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net518"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net517"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net516"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net515"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net514"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net513"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net512"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net511"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net510"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net509"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net508"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net507"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net506"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net505"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net504"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net503"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net502"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net501"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net500"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net499"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net498"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net497"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net496"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net495"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net494"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net493"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net492"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net491"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net490"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net489"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net488"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net487"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net486"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net485"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net484"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net483"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net482"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net481"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net480"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net479"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net478"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net477"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net476"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net475"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net474"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net473"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net472"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net471"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net470"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net469"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net468"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net467"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net466"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net465"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net464"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net463"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net462"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net461"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net460"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net459"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net458"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net457"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net456"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net455"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net454"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net453"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net452"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net451"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net450"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net449"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net448"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net447"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net446"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net445"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net444"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net443"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net442"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net441"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net440"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net439"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net438"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net437"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net436"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net435"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net434"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net433"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net432"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net431"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net430"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net429"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net428"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net427"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net426"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net425"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net424"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net423"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net422"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net421"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net420"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net419"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net418"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net417"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net416"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net415"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net414"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net413"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net412"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net411"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net410"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net409"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net408"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net407"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net406"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net405"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net404"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net403"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net402"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net401"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net400"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net399"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net398"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net397"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net396"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net395"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net394"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net393"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net392"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net391"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net390"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net389"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net388"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net387"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net386"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net385"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net384"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net383"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net382"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net381"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net380"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net379"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net378"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net377"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net376"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net375"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net374"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net373"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net372"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net371"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net370"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net369"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net368"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net367"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net366"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net365"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net364"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net363"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net362"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net361"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net360"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net359"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net358"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net357"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net356"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net355"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net354"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net353"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net352"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net351"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net350"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net349"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net348"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net347"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net346"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net345"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net344"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net343"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net342"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net341"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net340"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net339"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net338"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net337"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net336"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net335"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net334"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net333"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net332"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net331"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net330"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net329"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net328"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net327"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net326"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net325"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net324"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net323"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net322"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net321"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net320"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net319"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net318"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net317"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net316"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net315"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net314"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net313"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net312"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net311"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net310"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net309"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net308"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net307"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net306"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net305"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net304"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net303"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net302"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net301"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net300"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net299"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net298"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net297"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net296"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net295"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net294"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net293"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net292"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net291"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net290"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net289"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net288"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net287"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net286"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net285"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net284"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net283"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net282"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net281"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net280"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net279"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net278"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net277"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net276"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net275"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net274"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net273"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net272"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net271"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net270"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net269"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net268"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net267"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net266"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net265"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net264"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net263"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net262"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net261"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net260"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net259"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net258"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net257"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net256"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net255"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net254"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net253"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net252"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net251"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net250"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net249"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net248"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net247"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net246"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net245"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net244"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net243"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net242"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net241"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net240"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net239"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net238"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net237"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net236"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net235"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net234"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net233"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net232"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net231"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net230"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net229"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net228"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net227"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net226"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net225"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net224"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net223"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net222"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net221"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net220"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net219"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net218"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net217"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net216"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net215"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net214"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net213"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net212"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net211"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net210"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net209"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net208"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net207"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net206"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net205"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net204"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net203"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net202"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net201"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net200"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net199"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net198"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net197"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net196"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net195"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net194"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net193"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net192"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net191"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net190"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net189"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net188"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net187"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net186"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net185"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net184"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net183"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net182"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net181"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net180"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net179"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net178"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net177"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net176"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net175"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net174"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net173"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net172"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net171"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net170"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net169"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net168"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net167"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net166"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net165"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net164"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net163"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net162"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net161"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net160"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net159"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net158"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net157"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net156"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net155"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net154"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net153"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net152"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net151"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net150"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net149"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net148"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net147"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net146"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net145"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net144"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net143"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net142"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net141"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net140"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net139"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net138"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net137"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net136"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net135"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net134"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net133"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net132"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net131"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net130"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net129"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net128"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net127"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net126"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net125"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net124"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net123"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net122"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net121"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net120"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net119"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net118"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net117"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net116"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net115"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net114"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net113"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net112"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net111"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net110"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net109"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net108"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net107"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net106"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net105"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net104"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net103"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net102"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net101"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net100"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net99"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net98"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net97"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net96"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net95"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net94"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net93"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net92"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net91"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net90"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net89"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net88"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net87"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net86"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net85"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net84"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net83"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net82"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net81"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net80"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net79"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net78"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net77"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net76"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net75"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net74"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net73"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net72"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net71"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net70"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net69"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net68"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net67"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net66"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net65"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net64"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net63"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net62"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net61"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net60"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net59"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net58"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net57"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net56"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net55"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net54"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net53"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net52"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net51"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net50"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net49"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net48"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net47"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net46"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net45"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net44"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net43"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net42"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net41"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net40"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net39"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net38"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net37"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net36"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net35"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net34"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net33"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net32"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net31"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net30"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net29"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net28"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net27"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net26"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net25"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net24"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net23"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net22"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net21"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net20"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net19"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net18"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net17"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net16"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net15"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net14"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net13"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net12"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net11"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net10"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net9"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net8"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net7"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net6"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net5"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net4"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net3"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net2"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+	( net "unnamed_net1"
+		(trackwidth "-1.00000000e+000")
+		(trackwidth_max "-1.00000000e+000")
+		(trackwidth_min "-1.00000000e+000")
+		(tracklength_max "-1.00000000e+000")
+		(tracklength_min "-1.00000000e+000")
+		(clearance_to_trace "-1.00000000e+000")
+		(clearance_to_pad "-1.00000000e+000")
+		(clearance_to_via "-1.00000000e+000")
+		(clearance_to_copper "-1.00000000e+000")
+		(routing_layer "")
+		(settings_locked "0")
+		(net_group "")
+	)
+)
+(components
+	(instance "unknown" "C?"
+		(device "CAPACITOR")
+		(value "CAPACITOR")
+		(gateswap "0")
+		(pinswap "0")
+		(component_space "0.00000000e+000")
+		(component_group "")
+		(settings_locked "0")
+		(comp_variants "Default1;")
+		(comp_variant_independent "0")
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+		(pin "2"
+			(net "unnamed_net1025")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "2")
+			(gate "")
+		)
+		(pin "1"
+			(net "unnamed_net1024")
+			(pintype "BIDIR")
+			(gategroup "")
+			(pingroup "")
+			(label "1")
+			(gate "")
+		)
+	)
+)
+(layers
+	(layer "Copper Bottom"
+		(routable "1")
+		(type "Signal")
+	)
+	(layer "Copper Top"
+		(routable "1")
+		(type "Signal")
+	)
+)
diff --git a/gnetlist/tests/common/outputs/ewnet/stack-torture.retcode b/gnetlist/tests/common/outputs/ewnet/stack-torture.retcode
new file mode 100644
index 0000000..573541a
--- /dev/null
+++ b/gnetlist/tests/common/outputs/ewnet/stack-torture.retcode
@@ -0,0 +1 @@
+0

commit 41c6c5a9a227a19091b0983102939b34f5e88103
Author: Dan McMahill <dan@xxxxxxxxxxxx>
Commit: Dan McMahill <dan@xxxxxxxxxxxx>

    Add a check for atan2() in -lm.  Without this, some systems such
    as fedora 16 end up not linking with -lm and we end up with undefined
    references to -lm.

diff --git a/configure.ac b/configure.ac
index 01a65e1..765abb2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -118,6 +118,8 @@ AC_CHECK_LIB([m], [lrint],
              AC_DEFINE([HAVE_LRINT], 1,
                        [If your math library has lrint in it, define this]))
 
+AC_CHECK_LIB([m], [atan2])
+
 AC_CHECK_FUNCS([chown getlogin])
 
 # Check if the getopt header is present




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs