SAIFIINDUSTRIES commited on
Commit
e990697
·
verified ·
1 Parent(s): ed7714b

Add batch 11 (FPGAwars_icezum, WangXuan95_FPGA-CAN, TILOS-AI-Institute_MacroPlacement, ZipCPU_wbuart32, WangXuan95_FPGA-SDcard-Reader)

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +226 -0
  2. FPGAwars_icezum/.gitignore +2 -0
  3. FPGAwars_icezum/3D/icezum.FCStd +3 -0
  4. FPGAwars_icezum/3D/icezum.step +3 -0
  5. FPGAwars_icezum/LICENSE +674 -0
  6. FPGAwars_icezum/Manufacturing-GERBERs/from-kicad/Readme.md +11 -0
  7. FPGAwars_icezum/Manufacturing-GERBERs/from-kicad/icezum-B.Cu.gbr +0 -0
  8. FPGAwars_icezum/Manufacturing-GERBERs/from-kicad/icezum-B.Mask.gbr +335 -0
  9. FPGAwars_icezum/Manufacturing-GERBERs/from-kicad/icezum-B.SilkS.gbr +0 -0
  10. FPGAwars_icezum/Manufacturing-GERBERs/from-kicad/icezum-Edge.Cuts.gbr +58 -0
  11. FPGAwars_icezum/Manufacturing-GERBERs/from-kicad/icezum-F.Cu.gbr +0 -0
  12. FPGAwars_icezum/Manufacturing-GERBERs/from-kicad/icezum-F.Mask.gbr +2106 -0
  13. FPGAwars_icezum/Manufacturing-GERBERs/from-kicad/icezum-F.Paste.gbr +1783 -0
  14. FPGAwars_icezum/Manufacturing-GERBERs/from-kicad/icezum-F.SilkS.gbr +3516 -0
  15. FPGAwars_icezum/Manufacturing-GERBERs/from-kicad/icezum-In1.Cu.gbr +0 -0
  16. FPGAwars_icezum/Manufacturing-GERBERs/from-kicad/icezum-In2.Cu.gbr +0 -0
  17. FPGAwars_icezum/Manufacturing-GERBERs/from-kicad/icezum.drl +432 -0
  18. FPGAwars_icezum/README.md +105 -0
  19. FPGAwars_icezum/doc/BOM/icezum-bom.ods +3 -0
  20. FPGAwars_icezum/doc/PCB/SVG/icezum-B.Cu.svg +0 -0
  21. FPGAwars_icezum/doc/PCB/SVG/icezum-B.Mask.svg +0 -0
  22. FPGAwars_icezum/doc/PCB/SVG/icezum-B.SilkS.svg +0 -0
  23. FPGAwars_icezum/doc/PCB/SVG/icezum-Edge.Cuts.svg +4405 -0
  24. FPGAwars_icezum/doc/PCB/SVG/icezum-F.CrtYd.svg +0 -0
  25. FPGAwars_icezum/doc/PCB/SVG/icezum-F.Cu.svg +0 -0
  26. FPGAwars_icezum/doc/PCB/SVG/icezum-F.Mask.svg +0 -0
  27. FPGAwars_icezum/doc/PCB/SVG/icezum-F.Paste.svg +0 -0
  28. FPGAwars_icezum/doc/PCB/SVG/icezum-F.SilkS.svg +0 -0
  29. FPGAwars_icezum/doc/PCB/SVG/icezum-In1.Cu.svg +0 -0
  30. FPGAwars_icezum/doc/PCB/SVG/icezum-In2.Cu.svg +0 -0
  31. FPGAwars_icezum/doc/pinout/Icezum-alhambra-board.svg +0 -0
  32. FPGAwars_icezum/doc/pinout/Icezum-alhambra-pinout.svg +0 -0
  33. FPGAwars_icezum/doc/schematics/SVG/Icezum-Block-diagram.svg +0 -0
  34. FPGAwars_icezum/doc/schematics/SVG/icezum-Arduino_sockets.svg +0 -0
  35. FPGAwars_icezum/doc/schematics/SVG/icezum-FPGA.svg +0 -0
  36. FPGAwars_icezum/doc/schematics/SVG/icezum-Peripherals.svg +0 -0
  37. FPGAwars_icezum/doc/schematics/SVG/icezum-Power Supply.svg +0 -0
  38. FPGAwars_icezum/doc/schematics/SVG/icezum-USB-communications.svg +0 -0
  39. FPGAwars_icezum/doc/schematics/SVG/icezum.svg +0 -0
  40. FPGAwars_icezum/examples/leds/leds_on/.gitignore +1 -0
  41. FPGAwars_icezum/examples/leds/leds_on/lib/readme.txt +38 -0
  42. FPGAwars_icezum/examples/leds/leds_on/platformio.ini +23 -0
  43. FPGAwars_icezum/examples/leds/leds_on/src/.sconsign.dblite +0 -0
  44. FPGAwars_icezum/examples/leds/leds_on/src/Makefile +63 -0
  45. FPGAwars_icezum/examples/leds/leds_on/src/SConstruct +132 -0
  46. FPGAwars_icezum/examples/leds/leds_on/src/leds_on.json +235 -0
  47. FPGAwars_icezum/examples/leds/leds_on/src/leds_on.pcf +11 -0
  48. FPGAwars_icezum/examples/leds/leds_on/src/leds_on.v +16 -0
  49. FPGAwars_icezum/examples/leds/leds_on/src/leds_on_tb.gtkw +23 -0
  50. FPGAwars_icezum/examples/leds/leds_on/src/leds_on_tb.v +36 -0
.gitattributes CHANGED
@@ -923,3 +923,229 @@ abdelazeem201_Systolic-array-implementation-in-RTL-for-TPU/syn/output/tpu_top.dd
923
  wuxx_Colorlight-FPGA-Projects/doc/E_ETRON_EM_EM638325BK.PDF filter=lfs diff=lfs merge=lfs -text
924
  wuxx_Colorlight-FPGA-Projects/tools/ujprog.bit2svf.arm filter=lfs diff=lfs merge=lfs -text
925
  wuxx_Colorlight-FPGA-Projects/tools/ujprog.bit2svf.x64 filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
923
  wuxx_Colorlight-FPGA-Projects/doc/E_ETRON_EM_EM638325BK.PDF filter=lfs diff=lfs merge=lfs -text
924
  wuxx_Colorlight-FPGA-Projects/tools/ujprog.bit2svf.arm filter=lfs diff=lfs merge=lfs -text
925
  wuxx_Colorlight-FPGA-Projects/tools/ujprog.bit2svf.x64 filter=lfs diff=lfs merge=lfs -text
926
+ FPGAwars_icezum/3D/icezum.FCStd filter=lfs diff=lfs merge=lfs -text
927
+ FPGAwars_icezum/3D/icezum.step filter=lfs diff=lfs merge=lfs -text
928
+ FPGAwars_icezum/doc/BOM/icezum-bom.ods filter=lfs diff=lfs merge=lfs -text
929
+ TILOS-AI-Institute_MacroPlacement/CodeElements/Clustering/src/hMETIS_api/libhmetis.a filter=lfs diff=lfs merge=lfs -text
930
+ TILOS-AI-Institute_MacroPlacement/CodeElements/Clustering/src/utils/hmetis filter=lfs diff=lfs merge=lfs -text
931
+ TILOS-AI-Institute_MacroPlacement/CodeElements/Clustering/test/ariane.pb.txt filter=lfs diff=lfs merge=lfs -text
932
+ TILOS-AI-Institute_MacroPlacement/CodeElements/Clustering/test/design/ariane.def filter=lfs diff=lfs merge=lfs -text
933
+ TILOS-AI-Institute_MacroPlacement/CodeElements/CodeFlowIntegration/design/ariane.def filter=lfs diff=lfs merge=lfs -text
934
+ TILOS-AI-Institute_MacroPlacement/CodeElements/CodeFlowIntegration/design/ariane.v filter=lfs diff=lfs merge=lfs -text
935
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000001072/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
936
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000002144/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
937
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000003216/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
938
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000004288/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
939
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000005360/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
940
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000006432/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
941
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000007504/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
942
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000008576/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
943
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000009648/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
944
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000010720/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
945
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000011792/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
946
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000012864/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
947
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000013936/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
948
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000015008/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
949
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000016080/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
950
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000017152/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
951
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000018224/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
952
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000019296/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
953
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000020368/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
954
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000021440/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
955
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000022512/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
956
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000023584/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
957
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000024656/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
958
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000025728/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
959
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000026800/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
960
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000027872/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
961
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000028944/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
962
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000030016/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
963
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000031088/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
964
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000032160/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
965
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000033232/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
966
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000034304/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
967
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000035376/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
968
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000036448/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
969
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000037520/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
970
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000038592/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
971
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000039664/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
972
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000040736/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
973
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000041808/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
974
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000042880/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
975
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000043952/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
976
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000045024/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
977
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000046096/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
978
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000047168/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
979
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000048240/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
980
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000049312/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
981
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000050384/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
982
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000051456/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
983
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000052528/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
984
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000053600/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
985
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000054672/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
986
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000055744/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
987
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000056816/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
988
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000057888/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
989
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000058960/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
990
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000060032/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
991
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000061104/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
992
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000062176/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
993
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000063248/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
994
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000064320/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
995
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000065392/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
996
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000066464/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
997
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000067536/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
998
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000068608/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
999
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000069680/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
1000
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000070752/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
1001
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000071824/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
1002
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000072896/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
1003
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000073968/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
1004
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000075040/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
1005
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000076112/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
1006
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000077184/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
1007
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000078256/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
1008
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000079328/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
1009
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000080400/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
1010
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000081472/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
1011
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000082544/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
1012
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000083616/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
1013
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000084688/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
1014
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000085760/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
1015
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000086832/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
1016
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000087904/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
1017
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000088976/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
1018
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000090048/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
1019
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000091120/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
1020
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000092192/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
1021
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000093264/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
1022
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000094336/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
1023
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000095408/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
1024
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000096480/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
1025
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000097552/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
1026
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000098624/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
1027
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000099696/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
1028
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000100768/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
1029
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000101840/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
1030
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000102912/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
1031
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000103984/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
1032
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000105056/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
1033
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000106128/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
1034
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/checkpoints/policy_checkpoint_0000107200/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
1035
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/collect_policy/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
1036
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/greedy_policy/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
1037
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/saved_policy/run_00/111/policies/policy/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
1038
+ TILOS-AI-Institute_MacroPlacement/CodeElements/EvalCT/test/ariane/netlist.pb.txt filter=lfs diff=lfs merge=lfs -text
1039
+ TILOS-AI-Institute_MacroPlacement/CodeElements/FDPlacement/ariane133/ariane.os.pb.txt.final filter=lfs diff=lfs merge=lfs -text
1040
+ TILOS-AI-Institute_MacroPlacement/CodeElements/FDPlacement/ariane133/ariane.pb.txt filter=lfs diff=lfs merge=lfs -text
1041
+ TILOS-AI-Institute_MacroPlacement/CodeElements/FDPlacement/ariane133/ariane.pb.txt.final filter=lfs diff=lfs merge=lfs -text
1042
+ TILOS-AI-Institute_MacroPlacement/CodeElements/FDPlacement/ariane133/ariane.pb.txt.os_cpp.txt filter=lfs diff=lfs merge=lfs -text
1043
+ TILOS-AI-Institute_MacroPlacement/CodeElements/FormatTranslators/src/utils/openroad filter=lfs diff=lfs merge=lfs -text
1044
+ TILOS-AI-Institute_MacroPlacement/CodeElements/FormatTranslators/test/LefDef2ProtocolBufferFormat/ariane.pb.txt filter=lfs diff=lfs merge=lfs -text
1045
+ TILOS-AI-Institute_MacroPlacement/CodeElements/FormatTranslators/test/LefDef2ProtocolBufferFormat/design/ariane.def filter=lfs diff=lfs merge=lfs -text
1046
+ TILOS-AI-Institute_MacroPlacement/CodeElements/Gridding/test/design/ariane.def filter=lfs diff=lfs merge=lfs -text
1047
+ TILOS-AI-Institute_MacroPlacement/CodeElements/Grouping/test/design/ariane.def filter=lfs diff=lfs merge=lfs -text
1048
+ TILOS-AI-Institute_MacroPlacement/CodeElements/Grouping/test/design/ariane.def.old filter=lfs diff=lfs merge=lfs -text
1049
+ TILOS-AI-Institute_MacroPlacement/CodeElements/Plc_client/test/ariane/netlist.pb.txt filter=lfs diff=lfs merge=lfs -text
1050
+ TILOS-AI-Institute_MacroPlacement/CodeElements/Plc_client/test/ariane133/netlist.pb.txt filter=lfs diff=lfs merge=lfs -text
1051
+ TILOS-AI-Institute_MacroPlacement/CodeElements/Plc_client/test/ariane_ng45/netlist.pb.txt filter=lfs diff=lfs merge=lfs -text
1052
+ TILOS-AI-Institute_MacroPlacement/CodeElements/SimulatedAnnealing/ariane133/ariane.pb.txt filter=lfs diff=lfs merge=lfs -text
1053
+ TILOS-AI-Institute_MacroPlacement/CodeElements/SimulatedAnnealing/build/CMakeFiles/sa.dir/src/main.cpp.o filter=lfs diff=lfs merge=lfs -text
1054
+ TILOS-AI-Institute_MacroPlacement/CodeElements/SimulatedAnnealing/build/CMakeFiles/sa.dir/src/plc_netlist_cost.cpp.o filter=lfs diff=lfs merge=lfs -text
1055
+ TILOS-AI-Institute_MacroPlacement/CodeElements/SimulatedAnnealing/build/CMakeFiles/sa.dir/src/plc_netlist_fd_placer.cpp.o filter=lfs diff=lfs merge=lfs -text
1056
+ TILOS-AI-Institute_MacroPlacement/CodeElements/SimulatedAnnealing/build/CMakeFiles/sa.dir/src/plc_netlist_io.cpp.o filter=lfs diff=lfs merge=lfs -text
1057
+ TILOS-AI-Institute_MacroPlacement/CodeElements/SimulatedAnnealing/build/CMakeFiles/sa.dir/src/plc_netlist_sa.cpp.o filter=lfs diff=lfs merge=lfs -text
1058
+ TILOS-AI-Institute_MacroPlacement/CodeElements/SimulatedAnnealing/build/CMakeFiles/sa.dir/src/plc_object.cpp.o filter=lfs diff=lfs merge=lfs -text
1059
+ TILOS-AI-Institute_MacroPlacement/CodeElements/SimulatedAnnealing/build/sa filter=lfs diff=lfs merge=lfs -text
1060
+ TILOS-AI-Institute_MacroPlacement/CodeElements/SimulatedAnnealingGWTW/test/ariane/netlist.pb.txt filter=lfs diff=lfs merge=lfs -text
1061
+ TILOS-AI-Institute_MacroPlacement/CodeElements/SimulatedAnnealingGWTW/test/ariane133_ng45/netlist.pb.txt filter=lfs diff=lfs merge=lfs -text
1062
+ TILOS-AI-Institute_MacroPlacement/CodeElements/SimulatedAnnealingGWTW/test/ariane_X2_xflip/netlist.pb.txt filter=lfs diff=lfs merge=lfs -text
1063
+ TILOS-AI-Institute_MacroPlacement/CodeElements/SimulatedAnnealingGWTW/test/ariane_X4_xflip_yflip/netlist.pb.txt filter=lfs diff=lfs merge=lfs -text
1064
+ TILOS-AI-Institute_MacroPlacement/CodeElements/SimulatedAnnealingGWTW/test/bp_asap7/netlist.pb.txt filter=lfs diff=lfs merge=lfs -text
1065
+ TILOS-AI-Institute_MacroPlacement/CodeElements/SimulatedAnnealingGWTW/test/bp_ng45/netlist.pb.txt filter=lfs diff=lfs merge=lfs -text
1066
+ TILOS-AI-Institute_MacroPlacement/CodeElements/SimulatedAnnealingGWTW/test/mempool_group_asap7/netlist.pb.txt filter=lfs diff=lfs merge=lfs -text
1067
+ TILOS-AI-Institute_MacroPlacement/CodeElements/SimulatedAnnealingGWTW/test/mempool_group_ng45/netlist.pb.txt filter=lfs diff=lfs merge=lfs -text
1068
+ TILOS-AI-Institute_MacroPlacement/CodeElements/VisualPlacement/test/ariane.pb.txt filter=lfs diff=lfs merge=lfs -text
1069
+ TILOS-AI-Institute_MacroPlacement/Enablements/ASAP7/lib/asap7sc7p5t_AO_RVT_FF_nldm_201020.lib filter=lfs diff=lfs merge=lfs -text
1070
+ TILOS-AI-Institute_MacroPlacement/Enablements/ASAP7/lib/asap7sc7p5t_OA_RVT_FF_nldm_201020.lib filter=lfs diff=lfs merge=lfs -text
1071
+ TILOS-AI-Institute_MacroPlacement/Enablements/ASAP7/qrc/ASAP7.tch filter=lfs diff=lfs merge=lfs -text
1072
+ TILOS-AI-Institute_MacroPlacement/Enablements/NanGate45/qrc/NG45.tch filter=lfs diff=lfs merge=lfs -text
1073
+ TILOS-AI-Institute_MacroPlacement/Enablements/SKY130HD/lib/sky130_fd_sc_hd__tt_025C_1v80.lib filter=lfs diff=lfs merge=lfs -text
1074
+ TILOS-AI-Institute_MacroPlacement/Enablements/SKY130HD/qrc/SKY130HD.tch filter=lfs diff=lfs merge=lfs -text
1075
+ TILOS-AI-Institute_MacroPlacement/Flows/ASAP7/ariane133/rtl/ariane.v filter=lfs diff=lfs merge=lfs -text
1076
+ TILOS-AI-Institute_MacroPlacement/Flows/ASAP7/ariane136/netlist/ariane.v filter=lfs diff=lfs merge=lfs -text
1077
+ TILOS-AI-Institute_MacroPlacement/Flows/ASAP7/ariane136/netlist/output_CT_Grouping/netlist.pb.txt filter=lfs diff=lfs merge=lfs -text
1078
+ TILOS-AI-Institute_MacroPlacement/Flows/ASAP7/ariane136/netlist/output_CodeElement/OpenROAD/clusters.lef filter=lfs diff=lfs merge=lfs -text
1079
+ TILOS-AI-Institute_MacroPlacement/Flows/ASAP7/ariane136/netlist/output_CodeElement/Protocol_buffer_format/ariane.pb.txt filter=lfs diff=lfs merge=lfs -text
1080
+ TILOS-AI-Institute_MacroPlacement/Flows/ASAP7/bp_quad/rtl/bsg_chip_block.sv2v.v filter=lfs diff=lfs merge=lfs -text
1081
+ TILOS-AI-Institute_MacroPlacement/Flows/ASAP7/mempool_tile/netlist/mempool_tile_wrap.v filter=lfs diff=lfs merge=lfs -text
1082
+ TILOS-AI-Institute_MacroPlacement/Flows/ASAP7/mempool_tile/netlist/output_CodeElement/Cadence/mempool_tile_wrap_cluster_500.tcl filter=lfs diff=lfs merge=lfs -text
1083
+ TILOS-AI-Institute_MacroPlacement/Flows/ASAP7/mempool_tile/netlist/output_CodeElement/OpenROAD/clusters.lef filter=lfs diff=lfs merge=lfs -text
1084
+ TILOS-AI-Institute_MacroPlacement/Flows/ASAP7/nvdla/netlist/output_CT_Grouping/netlist.pb.txt filter=lfs diff=lfs merge=lfs -text
1085
+ TILOS-AI-Institute_MacroPlacement/Flows/ASAP7/nvdla/netlist/output_CodeElement/Cadence/NV_NVDLA_partition_c_cluster_500.tcl filter=lfs diff=lfs merge=lfs -text
1086
+ TILOS-AI-Institute_MacroPlacement/Flows/ASAP7/nvdla/netlist/output_CodeElement/OpenROAD/clusters.lef filter=lfs diff=lfs merge=lfs -text
1087
+ TILOS-AI-Institute_MacroPlacement/Flows/ASAP7/nvdla/netlist/output_CodeElement/Protocol_buffer_format/NV_NVDLA_partition_c.pb.txt filter=lfs diff=lfs merge=lfs -text
1088
+ TILOS-AI-Institute_MacroPlacement/Flows/NanGate45/ariane133/def/Util_51/manual_floorplan.def filter=lfs diff=lfs merge=lfs -text
1089
+ TILOS-AI-Institute_MacroPlacement/Flows/NanGate45/ariane133/netlist/ariane.v filter=lfs diff=lfs merge=lfs -text
1090
+ TILOS-AI-Institute_MacroPlacement/Flows/NanGate45/ariane133/netlist/output_CT_Grouping/netlist.pb.txt filter=lfs diff=lfs merge=lfs -text
1091
+ TILOS-AI-Institute_MacroPlacement/Flows/NanGate45/ariane133/netlist/output_CodeElement/OpenROAD/clusters.lef filter=lfs diff=lfs merge=lfs -text
1092
+ TILOS-AI-Institute_MacroPlacement/Flows/NanGate45/ariane133/netlist/output_CodeElement/Protocol_buffer_format/ariane.pb.txt filter=lfs diff=lfs merge=lfs -text
1093
+ TILOS-AI-Institute_MacroPlacement/Flows/NanGate45/ariane133/rtl/ariane.v filter=lfs diff=lfs merge=lfs -text
1094
+ TILOS-AI-Institute_MacroPlacement/Flows/NanGate45/ariane136/netlist/ariane.v filter=lfs diff=lfs merge=lfs -text
1095
+ TILOS-AI-Institute_MacroPlacement/Flows/NanGate45/ariane136/netlist/output_CT_Grouping/netlist.pb.txt filter=lfs diff=lfs merge=lfs -text
1096
+ TILOS-AI-Institute_MacroPlacement/Flows/NanGate45/ariane136/netlist/output_CodeElement/OpenROAD/clusters.lef filter=lfs diff=lfs merge=lfs -text
1097
+ TILOS-AI-Institute_MacroPlacement/Flows/NanGate45/ariane136/netlist/output_CodeElement/Protocol_buffer_format/ariane.pb.txt filter=lfs diff=lfs merge=lfs -text
1098
+ TILOS-AI-Institute_MacroPlacement/Flows/NanGate45/bp_quad/rtl/bsg_chip_block.sv2v.v filter=lfs diff=lfs merge=lfs -text
1099
+ TILOS-AI-Institute_MacroPlacement/Flows/NanGate45/bp_quad/scripts/cadence/rtl/bsg_chip_block.sv2v.v filter=lfs diff=lfs merge=lfs -text
1100
+ TILOS-AI-Institute_MacroPlacement/Flows/NanGate45/mempool_tile/netlist/mempool_tile_wrap.v filter=lfs diff=lfs merge=lfs -text
1101
+ TILOS-AI-Institute_MacroPlacement/Flows/NanGate45/mempool_tile/netlist/output_CodeElement/Cadence/mempool_tile_wrap_cluster_500.tcl filter=lfs diff=lfs merge=lfs -text
1102
+ TILOS-AI-Institute_MacroPlacement/Flows/NanGate45/mempool_tile/netlist/output_CodeElement/OpenROAD/clusters.lef filter=lfs diff=lfs merge=lfs -text
1103
+ TILOS-AI-Institute_MacroPlacement/Flows/NanGate45/nvdla/netlist/NV_NVDLA_partition_c.v filter=lfs diff=lfs merge=lfs -text
1104
+ TILOS-AI-Institute_MacroPlacement/Flows/NanGate45/nvdla/netlist/output_CT_Grouping/netlist.pb.txt filter=lfs diff=lfs merge=lfs -text
1105
+ TILOS-AI-Institute_MacroPlacement/Flows/NanGate45/nvdla/netlist/output_CodeElement/Cadence/NV_NVDLA_partition_c_cluster_500.tcl filter=lfs diff=lfs merge=lfs -text
1106
+ TILOS-AI-Institute_MacroPlacement/Flows/NanGate45/nvdla/netlist/output_CodeElement/OpenROAD/clusters.lef filter=lfs diff=lfs merge=lfs -text
1107
+ TILOS-AI-Institute_MacroPlacement/Flows/NanGate45/nvdla/netlist/output_CodeElement/Protocol_buffer_format/NV_NVDLA_partition_c.pb.txt filter=lfs diff=lfs merge=lfs -text
1108
+ TILOS-AI-Institute_MacroPlacement/Flows/SKY130HD/ariane133/netlist/ariane.v filter=lfs diff=lfs merge=lfs -text
1109
+ TILOS-AI-Institute_MacroPlacement/Flows/SKY130HD/ariane133/netlist/output_CT_Grouping/netlist.pb.txt filter=lfs diff=lfs merge=lfs -text
1110
+ TILOS-AI-Institute_MacroPlacement/Flows/SKY130HD/ariane133/netlist/output_CodeElement/OpenROAD/clusters.lef filter=lfs diff=lfs merge=lfs -text
1111
+ TILOS-AI-Institute_MacroPlacement/Flows/SKY130HD/ariane133/netlist/output_CodeElement/Protocol_buffer_format/ariane.pb.txt filter=lfs diff=lfs merge=lfs -text
1112
+ TILOS-AI-Institute_MacroPlacement/Flows/SKY130HD/ariane133/rtl/ariane.v filter=lfs diff=lfs merge=lfs -text
1113
+ TILOS-AI-Institute_MacroPlacement/Flows/SKY130HD/ariane136/netlist/ariane.v filter=lfs diff=lfs merge=lfs -text
1114
+ TILOS-AI-Institute_MacroPlacement/Flows/SKY130HD/ariane136/netlist/output_CT_Grouping/netlist.pb.txt filter=lfs diff=lfs merge=lfs -text
1115
+ TILOS-AI-Institute_MacroPlacement/Flows/SKY130HD/ariane136/netlist/output_CodeElement/OpenROAD/clusters.lef filter=lfs diff=lfs merge=lfs -text
1116
+ TILOS-AI-Institute_MacroPlacement/Flows/SKY130HD/ariane136/netlist/output_CodeElement/Protocol_buffer_format/ariane.pb.txt filter=lfs diff=lfs merge=lfs -text
1117
+ TILOS-AI-Institute_MacroPlacement/Flows/SKY130HD/mempool_tile/netlist/mempool_tile_wrap.v filter=lfs diff=lfs merge=lfs -text
1118
+ TILOS-AI-Institute_MacroPlacement/Flows/SKY130HD/mempool_tile/netlist/output_CodeElement/Cadence/mempool_tile_wrap_cluster_500.tcl filter=lfs diff=lfs merge=lfs -text
1119
+ TILOS-AI-Institute_MacroPlacement/Flows/SKY130HD/mempool_tile/netlist/output_CodeElement/OpenROAD/clusters.lef filter=lfs diff=lfs merge=lfs -text
1120
+ TILOS-AI-Institute_MacroPlacement/Flows/SKY130HD/nvdla/netlist/NV_NVDLA_partition_c.v filter=lfs diff=lfs merge=lfs -text
1121
+ TILOS-AI-Institute_MacroPlacement/Flows/SKY130HD/nvdla/netlist/output_CT_Grouping/netlist.pb.txt filter=lfs diff=lfs merge=lfs -text
1122
+ TILOS-AI-Institute_MacroPlacement/Flows/SKY130HD/nvdla/netlist/output_CodeElement/OpenROAD/clusters.lef filter=lfs diff=lfs merge=lfs -text
1123
+ TILOS-AI-Institute_MacroPlacement/Flows/SKY130HD/nvdla/netlist/output_CodeElement/Protocol_buffer_format/NV_NVDLA_partition_c.pb.txt filter=lfs diff=lfs merge=lfs -text
1124
+ TILOS-AI-Institute_MacroPlacement/Flows/util/RePlAceFlow/RePlAce-static filter=lfs diff=lfs merge=lfs -text
1125
+ TILOS-AI-Institute_MacroPlacement/Flows/util/RePlAceFlow/openroad filter=lfs diff=lfs merge=lfs -text
1126
+ TILOS-AI-Institute_MacroPlacement/Testcases/ICCAD04/ibm03/ibm03.pb.txt filter=lfs diff=lfs merge=lfs -text
1127
+ TILOS-AI-Institute_MacroPlacement/Testcases/ICCAD04/ibm04/ibm04.pb.txt filter=lfs diff=lfs merge=lfs -text
1128
+ TILOS-AI-Institute_MacroPlacement/Testcases/ICCAD04/ibm06/ibm06.pb.txt filter=lfs diff=lfs merge=lfs -text
1129
+ TILOS-AI-Institute_MacroPlacement/Testcases/ICCAD04/ibm07/ibm07.pb.txt filter=lfs diff=lfs merge=lfs -text
1130
+ TILOS-AI-Institute_MacroPlacement/Testcases/ICCAD04/ibm08/ibm08.pb.txt filter=lfs diff=lfs merge=lfs -text
1131
+ TILOS-AI-Institute_MacroPlacement/Testcases/ICCAD04/ibm09/ibm09.pb.txt filter=lfs diff=lfs merge=lfs -text
1132
+ TILOS-AI-Institute_MacroPlacement/Testcases/ICCAD04/ibm10/ibm10.pb.txt filter=lfs diff=lfs merge=lfs -text
1133
+ TILOS-AI-Institute_MacroPlacement/Testcases/ICCAD04/ibm10/netlist.pb.txt filter=lfs diff=lfs merge=lfs -text
1134
+ TILOS-AI-Institute_MacroPlacement/Testcases/ICCAD04/ibm11/ibm11.pb.txt filter=lfs diff=lfs merge=lfs -text
1135
+ TILOS-AI-Institute_MacroPlacement/Testcases/ICCAD04/ibm12/ibm12.pb.txt filter=lfs diff=lfs merge=lfs -text
1136
+ TILOS-AI-Institute_MacroPlacement/Testcases/ICCAD04/ibm12/netlist.pb.txt filter=lfs diff=lfs merge=lfs -text
1137
+ TILOS-AI-Institute_MacroPlacement/Testcases/ICCAD04/ibm13/ibm13.pb.txt filter=lfs diff=lfs merge=lfs -text
1138
+ TILOS-AI-Institute_MacroPlacement/Testcases/ICCAD04/ibm13/netlist.pb.txt filter=lfs diff=lfs merge=lfs -text
1139
+ TILOS-AI-Institute_MacroPlacement/Testcases/ICCAD04/ibm14/ibm14.pb.txt filter=lfs diff=lfs merge=lfs -text
1140
+ TILOS-AI-Institute_MacroPlacement/Testcases/ICCAD04/ibm14/netlist.pb.txt filter=lfs diff=lfs merge=lfs -text
1141
+ TILOS-AI-Institute_MacroPlacement/Testcases/ICCAD04/ibm15/ibm15.pb.txt filter=lfs diff=lfs merge=lfs -text
1142
+ TILOS-AI-Institute_MacroPlacement/Testcases/ICCAD04/ibm15/netlist.pb.txt filter=lfs diff=lfs merge=lfs -text
1143
+ TILOS-AI-Institute_MacroPlacement/Testcases/ICCAD04/ibm16/ibm16.pb.txt filter=lfs diff=lfs merge=lfs -text
1144
+ TILOS-AI-Institute_MacroPlacement/Testcases/ICCAD04/ibm16/netlist.pb.txt filter=lfs diff=lfs merge=lfs -text
1145
+ TILOS-AI-Institute_MacroPlacement/Testcases/ICCAD04/ibm17/ibm17.pb.txt filter=lfs diff=lfs merge=lfs -text
1146
+ TILOS-AI-Institute_MacroPlacement/Testcases/ICCAD04/ibm17/netlist.pb.txt filter=lfs diff=lfs merge=lfs -text
1147
+ TILOS-AI-Institute_MacroPlacement/Testcases/ICCAD04/ibm18/ibm18.pb.txt filter=lfs diff=lfs merge=lfs -text
1148
+ TILOS-AI-Institute_MacroPlacement/Testcases/ICCAD04/ibm18/netlist.pb.txt filter=lfs diff=lfs merge=lfs -text
1149
+ TILOS-AI-Institute_MacroPlacement/Testcases/ariane133/rtl/ariane.v filter=lfs diff=lfs merge=lfs -text
1150
+ TILOS-AI-Institute_MacroPlacement/Testcases/bp_quad/rtl/bsg_chip_block.sv2v.v filter=lfs diff=lfs merge=lfs -text
1151
+ TILOS-AI-Institute_MacroPlacement/Testcases/mempool/rtl/cluster_interconnect/tb/tb_tcdm_interconnect/plots/stats.mat filter=lfs diff=lfs merge=lfs -text
FPGAwars_icezum/.gitignore ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ .sconsign.dblite
2
+
FPGAwars_icezum/3D/icezum.FCStd ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:822ebd184163a68f5ec34a4d2cbcdb4bb0219a4c524d7027ef8addcdfb0446a5
3
+ size 3459595
FPGAwars_icezum/3D/icezum.step ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b713cb33fb3c691122c7a4398f90abfecf39d9e81d240737480cccb812ea237f
3
+ size 67237544
FPGAwars_icezum/LICENSE ADDED
@@ -0,0 +1,674 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ GNU GENERAL PUBLIC LICENSE
2
+ Version 3, 29 June 2007
3
+
4
+ Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
5
+ Everyone is permitted to copy and distribute verbatim copies
6
+ of this license document, but changing it is not allowed.
7
+
8
+ Preamble
9
+
10
+ The GNU General Public License is a free, copyleft license for
11
+ software and other kinds of works.
12
+
13
+ The licenses for most software and other practical works are designed
14
+ to take away your freedom to share and change the works. By contrast,
15
+ the GNU General Public License is intended to guarantee your freedom to
16
+ share and change all versions of a program--to make sure it remains free
17
+ software for all its users. We, the Free Software Foundation, use the
18
+ GNU General Public License for most of our software; it applies also to
19
+ any other work released this way by its authors. You can apply it to
20
+ your programs, too.
21
+
22
+ When we speak of free software, we are referring to freedom, not
23
+ price. Our General Public Licenses are designed to make sure that you
24
+ have the freedom to distribute copies of free software (and charge for
25
+ them if you wish), that you receive source code or can get it if you
26
+ want it, that you can change the software or use pieces of it in new
27
+ free programs, and that you know you can do these things.
28
+
29
+ To protect your rights, we need to prevent others from denying you
30
+ these rights or asking you to surrender the rights. Therefore, you have
31
+ certain responsibilities if you distribute copies of the software, or if
32
+ you modify it: responsibilities to respect the freedom of others.
33
+
34
+ For example, if you distribute copies of such a program, whether
35
+ gratis or for a fee, you must pass on to the recipients the same
36
+ freedoms that you received. You must make sure that they, too, receive
37
+ or can get the source code. And you must show them these terms so they
38
+ know their rights.
39
+
40
+ Developers that use the GNU GPL protect your rights with two steps:
41
+ (1) assert copyright on the software, and (2) offer you this License
42
+ giving you legal permission to copy, distribute and/or modify it.
43
+
44
+ For the developers' and authors' protection, the GPL clearly explains
45
+ that there is no warranty for this free software. For both users' and
46
+ authors' sake, the GPL requires that modified versions be marked as
47
+ changed, so that their problems will not be attributed erroneously to
48
+ authors of previous versions.
49
+
50
+ Some devices are designed to deny users access to install or run
51
+ modified versions of the software inside them, although the manufacturer
52
+ can do so. This is fundamentally incompatible with the aim of
53
+ protecting users' freedom to change the software. The systematic
54
+ pattern of such abuse occurs in the area of products for individuals to
55
+ use, which is precisely where it is most unacceptable. Therefore, we
56
+ have designed this version of the GPL to prohibit the practice for those
57
+ products. If such problems arise substantially in other domains, we
58
+ stand ready to extend this provision to those domains in future versions
59
+ of the GPL, as needed to protect the freedom of users.
60
+
61
+ Finally, every program is threatened constantly by software patents.
62
+ States should not allow patents to restrict development and use of
63
+ software on general-purpose computers, but in those that do, we wish to
64
+ avoid the special danger that patents applied to a free program could
65
+ make it effectively proprietary. To prevent this, the GPL assures that
66
+ patents cannot be used to render the program non-free.
67
+
68
+ The precise terms and conditions for copying, distribution and
69
+ modification follow.
70
+
71
+ TERMS AND CONDITIONS
72
+
73
+ 0. Definitions.
74
+
75
+ "This License" refers to version 3 of the GNU General Public License.
76
+
77
+ "Copyright" also means copyright-like laws that apply to other kinds of
78
+ works, such as semiconductor masks.
79
+
80
+ "The Program" refers to any copyrightable work licensed under this
81
+ License. Each licensee is addressed as "you". "Licensees" and
82
+ "recipients" may be individuals or organizations.
83
+
84
+ To "modify" a work means to copy from or adapt all or part of the work
85
+ in a fashion requiring copyright permission, other than the making of an
86
+ exact copy. The resulting work is called a "modified version" of the
87
+ earlier work or a work "based on" the earlier work.
88
+
89
+ A "covered work" means either the unmodified Program or a work based
90
+ on the Program.
91
+
92
+ To "propagate" a work means to do anything with it that, without
93
+ permission, would make you directly or secondarily liable for
94
+ infringement under applicable copyright law, except executing it on a
95
+ computer or modifying a private copy. Propagation includes copying,
96
+ distribution (with or without modification), making available to the
97
+ public, and in some countries other activities as well.
98
+
99
+ To "convey" a work means any kind of propagation that enables other
100
+ parties to make or receive copies. Mere interaction with a user through
101
+ a computer network, with no transfer of a copy, is not conveying.
102
+
103
+ An interactive user interface displays "Appropriate Legal Notices"
104
+ to the extent that it includes a convenient and prominently visible
105
+ feature that (1) displays an appropriate copyright notice, and (2)
106
+ tells the user that there is no warranty for the work (except to the
107
+ extent that warranties are provided), that licensees may convey the
108
+ work under this License, and how to view a copy of this License. If
109
+ the interface presents a list of user commands or options, such as a
110
+ menu, a prominent item in the list meets this criterion.
111
+
112
+ 1. Source Code.
113
+
114
+ The "source code" for a work means the preferred form of the work
115
+ for making modifications to it. "Object code" means any non-source
116
+ form of a work.
117
+
118
+ A "Standard Interface" means an interface that either is an official
119
+ standard defined by a recognized standards body, or, in the case of
120
+ interfaces specified for a particular programming language, one that
121
+ is widely used among developers working in that language.
122
+
123
+ The "System Libraries" of an executable work include anything, other
124
+ than the work as a whole, that (a) is included in the normal form of
125
+ packaging a Major Component, but which is not part of that Major
126
+ Component, and (b) serves only to enable use of the work with that
127
+ Major Component, or to implement a Standard Interface for which an
128
+ implementation is available to the public in source code form. A
129
+ "Major Component", in this context, means a major essential component
130
+ (kernel, window system, and so on) of the specific operating system
131
+ (if any) on which the executable work runs, or a compiler used to
132
+ produce the work, or an object code interpreter used to run it.
133
+
134
+ The "Corresponding Source" for a work in object code form means all
135
+ the source code needed to generate, install, and (for an executable
136
+ work) run the object code and to modify the work, including scripts to
137
+ control those activities. However, it does not include the work's
138
+ System Libraries, or general-purpose tools or generally available free
139
+ programs which are used unmodified in performing those activities but
140
+ which are not part of the work. For example, Corresponding Source
141
+ includes interface definition files associated with source files for
142
+ the work, and the source code for shared libraries and dynamically
143
+ linked subprograms that the work is specifically designed to require,
144
+ such as by intimate data communication or control flow between those
145
+ subprograms and other parts of the work.
146
+
147
+ The Corresponding Source need not include anything that users
148
+ can regenerate automatically from other parts of the Corresponding
149
+ Source.
150
+
151
+ The Corresponding Source for a work in source code form is that
152
+ same work.
153
+
154
+ 2. Basic Permissions.
155
+
156
+ All rights granted under this License are granted for the term of
157
+ copyright on the Program, and are irrevocable provided the stated
158
+ conditions are met. This License explicitly affirms your unlimited
159
+ permission to run the unmodified Program. The output from running a
160
+ covered work is covered by this License only if the output, given its
161
+ content, constitutes a covered work. This License acknowledges your
162
+ rights of fair use or other equivalent, as provided by copyright law.
163
+
164
+ You may make, run and propagate covered works that you do not
165
+ convey, without conditions so long as your license otherwise remains
166
+ in force. You may convey covered works to others for the sole purpose
167
+ of having them make modifications exclusively for you, or provide you
168
+ with facilities for running those works, provided that you comply with
169
+ the terms of this License in conveying all material for which you do
170
+ not control copyright. Those thus making or running the covered works
171
+ for you must do so exclusively on your behalf, under your direction
172
+ and control, on terms that prohibit them from making any copies of
173
+ your copyrighted material outside their relationship with you.
174
+
175
+ Conveying under any other circumstances is permitted solely under
176
+ the conditions stated below. Sublicensing is not allowed; section 10
177
+ makes it unnecessary.
178
+
179
+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
180
+
181
+ No covered work shall be deemed part of an effective technological
182
+ measure under any applicable law fulfilling obligations under article
183
+ 11 of the WIPO copyright treaty adopted on 20 December 1996, or
184
+ similar laws prohibiting or restricting circumvention of such
185
+ measures.
186
+
187
+ When you convey a covered work, you waive any legal power to forbid
188
+ circumvention of technological measures to the extent such circumvention
189
+ is effected by exercising rights under this License with respect to
190
+ the covered work, and you disclaim any intention to limit operation or
191
+ modification of the work as a means of enforcing, against the work's
192
+ users, your or third parties' legal rights to forbid circumvention of
193
+ technological measures.
194
+
195
+ 4. Conveying Verbatim Copies.
196
+
197
+ You may convey verbatim copies of the Program's source code as you
198
+ receive it, in any medium, provided that you conspicuously and
199
+ appropriately publish on each copy an appropriate copyright notice;
200
+ keep intact all notices stating that this License and any
201
+ non-permissive terms added in accord with section 7 apply to the code;
202
+ keep intact all notices of the absence of any warranty; and give all
203
+ recipients a copy of this License along with the Program.
204
+
205
+ You may charge any price or no price for each copy that you convey,
206
+ and you may offer support or warranty protection for a fee.
207
+
208
+ 5. Conveying Modified Source Versions.
209
+
210
+ You may convey a work based on the Program, or the modifications to
211
+ produce it from the Program, in the form of source code under the
212
+ terms of section 4, provided that you also meet all of these conditions:
213
+
214
+ a) The work must carry prominent notices stating that you modified
215
+ it, and giving a relevant date.
216
+
217
+ b) The work must carry prominent notices stating that it is
218
+ released under this License and any conditions added under section
219
+ 7. This requirement modifies the requirement in section 4 to
220
+ "keep intact all notices".
221
+
222
+ c) You must license the entire work, as a whole, under this
223
+ License to anyone who comes into possession of a copy. This
224
+ License will therefore apply, along with any applicable section 7
225
+ additional terms, to the whole of the work, and all its parts,
226
+ regardless of how they are packaged. This License gives no
227
+ permission to license the work in any other way, but it does not
228
+ invalidate such permission if you have separately received it.
229
+
230
+ d) If the work has interactive user interfaces, each must display
231
+ Appropriate Legal Notices; however, if the Program has interactive
232
+ interfaces that do not display Appropriate Legal Notices, your
233
+ work need not make them do so.
234
+
235
+ A compilation of a covered work with other separate and independent
236
+ works, which are not by their nature extensions of the covered work,
237
+ and which are not combined with it such as to form a larger program,
238
+ in or on a volume of a storage or distribution medium, is called an
239
+ "aggregate" if the compilation and its resulting copyright are not
240
+ used to limit the access or legal rights of the compilation's users
241
+ beyond what the individual works permit. Inclusion of a covered work
242
+ in an aggregate does not cause this License to apply to the other
243
+ parts of the aggregate.
244
+
245
+ 6. Conveying Non-Source Forms.
246
+
247
+ You may convey a covered work in object code form under the terms
248
+ of sections 4 and 5, provided that you also convey the
249
+ machine-readable Corresponding Source under the terms of this License,
250
+ in one of these ways:
251
+
252
+ a) Convey the object code in, or embodied in, a physical product
253
+ (including a physical distribution medium), accompanied by the
254
+ Corresponding Source fixed on a durable physical medium
255
+ customarily used for software interchange.
256
+
257
+ b) Convey the object code in, or embodied in, a physical product
258
+ (including a physical distribution medium), accompanied by a
259
+ written offer, valid for at least three years and valid for as
260
+ long as you offer spare parts or customer support for that product
261
+ model, to give anyone who possesses the object code either (1) a
262
+ copy of the Corresponding Source for all the software in the
263
+ product that is covered by this License, on a durable physical
264
+ medium customarily used for software interchange, for a price no
265
+ more than your reasonable cost of physically performing this
266
+ conveying of source, or (2) access to copy the
267
+ Corresponding Source from a network server at no charge.
268
+
269
+ c) Convey individual copies of the object code with a copy of the
270
+ written offer to provide the Corresponding Source. This
271
+ alternative is allowed only occasionally and noncommercially, and
272
+ only if you received the object code with such an offer, in accord
273
+ with subsection 6b.
274
+
275
+ d) Convey the object code by offering access from a designated
276
+ place (gratis or for a charge), and offer equivalent access to the
277
+ Corresponding Source in the same way through the same place at no
278
+ further charge. You need not require recipients to copy the
279
+ Corresponding Source along with the object code. If the place to
280
+ copy the object code is a network server, the Corresponding Source
281
+ may be on a different server (operated by you or a third party)
282
+ that supports equivalent copying facilities, provided you maintain
283
+ clear directions next to the object code saying where to find the
284
+ Corresponding Source. Regardless of what server hosts the
285
+ Corresponding Source, you remain obligated to ensure that it is
286
+ available for as long as needed to satisfy these requirements.
287
+
288
+ e) Convey the object code using peer-to-peer transmission, provided
289
+ you inform other peers where the object code and Corresponding
290
+ Source of the work are being offered to the general public at no
291
+ charge under subsection 6d.
292
+
293
+ A separable portion of the object code, whose source code is excluded
294
+ from the Corresponding Source as a System Library, need not be
295
+ included in conveying the object code work.
296
+
297
+ A "User Product" is either (1) a "consumer product", which means any
298
+ tangible personal property which is normally used for personal, family,
299
+ or household purposes, or (2) anything designed or sold for incorporation
300
+ into a dwelling. In determining whether a product is a consumer product,
301
+ doubtful cases shall be resolved in favor of coverage. For a particular
302
+ product received by a particular user, "normally used" refers to a
303
+ typical or common use of that class of product, regardless of the status
304
+ of the particular user or of the way in which the particular user
305
+ actually uses, or expects or is expected to use, the product. A product
306
+ is a consumer product regardless of whether the product has substantial
307
+ commercial, industrial or non-consumer uses, unless such uses represent
308
+ the only significant mode of use of the product.
309
+
310
+ "Installation Information" for a User Product means any methods,
311
+ procedures, authorization keys, or other information required to install
312
+ and execute modified versions of a covered work in that User Product from
313
+ a modified version of its Corresponding Source. The information must
314
+ suffice to ensure that the continued functioning of the modified object
315
+ code is in no case prevented or interfered with solely because
316
+ modification has been made.
317
+
318
+ If you convey an object code work under this section in, or with, or
319
+ specifically for use in, a User Product, and the conveying occurs as
320
+ part of a transaction in which the right of possession and use of the
321
+ User Product is transferred to the recipient in perpetuity or for a
322
+ fixed term (regardless of how the transaction is characterized), the
323
+ Corresponding Source conveyed under this section must be accompanied
324
+ by the Installation Information. But this requirement does not apply
325
+ if neither you nor any third party retains the ability to install
326
+ modified object code on the User Product (for example, the work has
327
+ been installed in ROM).
328
+
329
+ The requirement to provide Installation Information does not include a
330
+ requirement to continue to provide support service, warranty, or updates
331
+ for a work that has been modified or installed by the recipient, or for
332
+ the User Product in which it has been modified or installed. Access to a
333
+ network may be denied when the modification itself materially and
334
+ adversely affects the operation of the network or violates the rules and
335
+ protocols for communication across the network.
336
+
337
+ Corresponding Source conveyed, and Installation Information provided,
338
+ in accord with this section must be in a format that is publicly
339
+ documented (and with an implementation available to the public in
340
+ source code form), and must require no special password or key for
341
+ unpacking, reading or copying.
342
+
343
+ 7. Additional Terms.
344
+
345
+ "Additional permissions" are terms that supplement the terms of this
346
+ License by making exceptions from one or more of its conditions.
347
+ Additional permissions that are applicable to the entire Program shall
348
+ be treated as though they were included in this License, to the extent
349
+ that they are valid under applicable law. If additional permissions
350
+ apply only to part of the Program, that part may be used separately
351
+ under those permissions, but the entire Program remains governed by
352
+ this License without regard to the additional permissions.
353
+
354
+ When you convey a copy of a covered work, you may at your option
355
+ remove any additional permissions from that copy, or from any part of
356
+ it. (Additional permissions may be written to require their own
357
+ removal in certain cases when you modify the work.) You may place
358
+ additional permissions on material, added by you to a covered work,
359
+ for which you have or can give appropriate copyright permission.
360
+
361
+ Notwithstanding any other provision of this License, for material you
362
+ add to a covered work, you may (if authorized by the copyright holders of
363
+ that material) supplement the terms of this License with terms:
364
+
365
+ a) Disclaiming warranty or limiting liability differently from the
366
+ terms of sections 15 and 16 of this License; or
367
+
368
+ b) Requiring preservation of specified reasonable legal notices or
369
+ author attributions in that material or in the Appropriate Legal
370
+ Notices displayed by works containing it; or
371
+
372
+ c) Prohibiting misrepresentation of the origin of that material, or
373
+ requiring that modified versions of such material be marked in
374
+ reasonable ways as different from the original version; or
375
+
376
+ d) Limiting the use for publicity purposes of names of licensors or
377
+ authors of the material; or
378
+
379
+ e) Declining to grant rights under trademark law for use of some
380
+ trade names, trademarks, or service marks; or
381
+
382
+ f) Requiring indemnification of licensors and authors of that
383
+ material by anyone who conveys the material (or modified versions of
384
+ it) with contractual assumptions of liability to the recipient, for
385
+ any liability that these contractual assumptions directly impose on
386
+ those licensors and authors.
387
+
388
+ All other non-permissive additional terms are considered "further
389
+ restrictions" within the meaning of section 10. If the Program as you
390
+ received it, or any part of it, contains a notice stating that it is
391
+ governed by this License along with a term that is a further
392
+ restriction, you may remove that term. If a license document contains
393
+ a further restriction but permits relicensing or conveying under this
394
+ License, you may add to a covered work material governed by the terms
395
+ of that license document, provided that the further restriction does
396
+ not survive such relicensing or conveying.
397
+
398
+ If you add terms to a covered work in accord with this section, you
399
+ must place, in the relevant source files, a statement of the
400
+ additional terms that apply to those files, or a notice indicating
401
+ where to find the applicable terms.
402
+
403
+ Additional terms, permissive or non-permissive, may be stated in the
404
+ form of a separately written license, or stated as exceptions;
405
+ the above requirements apply either way.
406
+
407
+ 8. Termination.
408
+
409
+ You may not propagate or modify a covered work except as expressly
410
+ provided under this License. Any attempt otherwise to propagate or
411
+ modify it is void, and will automatically terminate your rights under
412
+ this License (including any patent licenses granted under the third
413
+ paragraph of section 11).
414
+
415
+ However, if you cease all violation of this License, then your
416
+ license from a particular copyright holder is reinstated (a)
417
+ provisionally, unless and until the copyright holder explicitly and
418
+ finally terminates your license, and (b) permanently, if the copyright
419
+ holder fails to notify you of the violation by some reasonable means
420
+ prior to 60 days after the cessation.
421
+
422
+ Moreover, your license from a particular copyright holder is
423
+ reinstated permanently if the copyright holder notifies you of the
424
+ violation by some reasonable means, this is the first time you have
425
+ received notice of violation of this License (for any work) from that
426
+ copyright holder, and you cure the violation prior to 30 days after
427
+ your receipt of the notice.
428
+
429
+ Termination of your rights under this section does not terminate the
430
+ licenses of parties who have received copies or rights from you under
431
+ this License. If your rights have been terminated and not permanently
432
+ reinstated, you do not qualify to receive new licenses for the same
433
+ material under section 10.
434
+
435
+ 9. Acceptance Not Required for Having Copies.
436
+
437
+ You are not required to accept this License in order to receive or
438
+ run a copy of the Program. Ancillary propagation of a covered work
439
+ occurring solely as a consequence of using peer-to-peer transmission
440
+ to receive a copy likewise does not require acceptance. However,
441
+ nothing other than this License grants you permission to propagate or
442
+ modify any covered work. These actions infringe copyright if you do
443
+ not accept this License. Therefore, by modifying or propagating a
444
+ covered work, you indicate your acceptance of this License to do so.
445
+
446
+ 10. Automatic Licensing of Downstream Recipients.
447
+
448
+ Each time you convey a covered work, the recipient automatically
449
+ receives a license from the original licensors, to run, modify and
450
+ propagate that work, subject to this License. You are not responsible
451
+ for enforcing compliance by third parties with this License.
452
+
453
+ An "entity transaction" is a transaction transferring control of an
454
+ organization, or substantially all assets of one, or subdividing an
455
+ organization, or merging organizations. If propagation of a covered
456
+ work results from an entity transaction, each party to that
457
+ transaction who receives a copy of the work also receives whatever
458
+ licenses to the work the party's predecessor in interest had or could
459
+ give under the previous paragraph, plus a right to possession of the
460
+ Corresponding Source of the work from the predecessor in interest, if
461
+ the predecessor has it or can get it with reasonable efforts.
462
+
463
+ You may not impose any further restrictions on the exercise of the
464
+ rights granted or affirmed under this License. For example, you may
465
+ not impose a license fee, royalty, or other charge for exercise of
466
+ rights granted under this License, and you may not initiate litigation
467
+ (including a cross-claim or counterclaim in a lawsuit) alleging that
468
+ any patent claim is infringed by making, using, selling, offering for
469
+ sale, or importing the Program or any portion of it.
470
+
471
+ 11. Patents.
472
+
473
+ A "contributor" is a copyright holder who authorizes use under this
474
+ License of the Program or a work on which the Program is based. The
475
+ work thus licensed is called the contributor's "contributor version".
476
+
477
+ A contributor's "essential patent claims" are all patent claims
478
+ owned or controlled by the contributor, whether already acquired or
479
+ hereafter acquired, that would be infringed by some manner, permitted
480
+ by this License, of making, using, or selling its contributor version,
481
+ but do not include claims that would be infringed only as a
482
+ consequence of further modification of the contributor version. For
483
+ purposes of this definition, "control" includes the right to grant
484
+ patent sublicenses in a manner consistent with the requirements of
485
+ this License.
486
+
487
+ Each contributor grants you a non-exclusive, worldwide, royalty-free
488
+ patent license under the contributor's essential patent claims, to
489
+ make, use, sell, offer for sale, import and otherwise run, modify and
490
+ propagate the contents of its contributor version.
491
+
492
+ In the following three paragraphs, a "patent license" is any express
493
+ agreement or commitment, however denominated, not to enforce a patent
494
+ (such as an express permission to practice a patent or covenant not to
495
+ sue for patent infringement). To "grant" such a patent license to a
496
+ party means to make such an agreement or commitment not to enforce a
497
+ patent against the party.
498
+
499
+ If you convey a covered work, knowingly relying on a patent license,
500
+ and the Corresponding Source of the work is not available for anyone
501
+ to copy, free of charge and under the terms of this License, through a
502
+ publicly available network server or other readily accessible means,
503
+ then you must either (1) cause the Corresponding Source to be so
504
+ available, or (2) arrange to deprive yourself of the benefit of the
505
+ patent license for this particular work, or (3) arrange, in a manner
506
+ consistent with the requirements of this License, to extend the patent
507
+ license to downstream recipients. "Knowingly relying" means you have
508
+ actual knowledge that, but for the patent license, your conveying the
509
+ covered work in a country, or your recipient's use of the covered work
510
+ in a country, would infringe one or more identifiable patents in that
511
+ country that you have reason to believe are valid.
512
+
513
+ If, pursuant to or in connection with a single transaction or
514
+ arrangement, you convey, or propagate by procuring conveyance of, a
515
+ covered work, and grant a patent license to some of the parties
516
+ receiving the covered work authorizing them to use, propagate, modify
517
+ or convey a specific copy of the covered work, then the patent license
518
+ you grant is automatically extended to all recipients of the covered
519
+ work and works based on it.
520
+
521
+ A patent license is "discriminatory" if it does not include within
522
+ the scope of its coverage, prohibits the exercise of, or is
523
+ conditioned on the non-exercise of one or more of the rights that are
524
+ specifically granted under this License. You may not convey a covered
525
+ work if you are a party to an arrangement with a third party that is
526
+ in the business of distributing software, under which you make payment
527
+ to the third party based on the extent of your activity of conveying
528
+ the work, and under which the third party grants, to any of the
529
+ parties who would receive the covered work from you, a discriminatory
530
+ patent license (a) in connection with copies of the covered work
531
+ conveyed by you (or copies made from those copies), or (b) primarily
532
+ for and in connection with specific products or compilations that
533
+ contain the covered work, unless you entered into that arrangement,
534
+ or that patent license was granted, prior to 28 March 2007.
535
+
536
+ Nothing in this License shall be construed as excluding or limiting
537
+ any implied license or other defenses to infringement that may
538
+ otherwise be available to you under applicable patent law.
539
+
540
+ 12. No Surrender of Others' Freedom.
541
+
542
+ If conditions are imposed on you (whether by court order, agreement or
543
+ otherwise) that contradict the conditions of this License, they do not
544
+ excuse you from the conditions of this License. If you cannot convey a
545
+ covered work so as to satisfy simultaneously your obligations under this
546
+ License and any other pertinent obligations, then as a consequence you may
547
+ not convey it at all. For example, if you agree to terms that obligate you
548
+ to collect a royalty for further conveying from those to whom you convey
549
+ the Program, the only way you could satisfy both those terms and this
550
+ License would be to refrain entirely from conveying the Program.
551
+
552
+ 13. Use with the GNU Affero General Public License.
553
+
554
+ Notwithstanding any other provision of this License, you have
555
+ permission to link or combine any covered work with a work licensed
556
+ under version 3 of the GNU Affero General Public License into a single
557
+ combined work, and to convey the resulting work. The terms of this
558
+ License will continue to apply to the part which is the covered work,
559
+ but the special requirements of the GNU Affero General Public License,
560
+ section 13, concerning interaction through a network will apply to the
561
+ combination as such.
562
+
563
+ 14. Revised Versions of this License.
564
+
565
+ The Free Software Foundation may publish revised and/or new versions of
566
+ the GNU General Public License from time to time. Such new versions will
567
+ be similar in spirit to the present version, but may differ in detail to
568
+ address new problems or concerns.
569
+
570
+ Each version is given a distinguishing version number. If the
571
+ Program specifies that a certain numbered version of the GNU General
572
+ Public License "or any later version" applies to it, you have the
573
+ option of following the terms and conditions either of that numbered
574
+ version or of any later version published by the Free Software
575
+ Foundation. If the Program does not specify a version number of the
576
+ GNU General Public License, you may choose any version ever published
577
+ by the Free Software Foundation.
578
+
579
+ If the Program specifies that a proxy can decide which future
580
+ versions of the GNU General Public License can be used, that proxy's
581
+ public statement of acceptance of a version permanently authorizes you
582
+ to choose that version for the Program.
583
+
584
+ Later license versions may give you additional or different
585
+ permissions. However, no additional obligations are imposed on any
586
+ author or copyright holder as a result of your choosing to follow a
587
+ later version.
588
+
589
+ 15. Disclaimer of Warranty.
590
+
591
+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
592
+ APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
593
+ HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
594
+ OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
595
+ THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
596
+ PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
597
+ IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
598
+ ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
599
+
600
+ 16. Limitation of Liability.
601
+
602
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
603
+ WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
604
+ THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
605
+ GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
606
+ USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
607
+ DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
608
+ PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
609
+ EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
610
+ SUCH DAMAGES.
611
+
612
+ 17. Interpretation of Sections 15 and 16.
613
+
614
+ If the disclaimer of warranty and limitation of liability provided
615
+ above cannot be given local legal effect according to their terms,
616
+ reviewing courts shall apply local law that most closely approximates
617
+ an absolute waiver of all civil liability in connection with the
618
+ Program, unless a warranty or assumption of liability accompanies a
619
+ copy of the Program in return for a fee.
620
+
621
+ END OF TERMS AND CONDITIONS
622
+
623
+ How to Apply These Terms to Your New Programs
624
+
625
+ If you develop a new program, and you want it to be of the greatest
626
+ possible use to the public, the best way to achieve this is to make it
627
+ free software which everyone can redistribute and change under these terms.
628
+
629
+ To do so, attach the following notices to the program. It is safest
630
+ to attach them to the start of each source file to most effectively
631
+ state the exclusion of warranty; and each file should have at least
632
+ the "copyright" line and a pointer to where the full notice is found.
633
+
634
+ {one line to give the program's name and a brief idea of what it does.}
635
+ Copyright (C) {year} {name of author}
636
+
637
+ This program is free software: you can redistribute it and/or modify
638
+ it under the terms of the GNU General Public License as published by
639
+ the Free Software Foundation, either version 3 of the License, or
640
+ (at your option) any later version.
641
+
642
+ This program is distributed in the hope that it will be useful,
643
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
644
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
645
+ GNU General Public License for more details.
646
+
647
+ You should have received a copy of the GNU General Public License
648
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
649
+
650
+ Also add information on how to contact you by electronic and paper mail.
651
+
652
+ If the program does terminal interaction, make it output a short
653
+ notice like this when it starts in an interactive mode:
654
+
655
+ {project} Copyright (C) {year} {fullname}
656
+ This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
657
+ This is free software, and you are welcome to redistribute it
658
+ under certain conditions; type `show c' for details.
659
+
660
+ The hypothetical commands `show w' and `show c' should show the appropriate
661
+ parts of the General Public License. Of course, your program's commands
662
+ might be different; for a GUI interface, you would use an "about box".
663
+
664
+ You should also get your employer (if you work as a programmer) or school,
665
+ if any, to sign a "copyright disclaimer" for the program, if necessary.
666
+ For more information on this, and how to apply and follow the GNU GPL, see
667
+ <http://www.gnu.org/licenses/>.
668
+
669
+ The GNU General Public License does not permit incorporating your program
670
+ into proprietary programs. If your program is a subroutine library, you
671
+ may consider it more useful to permit linking proprietary applications with
672
+ the library. If this is what you want to do, use the GNU Lesser General
673
+ Public License instead of this License. But first, please read
674
+ <http://www.gnu.org/philosophy/why-not-lgpl.html>.
FPGAwars_icezum/Manufacturing-GERBERs/from-kicad/Readme.md ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ * **icezum-Edge.cuts.gbr**: Mechanical layer 1 (*icezum-GM1*)
2
+ * **icezum-F.Cu.gbr**: Copper Top layer (*icezum-GTL*)
3
+ * **icezum-B.Cu.gbr**: Copper Bottom layer (*icezum-GBL*)
4
+ * **icezum-In1.Cu.gbr**: Copper Inner layer 1 (*icezum-G1*)
5
+ * **icezum-In2.Cu.gbr**: Copper Inner layer 2 (*icezum-G2*)
6
+ * **icezum-F.SilkS.gbr**: Top SilkScreen Layer (*icezum-GTO*)
7
+ * **icezum-B.SilkS.gbr**: Bottom SilkScreen Layer (*icezum-GBO*)
8
+ * **icezum-F.Mask.gbr**: Top Solder Mask Layer (*icezum-GTS*)
9
+ * **icezum-B.Mask.gbr**: Bottom Solder Mask Layer (*icezum-GBS*)
10
+ * **icezum-F.Paste.gbr**: Top Paste layer (*icezum-GTP*)
11
+ * **icezum.drl**: Drills
FPGAwars_icezum/Manufacturing-GERBERs/from-kicad/icezum-B.Cu.gbr ADDED
The diff for this file is too large to render. See raw diff
 
FPGAwars_icezum/Manufacturing-GERBERs/from-kicad/icezum-B.Mask.gbr ADDED
@@ -0,0 +1,335 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ %TF.GenerationSoftware,KiCad,Pcbnew,no-vcs-found-e5c4cfc~61~ubuntu16.04.1*%
2
+ %TF.CreationDate,2017-11-03T17:54:14+01:00*%
3
+ %TF.ProjectId,icezum,6963657A756D2E6B696361645F706362,V1.1K*%
4
+ %TF.SameCoordinates,PX5c0c740PY87a6900*%
5
+ %TF.FileFunction,Soldermask,Bot*%
6
+ %TF.FilePolarity,Negative*%
7
+ %FSLAX46Y46*%
8
+ G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
9
+ G04 Created by KiCad (PCBNEW no-vcs-found-e5c4cfc~61~ubuntu16.04.1) date Fri Nov 3 17:54:14 2017*
10
+ %MOMM*%
11
+ %LPD*%
12
+ G01*
13
+ G04 APERTURE LIST*
14
+ %ADD10C,3.350000*%
15
+ %ADD11C,0.890000*%
16
+ %ADD12C,0.950000*%
17
+ %ADD13C,1.150000*%
18
+ %ADD14C,0.790000*%
19
+ %ADD15R,1.650000X1.650000*%
20
+ %ADD16C,1.650000*%
21
+ %ADD17C,4.770000*%
22
+ %ADD18C,5.530000*%
23
+ %ADD19R,1.520000X1.520000*%
24
+ %ADD20C,1.520000*%
25
+ %ADD21C,1.690000*%
26
+ %ADD22C,2.080000*%
27
+ G04 APERTURE END LIST*
28
+ D10*
29
+ %TO.C,REF\002A\002A*%
30
+ X66203000Y7765000D03*
31
+ %TD*%
32
+ %TO.C,REF\002A\002A*%
33
+ X66203000Y35705000D03*
34
+ %TD*%
35
+ %TO.C,REF\002A\002A*%
36
+ X15403000Y50945000D03*
37
+ %TD*%
38
+ %TO.C,REF\002A\002A*%
39
+ X13977000Y2540000D03*
40
+ %TD*%
41
+ D11*
42
+ %TO.C,U6*%
43
+ X25558700Y41977900D03*
44
+ X23998700Y41977900D03*
45
+ X25558700Y42997900D03*
46
+ X23998700Y42997900D03*
47
+ %TD*%
48
+ %TO.C,U12*%
49
+ X20941000Y12508000D03*
50
+ X21901000Y12508000D03*
51
+ X20941000Y11548000D03*
52
+ X21901000Y11548000D03*
53
+ X21421000Y12028000D03*
54
+ %TD*%
55
+ %TO.C,U7*%
56
+ X56758800Y25707900D03*
57
+ X55798800Y25707900D03*
58
+ X56758800Y26667900D03*
59
+ X55798800Y26667900D03*
60
+ X56278800Y26187900D03*
61
+ %TD*%
62
+ %TO.C,U8*%
63
+ X54907000Y17657000D03*
64
+ X56007000Y17657000D03*
65
+ X57107000Y17657000D03*
66
+ X54907000Y16543000D03*
67
+ X56007000Y16543000D03*
68
+ X57107000Y16543000D03*
69
+ %TD*%
70
+ %TO.C,U9*%
71
+ X57678800Y34830900D03*
72
+ X56578800Y34830900D03*
73
+ X55478800Y34830900D03*
74
+ X57678800Y35944900D03*
75
+ X56578800Y35944900D03*
76
+ X55478800Y35944900D03*
77
+ %TD*%
78
+ %TO.C,U10*%
79
+ X30810200Y13426200D03*
80
+ X30810200Y12126200D03*
81
+ %TD*%
82
+ D12*
83
+ %TO.C,SW1*%
84
+ X2510200Y52384200D03*
85
+ X6560200Y52384200D03*
86
+ D13*
87
+ X2510200Y52384200D03*
88
+ X6560200Y52384200D03*
89
+ %TD*%
90
+ D12*
91
+ %TO.C,SW2*%
92
+ X8310200Y52384200D03*
93
+ X12360200Y52384200D03*
94
+ D13*
95
+ X8310200Y52384200D03*
96
+ X12360200Y52384200D03*
97
+ %TD*%
98
+ D11*
99
+ %TO.C,TP7*%
100
+ X3046000Y20438000D03*
101
+ %TD*%
102
+ %TO.C,TP4*%
103
+ X34819100Y11187900D03*
104
+ %TD*%
105
+ %TO.C,TP1*%
106
+ X4107000Y20999000D03*
107
+ %TD*%
108
+ %TO.C,TP2*%
109
+ X34607000Y12399000D03*
110
+ %TD*%
111
+ %TO.C,TP3*%
112
+ X33607000Y11199000D03*
113
+ %TD*%
114
+ D14*
115
+ %TO.C,TP5*%
116
+ X36382000Y7000000D03*
117
+ %TD*%
118
+ D11*
119
+ %TO.C,TP6*%
120
+ X14732000Y13217000D03*
121
+ %TD*%
122
+ %TO.C,TP8*%
123
+ X23357000Y33100000D03*
124
+ %TD*%
125
+ D15*
126
+ %TO.C,J4*%
127
+ X41656000Y50800000D03*
128
+ D16*
129
+ X39116000Y50800000D03*
130
+ X36576000Y50800000D03*
131
+ X34036000Y50800000D03*
132
+ X31496000Y50800000D03*
133
+ X28956000Y50800000D03*
134
+ X26416000Y50800000D03*
135
+ X23876000Y50800000D03*
136
+ X21336000Y50800000D03*
137
+ X18796000Y50800000D03*
138
+ %TD*%
139
+ D15*
140
+ %TO.C,J3*%
141
+ X41656000Y46355000D03*
142
+ D16*
143
+ X39116000Y46355000D03*
144
+ X36576000Y46355000D03*
145
+ X34036000Y46355000D03*
146
+ X31496000Y46355000D03*
147
+ X28956000Y46355000D03*
148
+ %TD*%
149
+ D15*
150
+ %TO.C,J14*%
151
+ X46990000Y6985000D03*
152
+ D16*
153
+ X49530000Y6985000D03*
154
+ X52070000Y6985000D03*
155
+ X54610000Y6985000D03*
156
+ X57150000Y6985000D03*
157
+ X59690000Y6985000D03*
158
+ %TD*%
159
+ D15*
160
+ %TO.C,J6*%
161
+ X41656000Y41275000D03*
162
+ D16*
163
+ X39116000Y41275000D03*
164
+ X36576000Y41275000D03*
165
+ X34036000Y41275000D03*
166
+ X31496000Y41275000D03*
167
+ X28956000Y41275000D03*
168
+ %TD*%
169
+ D15*
170
+ %TO.C,J12*%
171
+ X46990000Y12065000D03*
172
+ D16*
173
+ X49530000Y12065000D03*
174
+ X52070000Y12065000D03*
175
+ X54610000Y12065000D03*
176
+ X57150000Y12065000D03*
177
+ X59690000Y12065000D03*
178
+ %TD*%
179
+ D15*
180
+ %TO.C,J2*%
181
+ X41656000Y43815000D03*
182
+ D16*
183
+ X39116000Y43815000D03*
184
+ X36576000Y43815000D03*
185
+ X34036000Y43815000D03*
186
+ X31496000Y43815000D03*
187
+ X28956000Y43815000D03*
188
+ %TD*%
189
+ D15*
190
+ %TO.C,J13*%
191
+ X46990000Y9525000D03*
192
+ D16*
193
+ X49530000Y9525000D03*
194
+ X52070000Y9525000D03*
195
+ X54610000Y9525000D03*
196
+ X57150000Y9525000D03*
197
+ X59690000Y9525000D03*
198
+ %TD*%
199
+ D15*
200
+ %TO.C,J10*%
201
+ X63500000Y50800000D03*
202
+ D16*
203
+ X60960000Y50800000D03*
204
+ X58420000Y50800000D03*
205
+ X55880000Y50800000D03*
206
+ X53340000Y50800000D03*
207
+ X50800000Y50800000D03*
208
+ X48260000Y50800000D03*
209
+ X45720000Y50800000D03*
210
+ %TD*%
211
+ D15*
212
+ %TO.C,J8*%
213
+ X63500000Y46355000D03*
214
+ D16*
215
+ X60960000Y46355000D03*
216
+ X58420000Y46355000D03*
217
+ X55880000Y46355000D03*
218
+ X53340000Y46355000D03*
219
+ X50800000Y46355000D03*
220
+ X48260000Y46355000D03*
221
+ X45720000Y46355000D03*
222
+ %TD*%
223
+ D15*
224
+ %TO.C,J7*%
225
+ X63500000Y43815000D03*
226
+ D16*
227
+ X60960000Y43815000D03*
228
+ X58420000Y43815000D03*
229
+ X55880000Y43815000D03*
230
+ X53340000Y43815000D03*
231
+ X50800000Y43815000D03*
232
+ X48260000Y43815000D03*
233
+ X45720000Y43815000D03*
234
+ %TD*%
235
+ D15*
236
+ %TO.C,J9*%
237
+ X63500000Y41275000D03*
238
+ D16*
239
+ X60960000Y41275000D03*
240
+ X58420000Y41275000D03*
241
+ X55880000Y41275000D03*
242
+ X53340000Y41275000D03*
243
+ X50800000Y41275000D03*
244
+ X48260000Y41275000D03*
245
+ X45720000Y41275000D03*
246
+ %TD*%
247
+ D15*
248
+ %TO.C,J5*%
249
+ X27940000Y2540000D03*
250
+ D16*
251
+ X30480000Y2540000D03*
252
+ X33020000Y2540000D03*
253
+ X35560000Y2540000D03*
254
+ X38100000Y2540000D03*
255
+ X40640000Y2540000D03*
256
+ X43180000Y2540000D03*
257
+ X45720000Y2540000D03*
258
+ %TD*%
259
+ D15*
260
+ %TO.C,J11*%
261
+ X50800000Y2540000D03*
262
+ D16*
263
+ X53340000Y2540000D03*
264
+ X55880000Y2540000D03*
265
+ X58420000Y2540000D03*
266
+ X60960000Y2540000D03*
267
+ X63500000Y2540000D03*
268
+ %TD*%
269
+ D15*
270
+ %TO.C,J16*%
271
+ X66738500Y28422600D03*
272
+ D16*
273
+ X66738500Y25882600D03*
274
+ X66738500Y23342600D03*
275
+ X66738500Y20802600D03*
276
+ %TD*%
277
+ D15*
278
+ %TO.C,J15*%
279
+ X64198500Y28422600D03*
280
+ D16*
281
+ X64198500Y25882600D03*
282
+ X64198500Y23342600D03*
283
+ X64198500Y20802600D03*
284
+ %TD*%
285
+ D15*
286
+ %TO.C,J17*%
287
+ X61658500Y28422600D03*
288
+ D16*
289
+ X61658500Y25882600D03*
290
+ X61658500Y23342600D03*
291
+ X61658500Y20802600D03*
292
+ %TD*%
293
+ D15*
294
+ %TO.C,J19*%
295
+ X15786100Y17830800D03*
296
+ D16*
297
+ X15786100Y20370800D03*
298
+ X18326100Y17830800D03*
299
+ X18326100Y20370800D03*
300
+ X20866100Y17830800D03*
301
+ X20866100Y20370800D03*
302
+ X23406100Y17830800D03*
303
+ X23406100Y20370800D03*
304
+ %TD*%
305
+ D17*
306
+ %TO.C,J18*%
307
+ X5410200Y8356600D03*
308
+ D18*
309
+ X11658600Y8356600D03*
310
+ D17*
311
+ X8661400Y3556000D03*
312
+ %TD*%
313
+ D19*
314
+ %TO.C,SW3*%
315
+ X18554700Y5207000D03*
316
+ D20*
317
+ X21094700Y5207000D03*
318
+ X23634700Y5207000D03*
319
+ %TD*%
320
+ D21*
321
+ %TO.C,SW4*%
322
+ X65659000Y16891000D03*
323
+ X65659000Y12382500D03*
324
+ D22*
325
+ X63157100Y18148300D03*
326
+ X63157100Y11137900D03*
327
+ %TD*%
328
+ D15*
329
+ %TO.C,JP1*%
330
+ X61569600Y31788100D03*
331
+ D16*
332
+ X61569600Y34328100D03*
333
+ X61569600Y36868100D03*
334
+ %TD*%
335
+ M02*
FPGAwars_icezum/Manufacturing-GERBERs/from-kicad/icezum-B.SilkS.gbr ADDED
The diff for this file is too large to render. See raw diff
 
FPGAwars_icezum/Manufacturing-GERBERs/from-kicad/icezum-Edge.Cuts.gbr ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ %TF.GenerationSoftware,KiCad,Pcbnew,no-vcs-found-e5c4cfc~61~ubuntu16.04.1*%
2
+ %TF.CreationDate,2017-11-03T17:54:14+01:00*%
3
+ %TF.ProjectId,icezum,6963657A756D2E6B696361645F706362,V1.1K*%
4
+ %TF.SameCoordinates,PX5c0c740PY87a6900*%
5
+ %TF.FileFunction,Profile,NP*%
6
+ %FSLAX46Y46*%
7
+ G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
8
+ G04 Created by KiCad (PCBNEW no-vcs-found-e5c4cfc~61~ubuntu16.04.1) date Fri Nov 3 17:54:14 2017*
9
+ %MOMM*%
10
+ %LPD*%
11
+ G01*
12
+ G04 APERTURE LIST*
13
+ %ADD10C,0.680000*%
14
+ G04 APERTURE END LIST*
15
+ D10*
16
+ X68580000Y38100000D02*
17
+ X68580000Y5080000D01*
18
+ X66040000Y40640000D02*
19
+ X66040000Y50800000D01*
20
+ X68580000Y38100000D02*
21
+ G75*
22
+ G03X67310000Y39370000I-1270000J0D01*
23
+ G01*
24
+ X66040000Y40640000D02*
25
+ G75*
26
+ G03X67310000Y39370000I1270000J0D01*
27
+ G01*
28
+ X67310000Y3810000D02*
29
+ G75*
30
+ G03X68580000Y5080000I0J1270000D01*
31
+ G01*
32
+ X67310000Y3810000D02*
33
+ G75*
34
+ G03X66040000Y2540000I0J-1270000D01*
35
+ G01*
36
+ X2540000Y53340000D02*
37
+ X63500000Y53340000D01*
38
+ X0Y2540000D02*
39
+ X0Y50800000D01*
40
+ X2540000Y0D02*
41
+ X63500000Y0D01*
42
+ X66040000Y50800000D02*
43
+ G75*
44
+ G03X63500000Y53340000I-2540000J0D01*
45
+ G01*
46
+ X63500000Y0D02*
47
+ G75*
48
+ G03X66040000Y2540000I0J2540000D01*
49
+ G01*
50
+ X2540000Y53340000D02*
51
+ G75*
52
+ G03X0Y50800000I0J-2540000D01*
53
+ G01*
54
+ X0Y2540000D02*
55
+ G75*
56
+ G03X2540000Y0I2540000J0D01*
57
+ G01*
58
+ M02*
FPGAwars_icezum/Manufacturing-GERBERs/from-kicad/icezum-F.Cu.gbr ADDED
The diff for this file is too large to render. See raw diff
 
FPGAwars_icezum/Manufacturing-GERBERs/from-kicad/icezum-F.Mask.gbr ADDED
@@ -0,0 +1,2106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ %TF.GenerationSoftware,KiCad,Pcbnew,no-vcs-found-e5c4cfc~61~ubuntu16.04.1*%
2
+ %TF.CreationDate,2017-11-03T17:54:14+01:00*%
3
+ %TF.ProjectId,icezum,6963657A756D2E6B696361645F706362,V1.1K*%
4
+ %TF.SameCoordinates,PX5c0c740PY87a6900*%
5
+ %TF.FileFunction,Soldermask,Top*%
6
+ %TF.FilePolarity,Negative*%
7
+ %FSLAX46Y46*%
8
+ G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
9
+ G04 Created by KiCad (PCBNEW no-vcs-found-e5c4cfc~61~ubuntu16.04.1) date Fri Nov 3 17:54:14 2017*
10
+ %MOMM*%
11
+ %LPD*%
12
+ G01*
13
+ G04 APERTURE LIST*
14
+ %ADD10C,3.350000*%
15
+ %ADD11C,0.890000*%
16
+ %ADD12R,2.702700X2.194700*%
17
+ %ADD13O,0.850000X0.450000*%
18
+ %ADD14O,0.450000X0.850000*%
19
+ %ADD15R,1.851800X1.851800*%
20
+ %ADD16O,0.429400X1.000900*%
21
+ %ADD17O,1.000900X0.429400*%
22
+ %ADD18O,0.998360X0.429400*%
23
+ %ADD19R,1.000900X0.429400*%
24
+ %ADD20R,0.429400X1.000900*%
25
+ %ADD21R,3.198000X2.194700*%
26
+ %ADD22R,1.750200X2.397900*%
27
+ %ADD23R,0.797700X0.454800*%
28
+ %ADD24C,0.950000*%
29
+ %ADD25C,1.150000*%
30
+ %ADD26R,1.750000X1.150000*%
31
+ %ADD27C,0.790000*%
32
+ %ADD28R,1.166000X1.547000*%
33
+ %ADD29R,1.050000X0.950000*%
34
+ %ADD30R,0.950100X0.950100*%
35
+ %ADD31R,1.650000X1.650000*%
36
+ %ADD32C,1.650000*%
37
+ %ADD33R,1.750200X2.258200*%
38
+ %ADD34R,1.496200X0.556400*%
39
+ %ADD35R,2.055000X1.953400*%
40
+ %ADD36R,2.055000X2.055000*%
41
+ %ADD37C,4.770000*%
42
+ %ADD38C,5.530000*%
43
+ %ADD39R,1.520000X1.520000*%
44
+ %ADD40C,1.520000*%
45
+ %ADD41R,1.166000X1.356500*%
46
+ %ADD42O,1.953400X0.594500*%
47
+ %ADD43R,0.658000X0.454800*%
48
+ %ADD44R,1.547000X1.166000*%
49
+ %ADD45R,0.710000X0.840000*%
50
+ %ADD46R,2.385200X2.385200*%
51
+ %ADD47R,0.797700X0.556400*%
52
+ %ADD48R,1.445400X1.851800*%
53
+ %ADD49O,0.950100X0.429400*%
54
+ %ADD50O,0.429400X0.950100*%
55
+ %ADD51R,4.645800X4.645800*%
56
+ %ADD52R,3.845700X1.127900*%
57
+ %ADD53O,1.800000X0.450000*%
58
+ %ADD54O,0.450000X1.800000*%
59
+ %ADD55R,0.899300X0.429400*%
60
+ %ADD56R,0.840000X0.710000*%
61
+ %ADD57C,1.690000*%
62
+ %ADD58C,2.080000*%
63
+ %ADD59R,0.950100X1.039000*%
64
+ %ADD60R,1.039000X0.950100*%
65
+ %ADD61R,1.267600X1.420000*%
66
+ %ADD62R,1.267600X1.394600*%
67
+ %ADD63R,1.343800X1.775600*%
68
+ %ADD64R,1.343800X1.750200*%
69
+ %ADD65R,1.775600X1.343800*%
70
+ %ADD66R,1.750200X1.343800*%
71
+ %ADD67R,0.810400X0.962800*%
72
+ %ADD68R,0.962800X0.810400*%
73
+ %ADD69R,0.658000X0.607200*%
74
+ %ADD70R,0.607200X0.658000*%
75
+ %ADD71C,3.000000*%
76
+ %ADD72R,1.150000X1.650000*%
77
+ %ADD73R,1.770000X1.340000*%
78
+ %ADD74C,0.100000*%
79
+ %ADD75C,0.594500*%
80
+ %ADD76R,3.756800X4.455300*%
81
+ G04 APERTURE END LIST*
82
+ D10*
83
+ %TO.C,REF\002A\002A*%
84
+ X66203000Y7765000D03*
85
+ %TD*%
86
+ %TO.C,REF\002A\002A*%
87
+ X66203000Y35705000D03*
88
+ %TD*%
89
+ %TO.C,REF\002A\002A*%
90
+ X15403000Y50945000D03*
91
+ %TD*%
92
+ %TO.C,REF\002A\002A*%
93
+ X13977000Y2540000D03*
94
+ %TD*%
95
+ D11*
96
+ %TO.C,U6*%
97
+ X25558700Y41977900D03*
98
+ X23998700Y41977900D03*
99
+ X25558700Y42997900D03*
100
+ X23998700Y42997900D03*
101
+ D12*
102
+ X24778700Y42487900D03*
103
+ D13*
104
+ X22828700Y41737900D03*
105
+ D14*
106
+ X23528700Y40657900D03*
107
+ X24028700Y40657900D03*
108
+ X24528700Y40657900D03*
109
+ X25028700Y40657900D03*
110
+ X25528700Y40657900D03*
111
+ X26028700Y40657900D03*
112
+ D13*
113
+ X26728700Y41737900D03*
114
+ X22828700Y43237900D03*
115
+ X26728700Y43237900D03*
116
+ D14*
117
+ X26028700Y44317900D03*
118
+ X25528700Y44317900D03*
119
+ X25028700Y44317900D03*
120
+ X24528700Y44317900D03*
121
+ X24028700Y44317900D03*
122
+ X23528700Y44317900D03*
123
+ %TD*%
124
+ D11*
125
+ %TO.C,U12*%
126
+ X20941000Y12508000D03*
127
+ X21901000Y12508000D03*
128
+ X20941000Y11548000D03*
129
+ X21901000Y11548000D03*
130
+ X21421000Y12028000D03*
131
+ D15*
132
+ X21421000Y12028000D03*
133
+ D16*
134
+ X22170300Y10547180D03*
135
+ X21675000Y10547180D03*
136
+ X21167000Y10547180D03*
137
+ X20671700Y10547180D03*
138
+ D17*
139
+ X19940180Y11278700D03*
140
+ X19940180Y11774000D03*
141
+ X19940180Y12282000D03*
142
+ X19940180Y12777300D03*
143
+ D16*
144
+ X20671700Y13508820D03*
145
+ X21167000Y13513900D03*
146
+ X21675000Y13508820D03*
147
+ X22170300Y13508820D03*
148
+ D17*
149
+ X22901820Y12777300D03*
150
+ X22901820Y12282000D03*
151
+ X22901820Y11774000D03*
152
+ D18*
153
+ X22901820Y11278700D03*
154
+ %TD*%
155
+ D11*
156
+ %TO.C,U7*%
157
+ X56758800Y25707900D03*
158
+ X55798800Y25707900D03*
159
+ X56758800Y26667900D03*
160
+ X55798800Y26667900D03*
161
+ X56278800Y26187900D03*
162
+ D15*
163
+ X56278800Y26187900D03*
164
+ D16*
165
+ X55529500Y27668720D03*
166
+ X56024800Y27668720D03*
167
+ X56532800Y27668720D03*
168
+ X57028100Y27668720D03*
169
+ D17*
170
+ X57759620Y26937200D03*
171
+ X57759620Y26441900D03*
172
+ X57759620Y25933900D03*
173
+ X57759620Y25438600D03*
174
+ D16*
175
+ X57028100Y24707080D03*
176
+ X56532800Y24702000D03*
177
+ X56024800Y24707080D03*
178
+ X55529500Y24707080D03*
179
+ D17*
180
+ X54797980Y25438600D03*
181
+ X54797980Y25933900D03*
182
+ X54797980Y26441900D03*
183
+ D18*
184
+ X54797980Y26937200D03*
185
+ %TD*%
186
+ D11*
187
+ %TO.C,U8*%
188
+ X54907000Y17657000D03*
189
+ X56007000Y17657000D03*
190
+ X57107000Y17657000D03*
191
+ X54907000Y16543000D03*
192
+ X56007000Y16543000D03*
193
+ X57107000Y16543000D03*
194
+ D19*
195
+ X58229500Y17849300D03*
196
+ D20*
197
+ X57759600Y18814500D03*
198
+ X57251600Y18814500D03*
199
+ X56756300Y18814500D03*
200
+ X56254650Y18814500D03*
201
+ X55759350Y18814500D03*
202
+ X55257700Y18814500D03*
203
+ D19*
204
+ X53784500Y17849300D03*
205
+ X58229500Y16350700D03*
206
+ X53784500Y16350700D03*
207
+ D20*
208
+ X55257700Y15385500D03*
209
+ X55759350Y15385500D03*
210
+ X56254650Y15385500D03*
211
+ X56756300Y15385500D03*
212
+ X57251600Y15385500D03*
213
+ X57759600Y15385500D03*
214
+ X54762400Y18814500D03*
215
+ X54254400Y18814500D03*
216
+ X54254400Y15385500D03*
217
+ X54762400Y15385500D03*
218
+ D21*
219
+ X56007000Y17100000D03*
220
+ %TD*%
221
+ D11*
222
+ %TO.C,U9*%
223
+ X57678800Y34830900D03*
224
+ X56578800Y34830900D03*
225
+ X55478800Y34830900D03*
226
+ X57678800Y35944900D03*
227
+ X56578800Y35944900D03*
228
+ X55478800Y35944900D03*
229
+ D19*
230
+ X54356300Y34638600D03*
231
+ D20*
232
+ X54826200Y33673400D03*
233
+ X55334200Y33673400D03*
234
+ X55829500Y33673400D03*
235
+ X56331150Y33673400D03*
236
+ X56826450Y33673400D03*
237
+ X57328100Y33673400D03*
238
+ D19*
239
+ X58801300Y34638600D03*
240
+ X54356300Y36137200D03*
241
+ X58801300Y36137200D03*
242
+ D20*
243
+ X57328100Y37102400D03*
244
+ X56826450Y37102400D03*
245
+ X56331150Y37102400D03*
246
+ X55829500Y37102400D03*
247
+ X55334200Y37102400D03*
248
+ X54826200Y37102400D03*
249
+ X57823400Y33673400D03*
250
+ X58331400Y33673400D03*
251
+ X58331400Y37102400D03*
252
+ X57823400Y37102400D03*
253
+ D21*
254
+ X56578800Y35387900D03*
255
+ %TD*%
256
+ D11*
257
+ %TO.C,U10*%
258
+ X30810200Y13426200D03*
259
+ X30810200Y12126200D03*
260
+ D22*
261
+ X30810200Y12776200D03*
262
+ D23*
263
+ X29438600Y11804650D03*
264
+ X29438600Y12452350D03*
265
+ X29438600Y13100050D03*
266
+ X29438600Y13747750D03*
267
+ X32181800Y13747750D03*
268
+ X32181800Y13100050D03*
269
+ X32181800Y12452350D03*
270
+ X32181800Y11804650D03*
271
+ %TD*%
272
+ D24*
273
+ %TO.C,SW1*%
274
+ X2510200Y52384200D03*
275
+ X6560200Y52384200D03*
276
+ D25*
277
+ X2510200Y52384200D03*
278
+ D26*
279
+ X2635200Y52284200D03*
280
+ X6435200Y52284200D03*
281
+ X2635200Y50884200D03*
282
+ X6435200Y50884200D03*
283
+ D25*
284
+ X6560200Y52384200D03*
285
+ %TD*%
286
+ D24*
287
+ %TO.C,SW2*%
288
+ X8310200Y52384200D03*
289
+ X12360200Y52384200D03*
290
+ D25*
291
+ X8310200Y52384200D03*
292
+ D26*
293
+ X8435200Y52284200D03*
294
+ X12235200Y52284200D03*
295
+ X8435200Y50884200D03*
296
+ X12235200Y50884200D03*
297
+ D25*
298
+ X12360200Y52384200D03*
299
+ %TD*%
300
+ D11*
301
+ %TO.C,TP7*%
302
+ X3046000Y20438000D03*
303
+ %TD*%
304
+ %TO.C,TP4*%
305
+ X34819100Y11187900D03*
306
+ %TD*%
307
+ %TO.C,TP1*%
308
+ X4107000Y20999000D03*
309
+ %TD*%
310
+ %TO.C,TP2*%
311
+ X34607000Y12399000D03*
312
+ %TD*%
313
+ %TO.C,TP3*%
314
+ X33607000Y11199000D03*
315
+ %TD*%
316
+ D27*
317
+ %TO.C,TP5*%
318
+ X36382000Y7000000D03*
319
+ %TD*%
320
+ D11*
321
+ %TO.C,TP6*%
322
+ X14732000Y13217000D03*
323
+ %TD*%
324
+ %TO.C,TP8*%
325
+ X23357000Y33100000D03*
326
+ %TD*%
327
+ D28*
328
+ %TO.C,U13*%
329
+ X28520000Y5939240D03*
330
+ X30420000Y5939240D03*
331
+ X29470000Y8184600D03*
332
+ %TD*%
333
+ D29*
334
+ %TO.C,C22*%
335
+ X6201000Y31284000D03*
336
+ X6201000Y32664000D03*
337
+ %TD*%
338
+ D30*
339
+ %TO.C,LD0*%
340
+ X3707100Y38300000D03*
341
+ X2106900Y38300000D03*
342
+ %TD*%
343
+ %TO.C,LD1*%
344
+ X3707100Y39800000D03*
345
+ X2106900Y39800000D03*
346
+ %TD*%
347
+ %TO.C,LD2*%
348
+ X3707100Y41300000D03*
349
+ X2106900Y41300000D03*
350
+ %TD*%
351
+ %TO.C,LD3*%
352
+ X3707100Y42800000D03*
353
+ X2106900Y42800000D03*
354
+ %TD*%
355
+ %TO.C,LD4*%
356
+ X3707100Y44300000D03*
357
+ X2106900Y44300000D03*
358
+ %TD*%
359
+ %TO.C,LD5*%
360
+ X3707100Y45800000D03*
361
+ X2106900Y45800000D03*
362
+ %TD*%
363
+ %TO.C,LD6*%
364
+ X3707100Y47300000D03*
365
+ X2106900Y47300000D03*
366
+ %TD*%
367
+ %TO.C,LD7*%
368
+ X3707100Y48800000D03*
369
+ X2106900Y48800000D03*
370
+ %TD*%
371
+ %TO.C,D12*%
372
+ X26836600Y6961000D03*
373
+ X25236400Y6961000D03*
374
+ %TD*%
375
+ D31*
376
+ %TO.C,J4*%
377
+ X41656000Y50800000D03*
378
+ D32*
379
+ X39116000Y50800000D03*
380
+ X36576000Y50800000D03*
381
+ X34036000Y50800000D03*
382
+ X31496000Y50800000D03*
383
+ X28956000Y50800000D03*
384
+ X26416000Y50800000D03*
385
+ X23876000Y50800000D03*
386
+ X21336000Y50800000D03*
387
+ X18796000Y50800000D03*
388
+ %TD*%
389
+ D31*
390
+ %TO.C,J3*%
391
+ X41656000Y46355000D03*
392
+ D32*
393
+ X39116000Y46355000D03*
394
+ X36576000Y46355000D03*
395
+ X34036000Y46355000D03*
396
+ X31496000Y46355000D03*
397
+ X28956000Y46355000D03*
398
+ %TD*%
399
+ D31*
400
+ %TO.C,J14*%
401
+ X46990000Y6985000D03*
402
+ D32*
403
+ X49530000Y6985000D03*
404
+ X52070000Y6985000D03*
405
+ X54610000Y6985000D03*
406
+ X57150000Y6985000D03*
407
+ X59690000Y6985000D03*
408
+ %TD*%
409
+ D31*
410
+ %TO.C,J6*%
411
+ X41656000Y41275000D03*
412
+ D32*
413
+ X39116000Y41275000D03*
414
+ X36576000Y41275000D03*
415
+ X34036000Y41275000D03*
416
+ X31496000Y41275000D03*
417
+ X28956000Y41275000D03*
418
+ %TD*%
419
+ D31*
420
+ %TO.C,J12*%
421
+ X46990000Y12065000D03*
422
+ D32*
423
+ X49530000Y12065000D03*
424
+ X52070000Y12065000D03*
425
+ X54610000Y12065000D03*
426
+ X57150000Y12065000D03*
427
+ X59690000Y12065000D03*
428
+ %TD*%
429
+ D31*
430
+ %TO.C,J2*%
431
+ X41656000Y43815000D03*
432
+ D32*
433
+ X39116000Y43815000D03*
434
+ X36576000Y43815000D03*
435
+ X34036000Y43815000D03*
436
+ X31496000Y43815000D03*
437
+ X28956000Y43815000D03*
438
+ %TD*%
439
+ D31*
440
+ %TO.C,J13*%
441
+ X46990000Y9525000D03*
442
+ D32*
443
+ X49530000Y9525000D03*
444
+ X52070000Y9525000D03*
445
+ X54610000Y9525000D03*
446
+ X57150000Y9525000D03*
447
+ X59690000Y9525000D03*
448
+ %TD*%
449
+ D31*
450
+ %TO.C,J10*%
451
+ X63500000Y50800000D03*
452
+ D32*
453
+ X60960000Y50800000D03*
454
+ X58420000Y50800000D03*
455
+ X55880000Y50800000D03*
456
+ X53340000Y50800000D03*
457
+ X50800000Y50800000D03*
458
+ X48260000Y50800000D03*
459
+ X45720000Y50800000D03*
460
+ %TD*%
461
+ D31*
462
+ %TO.C,J8*%
463
+ X63500000Y46355000D03*
464
+ D32*
465
+ X60960000Y46355000D03*
466
+ X58420000Y46355000D03*
467
+ X55880000Y46355000D03*
468
+ X53340000Y46355000D03*
469
+ X50800000Y46355000D03*
470
+ X48260000Y46355000D03*
471
+ X45720000Y46355000D03*
472
+ %TD*%
473
+ D31*
474
+ %TO.C,J7*%
475
+ X63500000Y43815000D03*
476
+ D32*
477
+ X60960000Y43815000D03*
478
+ X58420000Y43815000D03*
479
+ X55880000Y43815000D03*
480
+ X53340000Y43815000D03*
481
+ X50800000Y43815000D03*
482
+ X48260000Y43815000D03*
483
+ X45720000Y43815000D03*
484
+ %TD*%
485
+ D31*
486
+ %TO.C,J9*%
487
+ X63500000Y41275000D03*
488
+ D32*
489
+ X60960000Y41275000D03*
490
+ X58420000Y41275000D03*
491
+ X55880000Y41275000D03*
492
+ X53340000Y41275000D03*
493
+ X50800000Y41275000D03*
494
+ X48260000Y41275000D03*
495
+ X45720000Y41275000D03*
496
+ %TD*%
497
+ D31*
498
+ %TO.C,J5*%
499
+ X27940000Y2540000D03*
500
+ D32*
501
+ X30480000Y2540000D03*
502
+ X33020000Y2540000D03*
503
+ X35560000Y2540000D03*
504
+ X38100000Y2540000D03*
505
+ X40640000Y2540000D03*
506
+ X43180000Y2540000D03*
507
+ X45720000Y2540000D03*
508
+ %TD*%
509
+ D31*
510
+ %TO.C,J11*%
511
+ X50800000Y2540000D03*
512
+ D32*
513
+ X53340000Y2540000D03*
514
+ X55880000Y2540000D03*
515
+ X58420000Y2540000D03*
516
+ X60960000Y2540000D03*
517
+ X63500000Y2540000D03*
518
+ %TD*%
519
+ D31*
520
+ %TO.C,J16*%
521
+ X66738500Y28422600D03*
522
+ D32*
523
+ X66738500Y25882600D03*
524
+ X66738500Y23342600D03*
525
+ X66738500Y20802600D03*
526
+ %TD*%
527
+ D31*
528
+ %TO.C,J15*%
529
+ X64198500Y28422600D03*
530
+ D32*
531
+ X64198500Y25882600D03*
532
+ X64198500Y23342600D03*
533
+ X64198500Y20802600D03*
534
+ %TD*%
535
+ D31*
536
+ %TO.C,J17*%
537
+ X61658500Y28422600D03*
538
+ D32*
539
+ X61658500Y25882600D03*
540
+ X61658500Y23342600D03*
541
+ X61658500Y20802600D03*
542
+ %TD*%
543
+ D31*
544
+ %TO.C,J19*%
545
+ X15786100Y17830800D03*
546
+ D32*
547
+ X15786100Y20370800D03*
548
+ X18326100Y17830800D03*
549
+ X18326100Y20370800D03*
550
+ X20866100Y17830800D03*
551
+ X20866100Y20370800D03*
552
+ X23406100Y17830800D03*
553
+ X23406100Y20370800D03*
554
+ %TD*%
555
+ D33*
556
+ %TO.C,J1*%
557
+ X4319500Y25821200D03*
558
+ D34*
559
+ X4433800Y27624600D03*
560
+ X4433800Y28272300D03*
561
+ X4433800Y30215400D03*
562
+ X4433800Y29567700D03*
563
+ X4433800Y28920000D03*
564
+ D33*
565
+ X4319500Y32018800D03*
566
+ D35*
567
+ X1779500Y24906800D03*
568
+ D36*
569
+ X1779500Y27713500D03*
570
+ X1779500Y30126500D03*
571
+ D35*
572
+ X1779500Y32933200D03*
573
+ %TD*%
574
+ D37*
575
+ %TO.C,J18*%
576
+ X5410200Y8356600D03*
577
+ D38*
578
+ X11658600Y8356600D03*
579
+ D37*
580
+ X8661400Y3556000D03*
581
+ %TD*%
582
+ D39*
583
+ %TO.C,SW3*%
584
+ X18554700Y5207000D03*
585
+ D40*
586
+ X21094700Y5207000D03*
587
+ X23634700Y5207000D03*
588
+ %TD*%
589
+ D41*
590
+ %TO.C,U4*%
591
+ X10697500Y36552100D03*
592
+ X10697500Y34443900D03*
593
+ X8792500Y34443900D03*
594
+ X8792500Y36552100D03*
595
+ %TD*%
596
+ D42*
597
+ %TO.C,U5*%
598
+ X18503900Y35471100D03*
599
+ X18503900Y36131500D03*
600
+ X18503900Y36791900D03*
601
+ X18503900Y37452300D03*
602
+ X14363700Y37452300D03*
603
+ X14363700Y36791900D03*
604
+ X14363700Y36131500D03*
605
+ X14363700Y35471100D03*
606
+ %TD*%
607
+ D43*
608
+ %TO.C,F2*%
609
+ X6869800Y28605000D03*
610
+ X8292200Y28605000D03*
611
+ X8292200Y29621000D03*
612
+ X6869800Y29113000D03*
613
+ X8292200Y29113000D03*
614
+ X6869800Y29621000D03*
615
+ %TD*%
616
+ D44*
617
+ %TO.C,Q3*%
618
+ X1699240Y23050000D03*
619
+ X1699240Y21150000D03*
620
+ X3944600Y22100000D03*
621
+ %TD*%
622
+ %TO.C,Q5*%
623
+ X1699240Y19450000D03*
624
+ X1699240Y17550000D03*
625
+ X3944600Y18500000D03*
626
+ %TD*%
627
+ D28*
628
+ %TO.C,D11*%
629
+ X9057000Y21099240D03*
630
+ X10957000Y21099240D03*
631
+ X10007000Y23344600D03*
632
+ %TD*%
633
+ D45*
634
+ %TO.C,D2*%
635
+ X5612600Y23520400D03*
636
+ X8052600Y23520400D03*
637
+ %TD*%
638
+ D46*
639
+ %TO.C,D10*%
640
+ X2323800Y14906000D03*
641
+ X6286200Y14906000D03*
642
+ %TD*%
643
+ D47*
644
+ %TO.C,Q1*%
645
+ X10845800Y14249400D03*
646
+ X10845800Y14897100D03*
647
+ X10845800Y15544800D03*
648
+ X8813800Y15544800D03*
649
+ X8813800Y14897100D03*
650
+ X8813800Y14249400D03*
651
+ D48*
652
+ X9626600Y14897100D03*
653
+ %TD*%
654
+ D47*
655
+ %TO.C,Q2*%
656
+ X13157200Y15582900D03*
657
+ X13157200Y14935200D03*
658
+ X13157200Y14287500D03*
659
+ X15189200Y14287500D03*
660
+ X15189200Y14935200D03*
661
+ X15189200Y15582900D03*
662
+ D48*
663
+ X14376400Y14935200D03*
664
+ %TD*%
665
+ D49*
666
+ %TO.C,U3*%
667
+ X12141200Y31889700D03*
668
+ X12141200Y31381700D03*
669
+ X12141200Y30886400D03*
670
+ X12141200Y30391100D03*
671
+ X12141200Y29893200D03*
672
+ X12141200Y29387800D03*
673
+ X12141200Y28892500D03*
674
+ X12141200Y28397200D03*
675
+ X12141200Y27896820D03*
676
+ X12141200Y27391360D03*
677
+ X12141200Y26898600D03*
678
+ X12141200Y26394410D03*
679
+ X12141200Y25890220D03*
680
+ X12141200Y25394920D03*
681
+ X12141200Y24904700D03*
682
+ X12141200Y24396700D03*
683
+ D50*
684
+ X12798100Y23736300D03*
685
+ X13298100Y23736300D03*
686
+ X13798100Y23736300D03*
687
+ X14298100Y23736300D03*
688
+ X14798100Y23736300D03*
689
+ X15298100Y23736300D03*
690
+ X15798100Y23736300D03*
691
+ X16298100Y23736300D03*
692
+ X16798100Y23736300D03*
693
+ X17298100Y23736300D03*
694
+ X17798100Y23736300D03*
695
+ X18298100Y23736300D03*
696
+ X18798100Y23736300D03*
697
+ X19298100Y23736300D03*
698
+ X19798100Y23736300D03*
699
+ X20298100Y23736300D03*
700
+ D49*
701
+ X20955000Y24396700D03*
702
+ X20955000Y24904700D03*
703
+ X20955000Y25400000D03*
704
+ X20955000Y25893200D03*
705
+ X20955000Y26394410D03*
706
+ X20955000Y26898600D03*
707
+ X20955000Y27393200D03*
708
+ X20952460Y27896820D03*
709
+ X20955000Y28397200D03*
710
+ X20955000Y28892500D03*
711
+ X20955000Y29387800D03*
712
+ X20955000Y29883100D03*
713
+ X20955000Y30391100D03*
714
+ X20955000Y30886400D03*
715
+ X20955000Y31381700D03*
716
+ X20955000Y31889700D03*
717
+ D50*
718
+ X20307300Y32550100D03*
719
+ X19799300Y32550100D03*
720
+ X19291300Y32550100D03*
721
+ X18796000Y32550100D03*
722
+ X18288000Y32550100D03*
723
+ X17792700Y32550100D03*
724
+ X17297400Y32550100D03*
725
+ X16802100Y32550100D03*
726
+ X16294100Y32550100D03*
727
+ X15798800Y32550100D03*
728
+ X15303500Y32550100D03*
729
+ X14808200Y32550100D03*
730
+ X14300200Y32550100D03*
731
+ X13804900Y32550100D03*
732
+ X13309600Y32550100D03*
733
+ X12801600Y32550100D03*
734
+ D51*
735
+ X16548100Y28143200D03*
736
+ %TD*%
737
+ D52*
738
+ %TO.C,L5*%
739
+ X26279000Y12815450D03*
740
+ X26279000Y10440550D03*
741
+ %TD*%
742
+ D47*
743
+ %TO.C,Q4*%
744
+ X33375600Y7251700D03*
745
+ X33375600Y6604000D03*
746
+ X33375600Y5956300D03*
747
+ X35407600Y5956300D03*
748
+ X35407600Y6604000D03*
749
+ X35407600Y7251700D03*
750
+ D48*
751
+ X34594800Y6604000D03*
752
+ %TD*%
753
+ D53*
754
+ %TO.C,U1*%
755
+ X28834000Y35420000D03*
756
+ X28834000Y34920000D03*
757
+ X28834000Y34420000D03*
758
+ X28834000Y33920000D03*
759
+ X28834000Y33420000D03*
760
+ X28834000Y32920000D03*
761
+ X28834000Y32420000D03*
762
+ X28834000Y31920000D03*
763
+ X28834000Y31420000D03*
764
+ X28834000Y30920000D03*
765
+ X28834000Y30420000D03*
766
+ X28834000Y29920000D03*
767
+ X28834000Y29420000D03*
768
+ X28834000Y28920000D03*
769
+ X28834000Y28420000D03*
770
+ X28834000Y27920000D03*
771
+ X28834000Y27420000D03*
772
+ X28834000Y26920000D03*
773
+ X28834000Y26420000D03*
774
+ X28834000Y25920000D03*
775
+ X28834000Y25420000D03*
776
+ X28834000Y24920000D03*
777
+ X28834000Y24420000D03*
778
+ X28834000Y23920000D03*
779
+ X28834000Y23420000D03*
780
+ X28834000Y22920000D03*
781
+ X28834000Y22420000D03*
782
+ X28834000Y21920000D03*
783
+ X28834000Y21420000D03*
784
+ X28834000Y20920000D03*
785
+ X28834000Y20420000D03*
786
+ X28834000Y19920000D03*
787
+ X28834000Y19420000D03*
788
+ X28834000Y18920000D03*
789
+ X28834000Y18420000D03*
790
+ X28834000Y17920000D03*
791
+ D54*
792
+ X30684000Y16070000D03*
793
+ X31184000Y16070000D03*
794
+ X31684000Y16070000D03*
795
+ X32184000Y16070000D03*
796
+ X32684000Y16070000D03*
797
+ X33184000Y16070000D03*
798
+ X33684000Y16070000D03*
799
+ X34184000Y16070000D03*
800
+ X34684000Y16070000D03*
801
+ X35184000Y16070000D03*
802
+ X35684000Y16070000D03*
803
+ X36184000Y16070000D03*
804
+ X36684000Y16070000D03*
805
+ X37184000Y16070000D03*
806
+ X37684000Y16070000D03*
807
+ X38184000Y16070000D03*
808
+ X38684000Y16070000D03*
809
+ X39184000Y16070000D03*
810
+ X39684000Y16070000D03*
811
+ X40184000Y16070000D03*
812
+ X40684000Y16070000D03*
813
+ X41184000Y16070000D03*
814
+ X41684000Y16070000D03*
815
+ X42184000Y16070000D03*
816
+ X42684000Y16070000D03*
817
+ X43184000Y16070000D03*
818
+ X43684000Y16070000D03*
819
+ X44184000Y16070000D03*
820
+ X44684000Y16070000D03*
821
+ X45184000Y16070000D03*
822
+ X45684000Y16070000D03*
823
+ X46184000Y16070000D03*
824
+ X46684000Y16070000D03*
825
+ X47184000Y16070000D03*
826
+ X47684000Y16070000D03*
827
+ X48184000Y16070000D03*
828
+ D53*
829
+ X50034000Y17920000D03*
830
+ X50034000Y18420000D03*
831
+ X50034000Y18920000D03*
832
+ X50034000Y19420000D03*
833
+ X50034000Y19920000D03*
834
+ X50034000Y20420000D03*
835
+ X50034000Y20920000D03*
836
+ X50034000Y21420000D03*
837
+ X50034000Y21920000D03*
838
+ X50034000Y22420000D03*
839
+ X50034000Y22920000D03*
840
+ X50034000Y23420000D03*
841
+ X50034000Y23920000D03*
842
+ X50034000Y24420000D03*
843
+ X50034000Y24920000D03*
844
+ X50034000Y25420000D03*
845
+ X50034000Y25920000D03*
846
+ X50034000Y26420000D03*
847
+ X50034000Y26920000D03*
848
+ X50034000Y27420000D03*
849
+ X50034000Y27920000D03*
850
+ X50034000Y28420000D03*
851
+ X50034000Y28920000D03*
852
+ X50034000Y29420000D03*
853
+ X50034000Y29920000D03*
854
+ X50034000Y30420000D03*
855
+ X50034000Y30920000D03*
856
+ X50034000Y31420000D03*
857
+ X50034000Y31920000D03*
858
+ X50034000Y32420000D03*
859
+ X50034000Y32920000D03*
860
+ X50034000Y33420000D03*
861
+ X50034000Y33920000D03*
862
+ X50034000Y34420000D03*
863
+ X50034000Y34920000D03*
864
+ X50034000Y35420000D03*
865
+ D54*
866
+ X48184000Y37270000D03*
867
+ X47684000Y37270000D03*
868
+ X47184000Y37270000D03*
869
+ X46684000Y37270000D03*
870
+ X46184000Y37270000D03*
871
+ X45684000Y37270000D03*
872
+ X45184000Y37270000D03*
873
+ X44684000Y37270000D03*
874
+ X44184000Y37270000D03*
875
+ X43684000Y37270000D03*
876
+ X43184000Y37270000D03*
877
+ X42684000Y37270000D03*
878
+ X42184000Y37270000D03*
879
+ X41684000Y37270000D03*
880
+ X41184000Y37270000D03*
881
+ X40684000Y37270000D03*
882
+ X40184000Y37270000D03*
883
+ X39684000Y37270000D03*
884
+ X39184000Y37270000D03*
885
+ X38684000Y37270000D03*
886
+ X38184000Y37270000D03*
887
+ X37684000Y37270000D03*
888
+ X37184000Y37270000D03*
889
+ X36684000Y37270000D03*
890
+ X36184000Y37270000D03*
891
+ X35684000Y37270000D03*
892
+ X35184000Y37270000D03*
893
+ X34684000Y37270000D03*
894
+ X34184000Y37270000D03*
895
+ X33684000Y37270000D03*
896
+ X33184000Y37270000D03*
897
+ X32684000Y37270000D03*
898
+ X32184000Y37270000D03*
899
+ X31684000Y37270000D03*
900
+ X31184000Y37270000D03*
901
+ X30684000Y37270000D03*
902
+ %TD*%
903
+ D55*
904
+ %TO.C,U11*%
905
+ X32250250Y10354100D03*
906
+ X32250250Y9846100D03*
907
+ X32250250Y9338100D03*
908
+ X31107250Y9338100D03*
909
+ X31107250Y9846100D03*
910
+ D19*
911
+ X31158050Y10354100D03*
912
+ %TD*%
913
+ D56*
914
+ %TO.C,D1*%
915
+ X51819100Y35991700D03*
916
+ X51819100Y33551700D03*
917
+ %TD*%
918
+ D57*
919
+ %TO.C,SW4*%
920
+ X65659000Y16891000D03*
921
+ X65659000Y12382500D03*
922
+ D58*
923
+ X63157100Y18148300D03*
924
+ X63157100Y11137900D03*
925
+ %TD*%
926
+ D59*
927
+ %TO.C,L2*%
928
+ X3657500Y34784000D03*
929
+ X5054500Y34784000D03*
930
+ %TD*%
931
+ D60*
932
+ %TO.C,L3*%
933
+ X7989000Y31073300D03*
934
+ X7989000Y32470300D03*
935
+ %TD*%
936
+ D61*
937
+ %TO.C,L1*%
938
+ X6149900Y25555000D03*
939
+ D62*
940
+ X8258100Y25555000D03*
941
+ %TD*%
942
+ D63*
943
+ %TO.C,C69*%
944
+ X23271200Y7628000D03*
945
+ D64*
946
+ X20070800Y7628000D03*
947
+ %TD*%
948
+ D65*
949
+ %TO.C,C67*%
950
+ X17403000Y11339200D03*
951
+ D66*
952
+ X17403000Y8138800D03*
953
+ %TD*%
954
+ D67*
955
+ %TO.C,C24*%
956
+ X10767100Y32418000D03*
957
+ X9420900Y32418000D03*
958
+ %TD*%
959
+ %TO.C,C17*%
960
+ X8417100Y27009000D03*
961
+ X7070900Y27009000D03*
962
+ %TD*%
963
+ %TO.C,C62*%
964
+ X11602900Y19100000D03*
965
+ X12949100Y19100000D03*
966
+ %TD*%
967
+ %TO.C,C60*%
968
+ X5473700Y17399000D03*
969
+ X6819900Y17399000D03*
970
+ %TD*%
971
+ D68*
972
+ %TO.C,C66*%
973
+ X15307000Y12273100D03*
974
+ X15307000Y10926900D03*
975
+ %TD*%
976
+ D67*
977
+ %TO.C,C70*%
978
+ X19633900Y15300000D03*
979
+ X20980100Y15300000D03*
980
+ %TD*%
981
+ %TO.C,C71*%
982
+ X22433900Y15000000D03*
983
+ X23780100Y15000000D03*
984
+ %TD*%
985
+ D68*
986
+ %TO.C,C11*%
987
+ X26007000Y17626900D03*
988
+ X26007000Y18973100D03*
989
+ %TD*%
990
+ %TO.C,C64*%
991
+ X33619100Y10244800D03*
992
+ X33619100Y8898600D03*
993
+ %TD*%
994
+ %TO.C,C65*%
995
+ X34819100Y10244800D03*
996
+ X34819100Y8898600D03*
997
+ %TD*%
998
+ %TO.C,C41*%
999
+ X59507000Y29426900D03*
1000
+ X59507000Y30773100D03*
1001
+ %TD*%
1002
+ %TO.C,C31*%
1003
+ X22251000Y32719100D03*
1004
+ X22251000Y31372900D03*
1005
+ %TD*%
1006
+ %TO.C,C59*%
1007
+ X33494900Y12655200D03*
1008
+ X33494900Y14001400D03*
1009
+ %TD*%
1010
+ D69*
1011
+ %TO.C,C23*%
1012
+ X6201000Y34783600D03*
1013
+ X6201000Y33818400D03*
1014
+ %TD*%
1015
+ %TO.C,C33*%
1016
+ X12607000Y36117400D03*
1017
+ X12607000Y37082600D03*
1018
+ %TD*%
1019
+ D70*
1020
+ %TO.C,C21*%
1021
+ X13190600Y33958000D03*
1022
+ X12225400Y33958000D03*
1023
+ %TD*%
1024
+ %TO.C,C26*%
1025
+ X16830600Y33842000D03*
1026
+ X15865400Y33842000D03*
1027
+ %TD*%
1028
+ %TO.C,C30*%
1029
+ X20089600Y33814000D03*
1030
+ X19124400Y33814000D03*
1031
+ %TD*%
1032
+ D69*
1033
+ %TO.C,C35*%
1034
+ X19982000Y43017400D03*
1035
+ X19982000Y43982600D03*
1036
+ %TD*%
1037
+ %TO.C,C36*%
1038
+ X21094700Y41282600D03*
1039
+ X21094700Y40317400D03*
1040
+ %TD*%
1041
+ %TO.C,C34*%
1042
+ X19982000Y41282600D03*
1043
+ X19982000Y40317400D03*
1044
+ %TD*%
1045
+ %TO.C,C37*%
1046
+ X21094700Y43982600D03*
1047
+ X21094700Y43017400D03*
1048
+ %TD*%
1049
+ %TO.C,C44*%
1050
+ X21807000Y46517400D03*
1051
+ X21807000Y47482600D03*
1052
+ %TD*%
1053
+ %TO.C,C39*%
1054
+ X22807000Y46517400D03*
1055
+ X22807000Y47482600D03*
1056
+ %TD*%
1057
+ %TO.C,C43*%
1058
+ X23807000Y46517400D03*
1059
+ X23807000Y47482600D03*
1060
+ %TD*%
1061
+ %TO.C,C38*%
1062
+ X24807000Y46517400D03*
1063
+ X24807000Y47482600D03*
1064
+ %TD*%
1065
+ %TO.C,C42*%
1066
+ X25807000Y46517400D03*
1067
+ X25807000Y47482600D03*
1068
+ %TD*%
1069
+ %TO.C,C40*%
1070
+ X26807000Y46517400D03*
1071
+ X26807000Y47482600D03*
1072
+ %TD*%
1073
+ D70*
1074
+ %TO.C,C25*%
1075
+ X10789600Y31300000D03*
1076
+ X9824400Y31300000D03*
1077
+ %TD*%
1078
+ %TO.C,C18*%
1079
+ X9817100Y27305000D03*
1080
+ X10782300Y27305000D03*
1081
+ %TD*%
1082
+ %TO.C,C19*%
1083
+ X10782300Y26403300D03*
1084
+ X9817100Y26403300D03*
1085
+ %TD*%
1086
+ D69*
1087
+ %TO.C,C12*%
1088
+ X27107000Y17617400D03*
1089
+ X27107000Y18582600D03*
1090
+ %TD*%
1091
+ D70*
1092
+ %TO.C,C5*%
1093
+ X26989600Y20900000D03*
1094
+ X26024400Y20900000D03*
1095
+ %TD*%
1096
+ %TO.C,C14*%
1097
+ X26989600Y22400000D03*
1098
+ X26024400Y22400000D03*
1099
+ %TD*%
1100
+ D69*
1101
+ %TO.C,C20*%
1102
+ X22307000Y26282600D03*
1103
+ X22307000Y25317400D03*
1104
+ %TD*%
1105
+ D70*
1106
+ %TO.C,C27*%
1107
+ X22224400Y28900000D03*
1108
+ X23189600Y28900000D03*
1109
+ %TD*%
1110
+ D69*
1111
+ %TO.C,C6*%
1112
+ X26945000Y32611400D03*
1113
+ X26945000Y33576600D03*
1114
+ %TD*%
1115
+ D70*
1116
+ %TO.C,C28*%
1117
+ X20180300Y22402800D03*
1118
+ X21145500Y22402800D03*
1119
+ %TD*%
1120
+ %TO.C,C29*%
1121
+ X14325600Y22428200D03*
1122
+ X13360400Y22428200D03*
1123
+ %TD*%
1124
+ %TO.C,C68*%
1125
+ X23277600Y9270000D03*
1126
+ X22312400Y9270000D03*
1127
+ %TD*%
1128
+ D69*
1129
+ %TO.C,C3*%
1130
+ X35269000Y14280600D03*
1131
+ X35269000Y13315400D03*
1132
+ %TD*%
1133
+ D70*
1134
+ %TO.C,C13*%
1135
+ X37689600Y14200000D03*
1136
+ X36724400Y14200000D03*
1137
+ %TD*%
1138
+ D69*
1139
+ %TO.C,C9*%
1140
+ X36407000Y8717400D03*
1141
+ X36407000Y9682600D03*
1142
+ %TD*%
1143
+ D70*
1144
+ %TO.C,C4*%
1145
+ X40683400Y14187000D03*
1146
+ X41648600Y14187000D03*
1147
+ %TD*%
1148
+ D69*
1149
+ %TO.C,C10*%
1150
+ X50382000Y16382600D03*
1151
+ X50382000Y15417400D03*
1152
+ %TD*%
1153
+ %TO.C,C48*%
1154
+ X59607000Y15517400D03*
1155
+ X59607000Y16482600D03*
1156
+ %TD*%
1157
+ %TO.C,C47*%
1158
+ X59607000Y17417400D03*
1159
+ X59607000Y18382600D03*
1160
+ %TD*%
1161
+ %TO.C,C7*%
1162
+ X51707000Y25682600D03*
1163
+ X51707000Y24717400D03*
1164
+ %TD*%
1165
+ %TO.C,C16*%
1166
+ X51707000Y27717400D03*
1167
+ X51707000Y28682600D03*
1168
+ %TD*%
1169
+ D70*
1170
+ %TO.C,C45*%
1171
+ X55589600Y29000000D03*
1172
+ X54624400Y29000000D03*
1173
+ %TD*%
1174
+ %TO.C,C46*%
1175
+ X57489600Y29000000D03*
1176
+ X56524400Y29000000D03*
1177
+ %TD*%
1178
+ D69*
1179
+ %TO.C,C8*%
1180
+ X51707000Y31617400D03*
1181
+ X51707000Y32582600D03*
1182
+ %TD*%
1183
+ %TO.C,C49*%
1184
+ X53107000Y34782600D03*
1185
+ X53107000Y33817400D03*
1186
+ %TD*%
1187
+ %TO.C,C50*%
1188
+ X53107000Y36982600D03*
1189
+ X53107000Y36017400D03*
1190
+ %TD*%
1191
+ D70*
1192
+ %TO.C,C54*%
1193
+ X65289600Y39000000D03*
1194
+ X64324400Y39000000D03*
1195
+ %TD*%
1196
+ %TO.C,C55*%
1197
+ X61724400Y39000000D03*
1198
+ X62689600Y39000000D03*
1199
+ %TD*%
1200
+ %TO.C,C51*%
1201
+ X60189600Y39000000D03*
1202
+ X59224400Y39000000D03*
1203
+ %TD*%
1204
+ %TO.C,C56*%
1205
+ X56724400Y39000000D03*
1206
+ X57689600Y39000000D03*
1207
+ %TD*%
1208
+ %TO.C,C52*%
1209
+ X55089600Y39000000D03*
1210
+ X54124400Y39000000D03*
1211
+ %TD*%
1212
+ %TO.C,C57*%
1213
+ X51624400Y39000000D03*
1214
+ X52589600Y39000000D03*
1215
+ %TD*%
1216
+ %TO.C,C53*%
1217
+ X49024400Y39000000D03*
1218
+ X49989600Y39000000D03*
1219
+ %TD*%
1220
+ %TO.C,C15*%
1221
+ X47389600Y39000000D03*
1222
+ X46424400Y39000000D03*
1223
+ %TD*%
1224
+ %TO.C,C58*%
1225
+ X44689600Y39000000D03*
1226
+ X43724400Y39000000D03*
1227
+ %TD*%
1228
+ %TO.C,C1*%
1229
+ X41059600Y39000000D03*
1230
+ X40094400Y39000000D03*
1231
+ %TD*%
1232
+ %TO.C,C2*%
1233
+ X35044400Y39100000D03*
1234
+ X36009600Y39100000D03*
1235
+ %TD*%
1236
+ D69*
1237
+ %TO.C,R15*%
1238
+ X20307000Y36730100D03*
1239
+ X20307000Y37669900D03*
1240
+ %TD*%
1241
+ %TO.C,R13*%
1242
+ X21307000Y37669900D03*
1243
+ X21307000Y36730100D03*
1244
+ %TD*%
1245
+ %TO.C,R12*%
1246
+ X22307000Y37669900D03*
1247
+ X22307000Y36730100D03*
1248
+ %TD*%
1249
+ %TO.C,R14*%
1250
+ X23307000Y36730100D03*
1251
+ X23307000Y37669900D03*
1252
+ %TD*%
1253
+ D70*
1254
+ %TO.C,R11*%
1255
+ X9837100Y30300000D03*
1256
+ X10776900Y30300000D03*
1257
+ %TD*%
1258
+ %TO.C,R10*%
1259
+ X9830100Y25000000D03*
1260
+ X10769900Y25000000D03*
1261
+ %TD*%
1262
+ %TO.C,R29*%
1263
+ X6476900Y22200000D03*
1264
+ X5537100Y22200000D03*
1265
+ %TD*%
1266
+ %TO.C,R39*%
1267
+ X6476900Y21200000D03*
1268
+ X5537100Y21200000D03*
1269
+ %TD*%
1270
+ D69*
1271
+ %TO.C,R28*%
1272
+ X7707000Y21230100D03*
1273
+ X7707000Y22169900D03*
1274
+ %TD*%
1275
+ D70*
1276
+ %TO.C,R37*%
1277
+ X8801900Y18999000D03*
1278
+ X7862100Y18999000D03*
1279
+ %TD*%
1280
+ %TO.C,R27*%
1281
+ X10626900Y19000000D03*
1282
+ X9687100Y19000000D03*
1283
+ %TD*%
1284
+ %TO.C,R24*%
1285
+ X8801900Y17399000D03*
1286
+ X7862100Y17399000D03*
1287
+ %TD*%
1288
+ %TO.C,R25*%
1289
+ X9687100Y17400000D03*
1290
+ X10626900Y17400000D03*
1291
+ %TD*%
1292
+ %TO.C,R26*%
1293
+ X12112800Y20595000D03*
1294
+ X13052600Y20595000D03*
1295
+ %TD*%
1296
+ D69*
1297
+ %TO.C,R34*%
1298
+ X26922000Y4850100D03*
1299
+ X26922000Y5789900D03*
1300
+ %TD*%
1301
+ D70*
1302
+ %TO.C,R9*%
1303
+ X26976900Y16400000D03*
1304
+ X26037100Y16400000D03*
1305
+ %TD*%
1306
+ %TO.C,R16*%
1307
+ X26037100Y25400000D03*
1308
+ X26976900Y25400000D03*
1309
+ %TD*%
1310
+ %TO.C,R1*%
1311
+ X44676900Y14200000D03*
1312
+ X43737100Y14200000D03*
1313
+ %TD*%
1314
+ D69*
1315
+ %TO.C,R7*%
1316
+ X39707000Y6130100D03*
1317
+ X39707000Y7069900D03*
1318
+ %TD*%
1319
+ %TO.C,R5*%
1320
+ X40707000Y6130100D03*
1321
+ X40707000Y7069900D03*
1322
+ %TD*%
1323
+ %TO.C,R8*%
1324
+ X41707000Y6130100D03*
1325
+ X41707000Y7069900D03*
1326
+ %TD*%
1327
+ %TO.C,R6*%
1328
+ X42707000Y6130100D03*
1329
+ X42707000Y7069900D03*
1330
+ %TD*%
1331
+ %TO.C,R22*%
1332
+ X61707000Y9369900D03*
1333
+ X61707000Y8430100D03*
1334
+ %TD*%
1335
+ %TO.C,R23*%
1336
+ X61707000Y6330100D03*
1337
+ X61707000Y7269900D03*
1338
+ %TD*%
1339
+ D70*
1340
+ %TO.C,R4*%
1341
+ X51737100Y19800000D03*
1342
+ X52676900Y19800000D03*
1343
+ %TD*%
1344
+ D69*
1345
+ %TO.C,R30*%
1346
+ X60916800Y15516600D03*
1347
+ X60916800Y16456400D03*
1348
+ %TD*%
1349
+ %TO.C,R21*%
1350
+ X53407000Y25269900D03*
1351
+ X53407000Y24330100D03*
1352
+ %TD*%
1353
+ %TO.C,R20*%
1354
+ X53407000Y27330100D03*
1355
+ X53407000Y28269900D03*
1356
+ %TD*%
1357
+ %TO.C,R19*%
1358
+ X59507000Y31830100D03*
1359
+ X59507000Y32769900D03*
1360
+ %TD*%
1361
+ D70*
1362
+ %TO.C,R36*%
1363
+ X6476900Y19000000D03*
1364
+ X5537100Y19000000D03*
1365
+ %TD*%
1366
+ %TO.C,R38*%
1367
+ X5537100Y20200000D03*
1368
+ X6476900Y20200000D03*
1369
+ %TD*%
1370
+ %TO.C,R2*%
1371
+ X17170400Y22402800D03*
1372
+ X16230600Y22402800D03*
1373
+ %TD*%
1374
+ %TO.C,R3*%
1375
+ X18122900Y22402800D03*
1376
+ X19062700Y22402800D03*
1377
+ %TD*%
1378
+ D71*
1379
+ %TO.C,FID1*%
1380
+ X18936000Y46721000D03*
1381
+ %TD*%
1382
+ %TO.C,FID2*%
1383
+ X2547000Y2159000D03*
1384
+ %TD*%
1385
+ %TO.C,FID3*%
1386
+ X66069000Y31746000D03*
1387
+ %TD*%
1388
+ D31*
1389
+ %TO.C,JP1*%
1390
+ X61569600Y31788100D03*
1391
+ D32*
1392
+ X61569600Y34328100D03*
1393
+ X61569600Y36868100D03*
1394
+ %TD*%
1395
+ D67*
1396
+ %TO.C,C61*%
1397
+ X12949100Y17392400D03*
1398
+ X11602900Y17392400D03*
1399
+ %TD*%
1400
+ D69*
1401
+ %TO.C,C63*%
1402
+ X37465000Y6092400D03*
1403
+ X37465000Y7057600D03*
1404
+ %TD*%
1405
+ D56*
1406
+ %TO.C,D4*%
1407
+ X57322300Y20512000D03*
1408
+ X57322300Y22952000D03*
1409
+ %TD*%
1410
+ D30*
1411
+ %TO.C,LD8*%
1412
+ X13016200Y40241000D03*
1413
+ X14616400Y40241000D03*
1414
+ %TD*%
1415
+ %TO.C,LD9*%
1416
+ X14616400Y41829000D03*
1417
+ X13016200Y41829000D03*
1418
+ %TD*%
1419
+ %TO.C,LD10*%
1420
+ X13015900Y47210700D03*
1421
+ X14616100Y47210700D03*
1422
+ %TD*%
1423
+ D70*
1424
+ %TO.C,R17*%
1425
+ X7011700Y38329000D03*
1426
+ X6071900Y38329000D03*
1427
+ %TD*%
1428
+ %TO.C,R18*%
1429
+ X6071900Y39131000D03*
1430
+ X7011700Y39131000D03*
1431
+ %TD*%
1432
+ D69*
1433
+ %TO.C,R31*%
1434
+ X18982000Y41269900D03*
1435
+ X18982000Y40330100D03*
1436
+ %TD*%
1437
+ %TO.C,R32*%
1438
+ X18982000Y43030100D03*
1439
+ X18982000Y43969900D03*
1440
+ %TD*%
1441
+ %TO.C,R33*%
1442
+ X31944100Y4633100D03*
1443
+ X31944100Y5572900D03*
1444
+ %TD*%
1445
+ %TO.C,R35*%
1446
+ X38255000Y6105100D03*
1447
+ X38255000Y7044900D03*
1448
+ %TD*%
1449
+ D70*
1450
+ %TO.C,R40*%
1451
+ X6071900Y39929100D03*
1452
+ X7011700Y39929100D03*
1453
+ %TD*%
1454
+ %TO.C,R41*%
1455
+ X7011700Y40728800D03*
1456
+ X6071900Y40728800D03*
1457
+ %TD*%
1458
+ %TO.C,R42*%
1459
+ X6071900Y41528500D03*
1460
+ X7011700Y41528500D03*
1461
+ %TD*%
1462
+ %TO.C,R43*%
1463
+ X7011700Y42328300D03*
1464
+ X6071900Y42328300D03*
1465
+ %TD*%
1466
+ %TO.C,R44*%
1467
+ X6100100Y46830000D03*
1468
+ X7039900Y46830000D03*
1469
+ %TD*%
1470
+ %TO.C,R45*%
1471
+ X7039900Y47635000D03*
1472
+ X6100100Y47635000D03*
1473
+ %TD*%
1474
+ %TO.C,R46*%
1475
+ X17361500Y42403000D03*
1476
+ X16421700Y42403000D03*
1477
+ %TD*%
1478
+ D69*
1479
+ %TO.C,R47*%
1480
+ X16385000Y41269900D03*
1481
+ X16385000Y40330100D03*
1482
+ %TD*%
1483
+ %TO.C,R48*%
1484
+ X17485000Y40330100D03*
1485
+ X17485000Y41269900D03*
1486
+ %TD*%
1487
+ D67*
1488
+ %TO.C,C32*%
1489
+ X10880100Y38034000D03*
1490
+ X9533900Y38034000D03*
1491
+ %TD*%
1492
+ D72*
1493
+ %TO.C,F1*%
1494
+ X6014200Y36459700D03*
1495
+ X3794200Y36459700D03*
1496
+ %TD*%
1497
+ D73*
1498
+ %TO.C,L4*%
1499
+ X17403000Y15050000D03*
1500
+ X17403000Y13050000D03*
1501
+ %TD*%
1502
+ D74*
1503
+ %TO.C,U2*%
1504
+ G36*
1505
+ X44336643Y8963334D02*
1506
+ X44351070Y8961194D01*
1507
+ X44365219Y8957650D01*
1508
+ X44378951Y8952737D01*
1509
+ X44392136Y8946501D01*
1510
+ X44404647Y8939002D01*
1511
+ X44416362Y8930314D01*
1512
+ X44427169Y8920519D01*
1513
+ X44436964Y8909712D01*
1514
+ X44445652Y8897997D01*
1515
+ X44453151Y8885486D01*
1516
+ X44459387Y8872301D01*
1517
+ X44464300Y8858569D01*
1518
+ X44467844Y8844420D01*
1519
+ X44469984Y8829993D01*
1520
+ X44470700Y8815425D01*
1521
+ X44470700Y8518175D01*
1522
+ X44469984Y8503607D01*
1523
+ X44467844Y8489180D01*
1524
+ X44464300Y8475031D01*
1525
+ X44459387Y8461299D01*
1526
+ X44453151Y8448114D01*
1527
+ X44445652Y8435603D01*
1528
+ X44436964Y8423888D01*
1529
+ X44427169Y8413081D01*
1530
+ X44416362Y8403286D01*
1531
+ X44404647Y8394598D01*
1532
+ X44392136Y8387099D01*
1533
+ X44378951Y8380863D01*
1534
+ X44365219Y8375950D01*
1535
+ X44351070Y8372406D01*
1536
+ X44336643Y8370266D01*
1537
+ X44322075Y8369550D01*
1538
+ X43427925Y8369550D01*
1539
+ X43413357Y8370266D01*
1540
+ X43398930Y8372406D01*
1541
+ X43384781Y8375950D01*
1542
+ X43371049Y8380863D01*
1543
+ X43357864Y8387099D01*
1544
+ X43345353Y8394598D01*
1545
+ X43333638Y8403286D01*
1546
+ X43322831Y8413081D01*
1547
+ X43313036Y8423888D01*
1548
+ X43304348Y8435603D01*
1549
+ X43296849Y8448114D01*
1550
+ X43290613Y8461299D01*
1551
+ X43285700Y8475031D01*
1552
+ X43282156Y8489180D01*
1553
+ X43280016Y8503607D01*
1554
+ X43279300Y8518175D01*
1555
+ X43279300Y8815425D01*
1556
+ X43280016Y8829993D01*
1557
+ X43282156Y8844420D01*
1558
+ X43285700Y8858569D01*
1559
+ X43290613Y8872301D01*
1560
+ X43296849Y8885486D01*
1561
+ X43304348Y8897997D01*
1562
+ X43313036Y8909712D01*
1563
+ X43322831Y8920519D01*
1564
+ X43333638Y8930314D01*
1565
+ X43345353Y8939002D01*
1566
+ X43357864Y8946501D01*
1567
+ X43371049Y8952737D01*
1568
+ X43384781Y8957650D01*
1569
+ X43398930Y8961194D01*
1570
+ X43413357Y8963334D01*
1571
+ X43427925Y8964050D01*
1572
+ X44322075Y8964050D01*
1573
+ X44336643Y8963334D01*
1574
+ X44336643Y8963334D01*
1575
+ G37*
1576
+ D75*
1577
+ X43875000Y8666800D03*
1578
+ D74*
1579
+ G36*
1580
+ X44336643Y10233334D02*
1581
+ X44351070Y10231194D01*
1582
+ X44365219Y10227650D01*
1583
+ X44378951Y10222737D01*
1584
+ X44392136Y10216501D01*
1585
+ X44404647Y10209002D01*
1586
+ X44416362Y10200314D01*
1587
+ X44427169Y10190519D01*
1588
+ X44436964Y10179712D01*
1589
+ X44445652Y10167997D01*
1590
+ X44453151Y10155486D01*
1591
+ X44459387Y10142301D01*
1592
+ X44464300Y10128569D01*
1593
+ X44467844Y10114420D01*
1594
+ X44469984Y10099993D01*
1595
+ X44470700Y10085425D01*
1596
+ X44470700Y9788175D01*
1597
+ X44469984Y9773607D01*
1598
+ X44467844Y9759180D01*
1599
+ X44464300Y9745031D01*
1600
+ X44459387Y9731299D01*
1601
+ X44453151Y9718114D01*
1602
+ X44445652Y9705603D01*
1603
+ X44436964Y9693888D01*
1604
+ X44427169Y9683081D01*
1605
+ X44416362Y9673286D01*
1606
+ X44404647Y9664598D01*
1607
+ X44392136Y9657099D01*
1608
+ X44378951Y9650863D01*
1609
+ X44365219Y9645950D01*
1610
+ X44351070Y9642406D01*
1611
+ X44336643Y9640266D01*
1612
+ X44322075Y9639550D01*
1613
+ X43427925Y9639550D01*
1614
+ X43413357Y9640266D01*
1615
+ X43398930Y9642406D01*
1616
+ X43384781Y9645950D01*
1617
+ X43371049Y9650863D01*
1618
+ X43357864Y9657099D01*
1619
+ X43345353Y9664598D01*
1620
+ X43333638Y9673286D01*
1621
+ X43322831Y9683081D01*
1622
+ X43313036Y9693888D01*
1623
+ X43304348Y9705603D01*
1624
+ X43296849Y9718114D01*
1625
+ X43290613Y9731299D01*
1626
+ X43285700Y9745031D01*
1627
+ X43282156Y9759180D01*
1628
+ X43280016Y9773607D01*
1629
+ X43279300Y9788175D01*
1630
+ X43279300Y10085425D01*
1631
+ X43280016Y10099993D01*
1632
+ X43282156Y10114420D01*
1633
+ X43285700Y10128569D01*
1634
+ X43290613Y10142301D01*
1635
+ X43296849Y10155486D01*
1636
+ X43304348Y10167997D01*
1637
+ X43313036Y10179712D01*
1638
+ X43322831Y10190519D01*
1639
+ X43333638Y10200314D01*
1640
+ X43345353Y10209002D01*
1641
+ X43357864Y10216501D01*
1642
+ X43371049Y10222737D01*
1643
+ X43384781Y10227650D01*
1644
+ X43398930Y10231194D01*
1645
+ X43413357Y10233334D01*
1646
+ X43427925Y10234050D01*
1647
+ X44322075Y10234050D01*
1648
+ X44336643Y10233334D01*
1649
+ X44336643Y10233334D01*
1650
+ G37*
1651
+ D75*
1652
+ X43875000Y9936800D03*
1653
+ D74*
1654
+ G36*
1655
+ X44336643Y11503334D02*
1656
+ X44351070Y11501194D01*
1657
+ X44365219Y11497650D01*
1658
+ X44378951Y11492737D01*
1659
+ X44392136Y11486501D01*
1660
+ X44404647Y11479002D01*
1661
+ X44416362Y11470314D01*
1662
+ X44427169Y11460519D01*
1663
+ X44436964Y11449712D01*
1664
+ X44445652Y11437997D01*
1665
+ X44453151Y11425486D01*
1666
+ X44459387Y11412301D01*
1667
+ X44464300Y11398569D01*
1668
+ X44467844Y11384420D01*
1669
+ X44469984Y11369993D01*
1670
+ X44470700Y11355425D01*
1671
+ X44470700Y11058175D01*
1672
+ X44469984Y11043607D01*
1673
+ X44467844Y11029180D01*
1674
+ X44464300Y11015031D01*
1675
+ X44459387Y11001299D01*
1676
+ X44453151Y10988114D01*
1677
+ X44445652Y10975603D01*
1678
+ X44436964Y10963888D01*
1679
+ X44427169Y10953081D01*
1680
+ X44416362Y10943286D01*
1681
+ X44404647Y10934598D01*
1682
+ X44392136Y10927099D01*
1683
+ X44378951Y10920863D01*
1684
+ X44365219Y10915950D01*
1685
+ X44351070Y10912406D01*
1686
+ X44336643Y10910266D01*
1687
+ X44322075Y10909550D01*
1688
+ X43427925Y10909550D01*
1689
+ X43413357Y10910266D01*
1690
+ X43398930Y10912406D01*
1691
+ X43384781Y10915950D01*
1692
+ X43371049Y10920863D01*
1693
+ X43357864Y10927099D01*
1694
+ X43345353Y10934598D01*
1695
+ X43333638Y10943286D01*
1696
+ X43322831Y10953081D01*
1697
+ X43313036Y10963888D01*
1698
+ X43304348Y10975603D01*
1699
+ X43296849Y10988114D01*
1700
+ X43290613Y11001299D01*
1701
+ X43285700Y11015031D01*
1702
+ X43282156Y11029180D01*
1703
+ X43280016Y11043607D01*
1704
+ X43279300Y11058175D01*
1705
+ X43279300Y11355425D01*
1706
+ X43280016Y11369993D01*
1707
+ X43282156Y11384420D01*
1708
+ X43285700Y11398569D01*
1709
+ X43290613Y11412301D01*
1710
+ X43296849Y11425486D01*
1711
+ X43304348Y11437997D01*
1712
+ X43313036Y11449712D01*
1713
+ X43322831Y11460519D01*
1714
+ X43333638Y11470314D01*
1715
+ X43345353Y11479002D01*
1716
+ X43357864Y11486501D01*
1717
+ X43371049Y11492737D01*
1718
+ X43384781Y11497650D01*
1719
+ X43398930Y11501194D01*
1720
+ X43413357Y11503334D01*
1721
+ X43427925Y11504050D01*
1722
+ X44322075Y11504050D01*
1723
+ X44336643Y11503334D01*
1724
+ X44336643Y11503334D01*
1725
+ G37*
1726
+ D75*
1727
+ X43875000Y11206800D03*
1728
+ D74*
1729
+ G36*
1730
+ X44336643Y12773334D02*
1731
+ X44351070Y12771194D01*
1732
+ X44365219Y12767650D01*
1733
+ X44378951Y12762737D01*
1734
+ X44392136Y12756501D01*
1735
+ X44404647Y12749002D01*
1736
+ X44416362Y12740314D01*
1737
+ X44427169Y12730519D01*
1738
+ X44436964Y12719712D01*
1739
+ X44445652Y12707997D01*
1740
+ X44453151Y12695486D01*
1741
+ X44459387Y12682301D01*
1742
+ X44464300Y12668569D01*
1743
+ X44467844Y12654420D01*
1744
+ X44469984Y12639993D01*
1745
+ X44470700Y12625425D01*
1746
+ X44470700Y12328175D01*
1747
+ X44469984Y12313607D01*
1748
+ X44467844Y12299180D01*
1749
+ X44464300Y12285031D01*
1750
+ X44459387Y12271299D01*
1751
+ X44453151Y12258114D01*
1752
+ X44445652Y12245603D01*
1753
+ X44436964Y12233888D01*
1754
+ X44427169Y12223081D01*
1755
+ X44416362Y12213286D01*
1756
+ X44404647Y12204598D01*
1757
+ X44392136Y12197099D01*
1758
+ X44378951Y12190863D01*
1759
+ X44365219Y12185950D01*
1760
+ X44351070Y12182406D01*
1761
+ X44336643Y12180266D01*
1762
+ X44322075Y12179550D01*
1763
+ X43427925Y12179550D01*
1764
+ X43413357Y12180266D01*
1765
+ X43398930Y12182406D01*
1766
+ X43384781Y12185950D01*
1767
+ X43371049Y12190863D01*
1768
+ X43357864Y12197099D01*
1769
+ X43345353Y12204598D01*
1770
+ X43333638Y12213286D01*
1771
+ X43322831Y12223081D01*
1772
+ X43313036Y12233888D01*
1773
+ X43304348Y12245603D01*
1774
+ X43296849Y12258114D01*
1775
+ X43290613Y12271299D01*
1776
+ X43285700Y12285031D01*
1777
+ X43282156Y12299180D01*
1778
+ X43280016Y12313607D01*
1779
+ X43279300Y12328175D01*
1780
+ X43279300Y12625425D01*
1781
+ X43280016Y12639993D01*
1782
+ X43282156Y12654420D01*
1783
+ X43285700Y12668569D01*
1784
+ X43290613Y12682301D01*
1785
+ X43296849Y12695486D01*
1786
+ X43304348Y12707997D01*
1787
+ X43313036Y12719712D01*
1788
+ X43322831Y12730519D01*
1789
+ X43333638Y12740314D01*
1790
+ X43345353Y12749002D01*
1791
+ X43357864Y12756501D01*
1792
+ X43371049Y12762737D01*
1793
+ X43384781Y12767650D01*
1794
+ X43398930Y12771194D01*
1795
+ X43413357Y12773334D01*
1796
+ X43427925Y12774050D01*
1797
+ X44322075Y12774050D01*
1798
+ X44336643Y12773334D01*
1799
+ X44336643Y12773334D01*
1800
+ G37*
1801
+ D75*
1802
+ X43875000Y12476800D03*
1803
+ D74*
1804
+ G36*
1805
+ X38824843Y12773334D02*
1806
+ X38839270Y12771194D01*
1807
+ X38853419Y12767650D01*
1808
+ X38867151Y12762737D01*
1809
+ X38880336Y12756501D01*
1810
+ X38892847Y12749002D01*
1811
+ X38904562Y12740314D01*
1812
+ X38915369Y12730519D01*
1813
+ X38925164Y12719712D01*
1814
+ X38933852Y12707997D01*
1815
+ X38941351Y12695486D01*
1816
+ X38947587Y12682301D01*
1817
+ X38952500Y12668569D01*
1818
+ X38956044Y12654420D01*
1819
+ X38958184Y12639993D01*
1820
+ X38958900Y12625425D01*
1821
+ X38958900Y12328175D01*
1822
+ X38958184Y12313607D01*
1823
+ X38956044Y12299180D01*
1824
+ X38952500Y12285031D01*
1825
+ X38947587Y12271299D01*
1826
+ X38941351Y12258114D01*
1827
+ X38933852Y12245603D01*
1828
+ X38925164Y12233888D01*
1829
+ X38915369Y12223081D01*
1830
+ X38904562Y12213286D01*
1831
+ X38892847Y12204598D01*
1832
+ X38880336Y12197099D01*
1833
+ X38867151Y12190863D01*
1834
+ X38853419Y12185950D01*
1835
+ X38839270Y12182406D01*
1836
+ X38824843Y12180266D01*
1837
+ X38810275Y12179550D01*
1838
+ X37916125Y12179550D01*
1839
+ X37901557Y12180266D01*
1840
+ X37887130Y12182406D01*
1841
+ X37872981Y12185950D01*
1842
+ X37859249Y12190863D01*
1843
+ X37846064Y12197099D01*
1844
+ X37833553Y12204598D01*
1845
+ X37821838Y12213286D01*
1846
+ X37811031Y12223081D01*
1847
+ X37801236Y12233888D01*
1848
+ X37792548Y12245603D01*
1849
+ X37785049Y12258114D01*
1850
+ X37778813Y12271299D01*
1851
+ X37773900Y12285031D01*
1852
+ X37770356Y12299180D01*
1853
+ X37768216Y12313607D01*
1854
+ X37767500Y12328175D01*
1855
+ X37767500Y12625425D01*
1856
+ X37768216Y12639993D01*
1857
+ X37770356Y12654420D01*
1858
+ X37773900Y12668569D01*
1859
+ X37778813Y12682301D01*
1860
+ X37785049Y12695486D01*
1861
+ X37792548Y12707997D01*
1862
+ X37801236Y12719712D01*
1863
+ X37811031Y12730519D01*
1864
+ X37821838Y12740314D01*
1865
+ X37833553Y12749002D01*
1866
+ X37846064Y12756501D01*
1867
+ X37859249Y12762737D01*
1868
+ X37872981Y12767650D01*
1869
+ X37887130Y12771194D01*
1870
+ X37901557Y12773334D01*
1871
+ X37916125Y12774050D01*
1872
+ X38810275Y12774050D01*
1873
+ X38824843Y12773334D01*
1874
+ X38824843Y12773334D01*
1875
+ G37*
1876
+ D75*
1877
+ X38363200Y12476800D03*
1878
+ D74*
1879
+ G36*
1880
+ X38824843Y11503334D02*
1881
+ X38839270Y11501194D01*
1882
+ X38853419Y11497650D01*
1883
+ X38867151Y11492737D01*
1884
+ X38880336Y11486501D01*
1885
+ X38892847Y11479002D01*
1886
+ X38904562Y11470314D01*
1887
+ X38915369Y11460519D01*
1888
+ X38925164Y11449712D01*
1889
+ X38933852Y11437997D01*
1890
+ X38941351Y11425486D01*
1891
+ X38947587Y11412301D01*
1892
+ X38952500Y11398569D01*
1893
+ X38956044Y11384420D01*
1894
+ X38958184Y11369993D01*
1895
+ X38958900Y11355425D01*
1896
+ X38958900Y11058175D01*
1897
+ X38958184Y11043607D01*
1898
+ X38956044Y11029180D01*
1899
+ X38952500Y11015031D01*
1900
+ X38947587Y11001299D01*
1901
+ X38941351Y10988114D01*
1902
+ X38933852Y10975603D01*
1903
+ X38925164Y10963888D01*
1904
+ X38915369Y10953081D01*
1905
+ X38904562Y10943286D01*
1906
+ X38892847Y10934598D01*
1907
+ X38880336Y10927099D01*
1908
+ X38867151Y10920863D01*
1909
+ X38853419Y10915950D01*
1910
+ X38839270Y10912406D01*
1911
+ X38824843Y10910266D01*
1912
+ X38810275Y10909550D01*
1913
+ X37916125Y10909550D01*
1914
+ X37901557Y10910266D01*
1915
+ X37887130Y10912406D01*
1916
+ X37872981Y10915950D01*
1917
+ X37859249Y10920863D01*
1918
+ X37846064Y10927099D01*
1919
+ X37833553Y10934598D01*
1920
+ X37821838Y10943286D01*
1921
+ X37811031Y10953081D01*
1922
+ X37801236Y10963888D01*
1923
+ X37792548Y10975603D01*
1924
+ X37785049Y10988114D01*
1925
+ X37778813Y11001299D01*
1926
+ X37773900Y11015031D01*
1927
+ X37770356Y11029180D01*
1928
+ X37768216Y11043607D01*
1929
+ X37767500Y11058175D01*
1930
+ X37767500Y11355425D01*
1931
+ X37768216Y11369993D01*
1932
+ X37770356Y11384420D01*
1933
+ X37773900Y11398569D01*
1934
+ X37778813Y11412301D01*
1935
+ X37785049Y11425486D01*
1936
+ X37792548Y11437997D01*
1937
+ X37801236Y11449712D01*
1938
+ X37811031Y11460519D01*
1939
+ X37821838Y11470314D01*
1940
+ X37833553Y11479002D01*
1941
+ X37846064Y11486501D01*
1942
+ X37859249Y11492737D01*
1943
+ X37872981Y11497650D01*
1944
+ X37887130Y11501194D01*
1945
+ X37901557Y11503334D01*
1946
+ X37916125Y11504050D01*
1947
+ X38810275Y11504050D01*
1948
+ X38824843Y11503334D01*
1949
+ X38824843Y11503334D01*
1950
+ G37*
1951
+ D75*
1952
+ X38363200Y11206800D03*
1953
+ D74*
1954
+ G36*
1955
+ X38824843Y10233334D02*
1956
+ X38839270Y10231194D01*
1957
+ X38853419Y10227650D01*
1958
+ X38867151Y10222737D01*
1959
+ X38880336Y10216501D01*
1960
+ X38892847Y10209002D01*
1961
+ X38904562Y10200314D01*
1962
+ X38915369Y10190519D01*
1963
+ X38925164Y10179712D01*
1964
+ X38933852Y10167997D01*
1965
+ X38941351Y10155486D01*
1966
+ X38947587Y10142301D01*
1967
+ X38952500Y10128569D01*
1968
+ X38956044Y10114420D01*
1969
+ X38958184Y10099993D01*
1970
+ X38958900Y10085425D01*
1971
+ X38958900Y9788175D01*
1972
+ X38958184Y9773607D01*
1973
+ X38956044Y9759180D01*
1974
+ X38952500Y9745031D01*
1975
+ X38947587Y9731299D01*
1976
+ X38941351Y9718114D01*
1977
+ X38933852Y9705603D01*
1978
+ X38925164Y9693888D01*
1979
+ X38915369Y9683081D01*
1980
+ X38904562Y9673286D01*
1981
+ X38892847Y9664598D01*
1982
+ X38880336Y9657099D01*
1983
+ X38867151Y9650863D01*
1984
+ X38853419Y9645950D01*
1985
+ X38839270Y9642406D01*
1986
+ X38824843Y9640266D01*
1987
+ X38810275Y9639550D01*
1988
+ X37916125Y9639550D01*
1989
+ X37901557Y9640266D01*
1990
+ X37887130Y9642406D01*
1991
+ X37872981Y9645950D01*
1992
+ X37859249Y9650863D01*
1993
+ X37846064Y9657099D01*
1994
+ X37833553Y9664598D01*
1995
+ X37821838Y9673286D01*
1996
+ X37811031Y9683081D01*
1997
+ X37801236Y9693888D01*
1998
+ X37792548Y9705603D01*
1999
+ X37785049Y9718114D01*
2000
+ X37778813Y9731299D01*
2001
+ X37773900Y9745031D01*
2002
+ X37770356Y9759180D01*
2003
+ X37768216Y9773607D01*
2004
+ X37767500Y9788175D01*
2005
+ X37767500Y10085425D01*
2006
+ X37768216Y10099993D01*
2007
+ X37770356Y10114420D01*
2008
+ X37773900Y10128569D01*
2009
+ X37778813Y10142301D01*
2010
+ X37785049Y10155486D01*
2011
+ X37792548Y10167997D01*
2012
+ X37801236Y10179712D01*
2013
+ X37811031Y10190519D01*
2014
+ X37821838Y10200314D01*
2015
+ X37833553Y10209002D01*
2016
+ X37846064Y10216501D01*
2017
+ X37859249Y10222737D01*
2018
+ X37872981Y10227650D01*
2019
+ X37887130Y10231194D01*
2020
+ X37901557Y10233334D01*
2021
+ X37916125Y10234050D01*
2022
+ X38810275Y10234050D01*
2023
+ X38824843Y10233334D01*
2024
+ X38824843Y10233334D01*
2025
+ G37*
2026
+ D75*
2027
+ X38363200Y9936800D03*
2028
+ D74*
2029
+ G36*
2030
+ X38824843Y8963334D02*
2031
+ X38839270Y8961194D01*
2032
+ X38853419Y8957650D01*
2033
+ X38867151Y8952737D01*
2034
+ X38880336Y8946501D01*
2035
+ X38892847Y8939002D01*
2036
+ X38904562Y8930314D01*
2037
+ X38915369Y8920519D01*
2038
+ X38925164Y8909712D01*
2039
+ X38933852Y8897997D01*
2040
+ X38941351Y8885486D01*
2041
+ X38947587Y8872301D01*
2042
+ X38952500Y8858569D01*
2043
+ X38956044Y8844420D01*
2044
+ X38958184Y8829993D01*
2045
+ X38958900Y8815425D01*
2046
+ X38958900Y8518175D01*
2047
+ X38958184Y8503607D01*
2048
+ X38956044Y8489180D01*
2049
+ X38952500Y8475031D01*
2050
+ X38947587Y8461299D01*
2051
+ X38941351Y8448114D01*
2052
+ X38933852Y8435603D01*
2053
+ X38925164Y8423888D01*
2054
+ X38915369Y8413081D01*
2055
+ X38904562Y8403286D01*
2056
+ X38892847Y8394598D01*
2057
+ X38880336Y8387099D01*
2058
+ X38867151Y8380863D01*
2059
+ X38853419Y8375950D01*
2060
+ X38839270Y8372406D01*
2061
+ X38824843Y8370266D01*
2062
+ X38810275Y8369550D01*
2063
+ X37916125Y8369550D01*
2064
+ X37901557Y8370266D01*
2065
+ X37887130Y8372406D01*
2066
+ X37872981Y8375950D01*
2067
+ X37859249Y8380863D01*
2068
+ X37846064Y8387099D01*
2069
+ X37833553Y8394598D01*
2070
+ X37821838Y8403286D01*
2071
+ X37811031Y8413081D01*
2072
+ X37801236Y8423888D01*
2073
+ X37792548Y8435603D01*
2074
+ X37785049Y8448114D01*
2075
+ X37778813Y8461299D01*
2076
+ X37773900Y8475031D01*
2077
+ X37770356Y8489180D01*
2078
+ X37768216Y8503607D01*
2079
+ X37767500Y8518175D01*
2080
+ X37767500Y8815425D01*
2081
+ X37768216Y8829993D01*
2082
+ X37770356Y8844420D01*
2083
+ X37773900Y8858569D01*
2084
+ X37778813Y8872301D01*
2085
+ X37785049Y8885486D01*
2086
+ X37792548Y8897997D01*
2087
+ X37801236Y8909712D01*
2088
+ X37811031Y8920519D01*
2089
+ X37821838Y8930314D01*
2090
+ X37833553Y8939002D01*
2091
+ X37846064Y8946501D01*
2092
+ X37859249Y8952737D01*
2093
+ X37872981Y8957650D01*
2094
+ X37887130Y8961194D01*
2095
+ X37901557Y8963334D01*
2096
+ X37916125Y8964050D01*
2097
+ X38810275Y8964050D01*
2098
+ X38824843Y8963334D01*
2099
+ X38824843Y8963334D01*
2100
+ G37*
2101
+ D75*
2102
+ X38363200Y8666800D03*
2103
+ D76*
2104
+ X41119100Y10571800D03*
2105
+ %TD*%
2106
+ M02*
FPGAwars_icezum/Manufacturing-GERBERs/from-kicad/icezum-F.Paste.gbr ADDED
@@ -0,0 +1,1783 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ %TF.GenerationSoftware,KiCad,Pcbnew,no-vcs-found-e5c4cfc~61~ubuntu16.04.1*%
2
+ %TF.CreationDate,2017-11-03T17:54:14+01:00*%
3
+ %TF.ProjectId,icezum,6963657A756D2E6B696361645F706362,V1.1K*%
4
+ %TF.SameCoordinates,PX5c0c740PY87a6900*%
5
+ %TF.FileFunction,Paste,Top*%
6
+ %TF.FilePolarity,Positive*%
7
+ %FSLAX46Y46*%
8
+ G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
9
+ G04 Created by KiCad (PCBNEW no-vcs-found-e5c4cfc~61~ubuntu16.04.1) date Fri Nov 3 17:54:14 2017*
10
+ %MOMM*%
11
+ %LPD*%
12
+ G01*
13
+ G04 APERTURE LIST*
14
+ %ADD10R,2.552700X2.044700*%
15
+ %ADD11O,0.700000X0.300000*%
16
+ %ADD12O,0.300000X0.700000*%
17
+ %ADD13R,1.021080X1.021080*%
18
+ %ADD14O,0.279400X0.850900*%
19
+ %ADD15O,0.850900X0.279400*%
20
+ %ADD16O,0.848360X0.279400*%
21
+ %ADD17R,0.850900X0.279400*%
22
+ %ADD18R,0.279400X0.850900*%
23
+ %ADD19R,1.828800X1.226820*%
24
+ %ADD20R,0.960120X1.348740*%
25
+ %ADD21R,0.647700X0.304800*%
26
+ %ADD22R,1.600000X1.000000*%
27
+ %ADD23R,1.016000X1.397000*%
28
+ %ADD24R,0.900000X0.800000*%
29
+ %ADD25R,0.800100X0.800100*%
30
+ %ADD26R,1.600200X2.108200*%
31
+ %ADD27R,1.346200X0.406400*%
32
+ %ADD28R,1.905000X1.803400*%
33
+ %ADD29R,1.905000X1.905000*%
34
+ %ADD30R,1.016000X1.206500*%
35
+ %ADD31O,1.803400X0.444500*%
36
+ %ADD32R,0.508000X0.304800*%
37
+ %ADD33R,1.397000X1.016000*%
38
+ %ADD34R,0.560000X0.690000*%
39
+ %ADD35R,2.235200X2.235200*%
40
+ %ADD36R,0.647700X0.406400*%
41
+ %ADD37R,0.777240X1.021080*%
42
+ %ADD38O,0.800100X0.279400*%
43
+ %ADD39O,0.279400X0.800100*%
44
+ %ADD40R,4.495800X4.495800*%
45
+ %ADD41R,3.695700X0.977900*%
46
+ %ADD42O,1.650000X0.300000*%
47
+ %ADD43O,0.300000X1.650000*%
48
+ %ADD44R,0.749300X0.279400*%
49
+ %ADD45R,0.690000X0.560000*%
50
+ %ADD46R,0.800100X0.889000*%
51
+ %ADD47R,0.889000X0.800100*%
52
+ %ADD48R,1.117600X1.270000*%
53
+ %ADD49R,1.117600X1.244600*%
54
+ %ADD50R,1.193800X1.625600*%
55
+ %ADD51R,1.193800X1.600200*%
56
+ %ADD52R,1.625600X1.193800*%
57
+ %ADD53R,1.600200X1.193800*%
58
+ %ADD54R,0.660400X0.812800*%
59
+ %ADD55R,0.812800X0.660400*%
60
+ %ADD56R,0.508000X0.457200*%
61
+ %ADD57R,0.457200X0.508000*%
62
+ %ADD58R,1.000000X1.500000*%
63
+ %ADD59R,1.620000X1.190000*%
64
+ %ADD60C,0.100000*%
65
+ %ADD61C,0.444500*%
66
+ %ADD62R,2.164080X2.583180*%
67
+ G04 APERTURE END LIST*
68
+ D10*
69
+ %TO.C,U6*%
70
+ X24778700Y42487900D03*
71
+ D11*
72
+ X22828700Y41737900D03*
73
+ D12*
74
+ X23528700Y40657900D03*
75
+ X24028700Y40657900D03*
76
+ X24528700Y40657900D03*
77
+ X25028700Y40657900D03*
78
+ X25528700Y40657900D03*
79
+ X26028700Y40657900D03*
80
+ D11*
81
+ X26728700Y41737900D03*
82
+ X22828700Y43237900D03*
83
+ X26728700Y43237900D03*
84
+ D12*
85
+ X26028700Y44317900D03*
86
+ X25528700Y44317900D03*
87
+ X25028700Y44317900D03*
88
+ X24528700Y44317900D03*
89
+ X24028700Y44317900D03*
90
+ X23528700Y44317900D03*
91
+ %TD*%
92
+ D13*
93
+ %TO.C,U12*%
94
+ X21421000Y12028000D03*
95
+ D14*
96
+ X22170300Y10547180D03*
97
+ X21675000Y10547180D03*
98
+ X21167000Y10547180D03*
99
+ X20671700Y10547180D03*
100
+ D15*
101
+ X19940180Y11278700D03*
102
+ X19940180Y11774000D03*
103
+ X19940180Y12282000D03*
104
+ X19940180Y12777300D03*
105
+ D14*
106
+ X20671700Y13508820D03*
107
+ X21167000Y13513900D03*
108
+ X21675000Y13508820D03*
109
+ X22170300Y13508820D03*
110
+ D15*
111
+ X22901820Y12777300D03*
112
+ X22901820Y12282000D03*
113
+ X22901820Y11774000D03*
114
+ D16*
115
+ X22901820Y11278700D03*
116
+ %TD*%
117
+ D13*
118
+ %TO.C,U7*%
119
+ X56278800Y26187900D03*
120
+ D14*
121
+ X55529500Y27668720D03*
122
+ X56024800Y27668720D03*
123
+ X56532800Y27668720D03*
124
+ X57028100Y27668720D03*
125
+ D15*
126
+ X57759620Y26937200D03*
127
+ X57759620Y26441900D03*
128
+ X57759620Y25933900D03*
129
+ X57759620Y25438600D03*
130
+ D14*
131
+ X57028100Y24707080D03*
132
+ X56532800Y24702000D03*
133
+ X56024800Y24707080D03*
134
+ X55529500Y24707080D03*
135
+ D15*
136
+ X54797980Y25438600D03*
137
+ X54797980Y25933900D03*
138
+ X54797980Y26441900D03*
139
+ D16*
140
+ X54797980Y26937200D03*
141
+ %TD*%
142
+ D17*
143
+ %TO.C,U8*%
144
+ X58229500Y17849300D03*
145
+ D18*
146
+ X57759600Y18814500D03*
147
+ X57251600Y18814500D03*
148
+ X56756300Y18814500D03*
149
+ X56254650Y18814500D03*
150
+ X55759350Y18814500D03*
151
+ X55257700Y18814500D03*
152
+ D17*
153
+ X53784500Y17849300D03*
154
+ X58229500Y16350700D03*
155
+ X53784500Y16350700D03*
156
+ D18*
157
+ X55257700Y15385500D03*
158
+ X55759350Y15385500D03*
159
+ X56254650Y15385500D03*
160
+ X56756300Y15385500D03*
161
+ X57251600Y15385500D03*
162
+ X57759600Y15385500D03*
163
+ X54762400Y18814500D03*
164
+ X54254400Y18814500D03*
165
+ X54254400Y15385500D03*
166
+ X54762400Y15385500D03*
167
+ D19*
168
+ X56007000Y17100000D03*
169
+ %TD*%
170
+ D17*
171
+ %TO.C,U9*%
172
+ X54356300Y34638600D03*
173
+ D18*
174
+ X54826200Y33673400D03*
175
+ X55334200Y33673400D03*
176
+ X55829500Y33673400D03*
177
+ X56331150Y33673400D03*
178
+ X56826450Y33673400D03*
179
+ X57328100Y33673400D03*
180
+ D17*
181
+ X58801300Y34638600D03*
182
+ X54356300Y36137200D03*
183
+ X58801300Y36137200D03*
184
+ D18*
185
+ X57328100Y37102400D03*
186
+ X56826450Y37102400D03*
187
+ X56331150Y37102400D03*
188
+ X55829500Y37102400D03*
189
+ X55334200Y37102400D03*
190
+ X54826200Y37102400D03*
191
+ X57823400Y33673400D03*
192
+ X58331400Y33673400D03*
193
+ X58331400Y37102400D03*
194
+ X57823400Y37102400D03*
195
+ D19*
196
+ X56578800Y35387900D03*
197
+ %TD*%
198
+ D20*
199
+ %TO.C,U10*%
200
+ X30810200Y12776200D03*
201
+ D21*
202
+ X29438600Y11804650D03*
203
+ X29438600Y12452350D03*
204
+ X29438600Y13100050D03*
205
+ X29438600Y13747750D03*
206
+ X32181800Y13747750D03*
207
+ X32181800Y13100050D03*
208
+ X32181800Y12452350D03*
209
+ X32181800Y11804650D03*
210
+ %TD*%
211
+ D22*
212
+ %TO.C,SW1*%
213
+ X2635200Y52284200D03*
214
+ X6435200Y52284200D03*
215
+ X2635200Y50884200D03*
216
+ X6435200Y50884200D03*
217
+ %TD*%
218
+ %TO.C,SW2*%
219
+ X8435200Y52284200D03*
220
+ X12235200Y52284200D03*
221
+ X8435200Y50884200D03*
222
+ X12235200Y50884200D03*
223
+ %TD*%
224
+ D23*
225
+ %TO.C,U13*%
226
+ X28520000Y5939240D03*
227
+ X30420000Y5939240D03*
228
+ X29470000Y8184600D03*
229
+ %TD*%
230
+ D24*
231
+ %TO.C,C22*%
232
+ X6201000Y31284000D03*
233
+ X6201000Y32664000D03*
234
+ %TD*%
235
+ D25*
236
+ %TO.C,LD0*%
237
+ X3707100Y38300000D03*
238
+ X2106900Y38300000D03*
239
+ %TD*%
240
+ %TO.C,LD1*%
241
+ X3707100Y39800000D03*
242
+ X2106900Y39800000D03*
243
+ %TD*%
244
+ %TO.C,LD2*%
245
+ X3707100Y41300000D03*
246
+ X2106900Y41300000D03*
247
+ %TD*%
248
+ %TO.C,LD3*%
249
+ X3707100Y42800000D03*
250
+ X2106900Y42800000D03*
251
+ %TD*%
252
+ %TO.C,LD4*%
253
+ X3707100Y44300000D03*
254
+ X2106900Y44300000D03*
255
+ %TD*%
256
+ %TO.C,LD5*%
257
+ X3707100Y45800000D03*
258
+ X2106900Y45800000D03*
259
+ %TD*%
260
+ %TO.C,LD6*%
261
+ X3707100Y47300000D03*
262
+ X2106900Y47300000D03*
263
+ %TD*%
264
+ %TO.C,LD7*%
265
+ X3707100Y48800000D03*
266
+ X2106900Y48800000D03*
267
+ %TD*%
268
+ %TO.C,D12*%
269
+ X26836600Y6961000D03*
270
+ X25236400Y6961000D03*
271
+ %TD*%
272
+ D26*
273
+ %TO.C,J1*%
274
+ X4319500Y25821200D03*
275
+ D27*
276
+ X4433800Y27624600D03*
277
+ X4433800Y28272300D03*
278
+ X4433800Y30215400D03*
279
+ X4433800Y29567700D03*
280
+ X4433800Y28920000D03*
281
+ D26*
282
+ X4319500Y32018800D03*
283
+ D28*
284
+ X1779500Y24906800D03*
285
+ D29*
286
+ X1779500Y27713500D03*
287
+ X1779500Y30126500D03*
288
+ D28*
289
+ X1779500Y32933200D03*
290
+ %TD*%
291
+ D30*
292
+ %TO.C,U4*%
293
+ X10697500Y36552100D03*
294
+ X10697500Y34443900D03*
295
+ X8792500Y34443900D03*
296
+ X8792500Y36552100D03*
297
+ %TD*%
298
+ D31*
299
+ %TO.C,U5*%
300
+ X18503900Y35471100D03*
301
+ X18503900Y36131500D03*
302
+ X18503900Y36791900D03*
303
+ X18503900Y37452300D03*
304
+ X14363700Y37452300D03*
305
+ X14363700Y36791900D03*
306
+ X14363700Y36131500D03*
307
+ X14363700Y35471100D03*
308
+ %TD*%
309
+ D32*
310
+ %TO.C,F2*%
311
+ X6869800Y28605000D03*
312
+ X8292200Y28605000D03*
313
+ X8292200Y29621000D03*
314
+ X6869800Y29113000D03*
315
+ X8292200Y29113000D03*
316
+ X6869800Y29621000D03*
317
+ %TD*%
318
+ D33*
319
+ %TO.C,Q3*%
320
+ X1699240Y23050000D03*
321
+ X1699240Y21150000D03*
322
+ X3944600Y22100000D03*
323
+ %TD*%
324
+ %TO.C,Q5*%
325
+ X1699240Y19450000D03*
326
+ X1699240Y17550000D03*
327
+ X3944600Y18500000D03*
328
+ %TD*%
329
+ D23*
330
+ %TO.C,D11*%
331
+ X9057000Y21099240D03*
332
+ X10957000Y21099240D03*
333
+ X10007000Y23344600D03*
334
+ %TD*%
335
+ D34*
336
+ %TO.C,D2*%
337
+ X5612600Y23520400D03*
338
+ X8052600Y23520400D03*
339
+ %TD*%
340
+ D35*
341
+ %TO.C,D10*%
342
+ X2323800Y14906000D03*
343
+ X6286200Y14906000D03*
344
+ %TD*%
345
+ D36*
346
+ %TO.C,Q1*%
347
+ X10845800Y14249400D03*
348
+ X10845800Y14897100D03*
349
+ X10845800Y15544800D03*
350
+ X8813800Y15544800D03*
351
+ X8813800Y14897100D03*
352
+ X8813800Y14249400D03*
353
+ D37*
354
+ X9626600Y14897100D03*
355
+ %TD*%
356
+ D36*
357
+ %TO.C,Q2*%
358
+ X13157200Y15582900D03*
359
+ X13157200Y14935200D03*
360
+ X13157200Y14287500D03*
361
+ X15189200Y14287500D03*
362
+ X15189200Y14935200D03*
363
+ X15189200Y15582900D03*
364
+ D37*
365
+ X14376400Y14935200D03*
366
+ %TD*%
367
+ D38*
368
+ %TO.C,U3*%
369
+ X12141200Y31889700D03*
370
+ X12141200Y31381700D03*
371
+ X12141200Y30886400D03*
372
+ X12141200Y30391100D03*
373
+ X12141200Y29893200D03*
374
+ X12141200Y29387800D03*
375
+ X12141200Y28892500D03*
376
+ X12141200Y28397200D03*
377
+ X12141200Y27896820D03*
378
+ X12141200Y27391360D03*
379
+ X12141200Y26898600D03*
380
+ X12141200Y26394410D03*
381
+ X12141200Y25890220D03*
382
+ X12141200Y25394920D03*
383
+ X12141200Y24904700D03*
384
+ X12141200Y24396700D03*
385
+ D39*
386
+ X12798100Y23736300D03*
387
+ X13298100Y23736300D03*
388
+ X13798100Y23736300D03*
389
+ X14298100Y23736300D03*
390
+ X14798100Y23736300D03*
391
+ X15298100Y23736300D03*
392
+ X15798100Y23736300D03*
393
+ X16298100Y23736300D03*
394
+ X16798100Y23736300D03*
395
+ X17298100Y23736300D03*
396
+ X17798100Y23736300D03*
397
+ X18298100Y23736300D03*
398
+ X18798100Y23736300D03*
399
+ X19298100Y23736300D03*
400
+ X19798100Y23736300D03*
401
+ X20298100Y23736300D03*
402
+ D38*
403
+ X20955000Y24396700D03*
404
+ X20955000Y24904700D03*
405
+ X20955000Y25400000D03*
406
+ X20955000Y25893200D03*
407
+ X20955000Y26394410D03*
408
+ X20955000Y26898600D03*
409
+ X20955000Y27393200D03*
410
+ X20952460Y27896820D03*
411
+ X20955000Y28397200D03*
412
+ X20955000Y28892500D03*
413
+ X20955000Y29387800D03*
414
+ X20955000Y29883100D03*
415
+ X20955000Y30391100D03*
416
+ X20955000Y30886400D03*
417
+ X20955000Y31381700D03*
418
+ X20955000Y31889700D03*
419
+ D39*
420
+ X20307300Y32550100D03*
421
+ X19799300Y32550100D03*
422
+ X19291300Y32550100D03*
423
+ X18796000Y32550100D03*
424
+ X18288000Y32550100D03*
425
+ X17792700Y32550100D03*
426
+ X17297400Y32550100D03*
427
+ X16802100Y32550100D03*
428
+ X16294100Y32550100D03*
429
+ X15798800Y32550100D03*
430
+ X15303500Y32550100D03*
431
+ X14808200Y32550100D03*
432
+ X14300200Y32550100D03*
433
+ X13804900Y32550100D03*
434
+ X13309600Y32550100D03*
435
+ X12801600Y32550100D03*
436
+ D40*
437
+ X16548100Y28143200D03*
438
+ %TD*%
439
+ D41*
440
+ %TO.C,L5*%
441
+ X26279000Y12815450D03*
442
+ X26279000Y10440550D03*
443
+ %TD*%
444
+ D36*
445
+ %TO.C,Q4*%
446
+ X33375600Y7251700D03*
447
+ X33375600Y6604000D03*
448
+ X33375600Y5956300D03*
449
+ X35407600Y5956300D03*
450
+ X35407600Y6604000D03*
451
+ X35407600Y7251700D03*
452
+ D37*
453
+ X34594800Y6604000D03*
454
+ %TD*%
455
+ D42*
456
+ %TO.C,U1*%
457
+ X28834000Y35420000D03*
458
+ X28834000Y34920000D03*
459
+ X28834000Y34420000D03*
460
+ X28834000Y33920000D03*
461
+ X28834000Y33420000D03*
462
+ X28834000Y32920000D03*
463
+ X28834000Y32420000D03*
464
+ X28834000Y31920000D03*
465
+ X28834000Y31420000D03*
466
+ X28834000Y30920000D03*
467
+ X28834000Y30420000D03*
468
+ X28834000Y29920000D03*
469
+ X28834000Y29420000D03*
470
+ X28834000Y28920000D03*
471
+ X28834000Y28420000D03*
472
+ X28834000Y27920000D03*
473
+ X28834000Y27420000D03*
474
+ X28834000Y26920000D03*
475
+ X28834000Y26420000D03*
476
+ X28834000Y25920000D03*
477
+ X28834000Y25420000D03*
478
+ X28834000Y24920000D03*
479
+ X28834000Y24420000D03*
480
+ X28834000Y23920000D03*
481
+ X28834000Y23420000D03*
482
+ X28834000Y22920000D03*
483
+ X28834000Y22420000D03*
484
+ X28834000Y21920000D03*
485
+ X28834000Y21420000D03*
486
+ X28834000Y20920000D03*
487
+ X28834000Y20420000D03*
488
+ X28834000Y19920000D03*
489
+ X28834000Y19420000D03*
490
+ X28834000Y18920000D03*
491
+ X28834000Y18420000D03*
492
+ X28834000Y17920000D03*
493
+ D43*
494
+ X30684000Y16070000D03*
495
+ X31184000Y16070000D03*
496
+ X31684000Y16070000D03*
497
+ X32184000Y16070000D03*
498
+ X32684000Y16070000D03*
499
+ X33184000Y16070000D03*
500
+ X33684000Y16070000D03*
501
+ X34184000Y16070000D03*
502
+ X34684000Y16070000D03*
503
+ X35184000Y16070000D03*
504
+ X35684000Y16070000D03*
505
+ X36184000Y16070000D03*
506
+ X36684000Y16070000D03*
507
+ X37184000Y16070000D03*
508
+ X37684000Y16070000D03*
509
+ X38184000Y16070000D03*
510
+ X38684000Y16070000D03*
511
+ X39184000Y16070000D03*
512
+ X39684000Y16070000D03*
513
+ X40184000Y16070000D03*
514
+ X40684000Y16070000D03*
515
+ X41184000Y16070000D03*
516
+ X41684000Y16070000D03*
517
+ X42184000Y16070000D03*
518
+ X42684000Y16070000D03*
519
+ X43184000Y16070000D03*
520
+ X43684000Y16070000D03*
521
+ X44184000Y16070000D03*
522
+ X44684000Y16070000D03*
523
+ X45184000Y16070000D03*
524
+ X45684000Y16070000D03*
525
+ X46184000Y16070000D03*
526
+ X46684000Y16070000D03*
527
+ X47184000Y16070000D03*
528
+ X47684000Y16070000D03*
529
+ X48184000Y16070000D03*
530
+ D42*
531
+ X50034000Y17920000D03*
532
+ X50034000Y18420000D03*
533
+ X50034000Y18920000D03*
534
+ X50034000Y19420000D03*
535
+ X50034000Y19920000D03*
536
+ X50034000Y20420000D03*
537
+ X50034000Y20920000D03*
538
+ X50034000Y21420000D03*
539
+ X50034000Y21920000D03*
540
+ X50034000Y22420000D03*
541
+ X50034000Y22920000D03*
542
+ X50034000Y23420000D03*
543
+ X50034000Y23920000D03*
544
+ X50034000Y24420000D03*
545
+ X50034000Y24920000D03*
546
+ X50034000Y25420000D03*
547
+ X50034000Y25920000D03*
548
+ X50034000Y26420000D03*
549
+ X50034000Y26920000D03*
550
+ X50034000Y27420000D03*
551
+ X50034000Y27920000D03*
552
+ X50034000Y28420000D03*
553
+ X50034000Y28920000D03*
554
+ X50034000Y29420000D03*
555
+ X50034000Y29920000D03*
556
+ X50034000Y30420000D03*
557
+ X50034000Y30920000D03*
558
+ X50034000Y31420000D03*
559
+ X50034000Y31920000D03*
560
+ X50034000Y32420000D03*
561
+ X50034000Y32920000D03*
562
+ X50034000Y33420000D03*
563
+ X50034000Y33920000D03*
564
+ X50034000Y34420000D03*
565
+ X50034000Y34920000D03*
566
+ X50034000Y35420000D03*
567
+ D43*
568
+ X48184000Y37270000D03*
569
+ X47684000Y37270000D03*
570
+ X47184000Y37270000D03*
571
+ X46684000Y37270000D03*
572
+ X46184000Y37270000D03*
573
+ X45684000Y37270000D03*
574
+ X45184000Y37270000D03*
575
+ X44684000Y37270000D03*
576
+ X44184000Y37270000D03*
577
+ X43684000Y37270000D03*
578
+ X43184000Y37270000D03*
579
+ X42684000Y37270000D03*
580
+ X42184000Y37270000D03*
581
+ X41684000Y37270000D03*
582
+ X41184000Y37270000D03*
583
+ X40684000Y37270000D03*
584
+ X40184000Y37270000D03*
585
+ X39684000Y37270000D03*
586
+ X39184000Y37270000D03*
587
+ X38684000Y37270000D03*
588
+ X38184000Y37270000D03*
589
+ X37684000Y37270000D03*
590
+ X37184000Y37270000D03*
591
+ X36684000Y37270000D03*
592
+ X36184000Y37270000D03*
593
+ X35684000Y37270000D03*
594
+ X35184000Y37270000D03*
595
+ X34684000Y37270000D03*
596
+ X34184000Y37270000D03*
597
+ X33684000Y37270000D03*
598
+ X33184000Y37270000D03*
599
+ X32684000Y37270000D03*
600
+ X32184000Y37270000D03*
601
+ X31684000Y37270000D03*
602
+ X31184000Y37270000D03*
603
+ X30684000Y37270000D03*
604
+ %TD*%
605
+ D44*
606
+ %TO.C,U11*%
607
+ X32250250Y10354100D03*
608
+ X32250250Y9846100D03*
609
+ X32250250Y9338100D03*
610
+ X31107250Y9338100D03*
611
+ X31107250Y9846100D03*
612
+ D17*
613
+ X31158050Y10354100D03*
614
+ %TD*%
615
+ D45*
616
+ %TO.C,D1*%
617
+ X51819100Y35991700D03*
618
+ X51819100Y33551700D03*
619
+ %TD*%
620
+ D46*
621
+ %TO.C,L2*%
622
+ X3657500Y34784000D03*
623
+ X5054500Y34784000D03*
624
+ %TD*%
625
+ D47*
626
+ %TO.C,L3*%
627
+ X7989000Y31073300D03*
628
+ X7989000Y32470300D03*
629
+ %TD*%
630
+ D48*
631
+ %TO.C,L1*%
632
+ X6149900Y25555000D03*
633
+ D49*
634
+ X8258100Y25555000D03*
635
+ %TD*%
636
+ D50*
637
+ %TO.C,C69*%
638
+ X23271200Y7628000D03*
639
+ D51*
640
+ X20070800Y7628000D03*
641
+ %TD*%
642
+ D52*
643
+ %TO.C,C67*%
644
+ X17403000Y11339200D03*
645
+ D53*
646
+ X17403000Y8138800D03*
647
+ %TD*%
648
+ D54*
649
+ %TO.C,C24*%
650
+ X10767100Y32418000D03*
651
+ X9420900Y32418000D03*
652
+ %TD*%
653
+ %TO.C,C17*%
654
+ X8417100Y27009000D03*
655
+ X7070900Y27009000D03*
656
+ %TD*%
657
+ %TO.C,C62*%
658
+ X11602900Y19100000D03*
659
+ X12949100Y19100000D03*
660
+ %TD*%
661
+ %TO.C,C60*%
662
+ X5473700Y17399000D03*
663
+ X6819900Y17399000D03*
664
+ %TD*%
665
+ D55*
666
+ %TO.C,C66*%
667
+ X15307000Y12273100D03*
668
+ X15307000Y10926900D03*
669
+ %TD*%
670
+ D54*
671
+ %TO.C,C70*%
672
+ X19633900Y15300000D03*
673
+ X20980100Y15300000D03*
674
+ %TD*%
675
+ %TO.C,C71*%
676
+ X22433900Y15000000D03*
677
+ X23780100Y15000000D03*
678
+ %TD*%
679
+ D55*
680
+ %TO.C,C11*%
681
+ X26007000Y17626900D03*
682
+ X26007000Y18973100D03*
683
+ %TD*%
684
+ %TO.C,C64*%
685
+ X33619100Y10244800D03*
686
+ X33619100Y8898600D03*
687
+ %TD*%
688
+ %TO.C,C65*%
689
+ X34819100Y10244800D03*
690
+ X34819100Y8898600D03*
691
+ %TD*%
692
+ %TO.C,C41*%
693
+ X59507000Y29426900D03*
694
+ X59507000Y30773100D03*
695
+ %TD*%
696
+ %TO.C,C31*%
697
+ X22251000Y32719100D03*
698
+ X22251000Y31372900D03*
699
+ %TD*%
700
+ %TO.C,C59*%
701
+ X33494900Y12655200D03*
702
+ X33494900Y14001400D03*
703
+ %TD*%
704
+ D56*
705
+ %TO.C,C23*%
706
+ X6201000Y34783600D03*
707
+ X6201000Y33818400D03*
708
+ %TD*%
709
+ %TO.C,C33*%
710
+ X12607000Y36117400D03*
711
+ X12607000Y37082600D03*
712
+ %TD*%
713
+ D57*
714
+ %TO.C,C21*%
715
+ X13190600Y33958000D03*
716
+ X12225400Y33958000D03*
717
+ %TD*%
718
+ %TO.C,C26*%
719
+ X16830600Y33842000D03*
720
+ X15865400Y33842000D03*
721
+ %TD*%
722
+ %TO.C,C30*%
723
+ X20089600Y33814000D03*
724
+ X19124400Y33814000D03*
725
+ %TD*%
726
+ D56*
727
+ %TO.C,C35*%
728
+ X19982000Y43017400D03*
729
+ X19982000Y43982600D03*
730
+ %TD*%
731
+ %TO.C,C36*%
732
+ X21094700Y41282600D03*
733
+ X21094700Y40317400D03*
734
+ %TD*%
735
+ %TO.C,C34*%
736
+ X19982000Y41282600D03*
737
+ X19982000Y40317400D03*
738
+ %TD*%
739
+ %TO.C,C37*%
740
+ X21094700Y43982600D03*
741
+ X21094700Y43017400D03*
742
+ %TD*%
743
+ %TO.C,C44*%
744
+ X21807000Y46517400D03*
745
+ X21807000Y47482600D03*
746
+ %TD*%
747
+ %TO.C,C39*%
748
+ X22807000Y46517400D03*
749
+ X22807000Y47482600D03*
750
+ %TD*%
751
+ %TO.C,C43*%
752
+ X23807000Y46517400D03*
753
+ X23807000Y47482600D03*
754
+ %TD*%
755
+ %TO.C,C38*%
756
+ X24807000Y46517400D03*
757
+ X24807000Y47482600D03*
758
+ %TD*%
759
+ %TO.C,C42*%
760
+ X25807000Y46517400D03*
761
+ X25807000Y47482600D03*
762
+ %TD*%
763
+ %TO.C,C40*%
764
+ X26807000Y46517400D03*
765
+ X26807000Y47482600D03*
766
+ %TD*%
767
+ D57*
768
+ %TO.C,C25*%
769
+ X10789600Y31300000D03*
770
+ X9824400Y31300000D03*
771
+ %TD*%
772
+ %TO.C,C18*%
773
+ X9817100Y27305000D03*
774
+ X10782300Y27305000D03*
775
+ %TD*%
776
+ %TO.C,C19*%
777
+ X10782300Y26403300D03*
778
+ X9817100Y26403300D03*
779
+ %TD*%
780
+ D56*
781
+ %TO.C,C12*%
782
+ X27107000Y17617400D03*
783
+ X27107000Y18582600D03*
784
+ %TD*%
785
+ D57*
786
+ %TO.C,C5*%
787
+ X26989600Y20900000D03*
788
+ X26024400Y20900000D03*
789
+ %TD*%
790
+ %TO.C,C14*%
791
+ X26989600Y22400000D03*
792
+ X26024400Y22400000D03*
793
+ %TD*%
794
+ D56*
795
+ %TO.C,C20*%
796
+ X22307000Y26282600D03*
797
+ X22307000Y25317400D03*
798
+ %TD*%
799
+ D57*
800
+ %TO.C,C27*%
801
+ X22224400Y28900000D03*
802
+ X23189600Y28900000D03*
803
+ %TD*%
804
+ D56*
805
+ %TO.C,C6*%
806
+ X26945000Y32611400D03*
807
+ X26945000Y33576600D03*
808
+ %TD*%
809
+ D57*
810
+ %TO.C,C28*%
811
+ X20180300Y22402800D03*
812
+ X21145500Y22402800D03*
813
+ %TD*%
814
+ %TO.C,C29*%
815
+ X14325600Y22428200D03*
816
+ X13360400Y22428200D03*
817
+ %TD*%
818
+ %TO.C,C68*%
819
+ X23277600Y9270000D03*
820
+ X22312400Y9270000D03*
821
+ %TD*%
822
+ D56*
823
+ %TO.C,C3*%
824
+ X35269000Y14280600D03*
825
+ X35269000Y13315400D03*
826
+ %TD*%
827
+ D57*
828
+ %TO.C,C13*%
829
+ X37689600Y14200000D03*
830
+ X36724400Y14200000D03*
831
+ %TD*%
832
+ D56*
833
+ %TO.C,C9*%
834
+ X36407000Y8717400D03*
835
+ X36407000Y9682600D03*
836
+ %TD*%
837
+ D57*
838
+ %TO.C,C4*%
839
+ X40683400Y14187000D03*
840
+ X41648600Y14187000D03*
841
+ %TD*%
842
+ D56*
843
+ %TO.C,C10*%
844
+ X50382000Y16382600D03*
845
+ X50382000Y15417400D03*
846
+ %TD*%
847
+ %TO.C,C48*%
848
+ X59607000Y15517400D03*
849
+ X59607000Y16482600D03*
850
+ %TD*%
851
+ %TO.C,C47*%
852
+ X59607000Y17417400D03*
853
+ X59607000Y18382600D03*
854
+ %TD*%
855
+ %TO.C,C7*%
856
+ X51707000Y25682600D03*
857
+ X51707000Y24717400D03*
858
+ %TD*%
859
+ %TO.C,C16*%
860
+ X51707000Y27717400D03*
861
+ X51707000Y28682600D03*
862
+ %TD*%
863
+ D57*
864
+ %TO.C,C45*%
865
+ X55589600Y29000000D03*
866
+ X54624400Y29000000D03*
867
+ %TD*%
868
+ %TO.C,C46*%
869
+ X57489600Y29000000D03*
870
+ X56524400Y29000000D03*
871
+ %TD*%
872
+ D56*
873
+ %TO.C,C8*%
874
+ X51707000Y31617400D03*
875
+ X51707000Y32582600D03*
876
+ %TD*%
877
+ %TO.C,C49*%
878
+ X53107000Y34782600D03*
879
+ X53107000Y33817400D03*
880
+ %TD*%
881
+ %TO.C,C50*%
882
+ X53107000Y36982600D03*
883
+ X53107000Y36017400D03*
884
+ %TD*%
885
+ D57*
886
+ %TO.C,C54*%
887
+ X65289600Y39000000D03*
888
+ X64324400Y39000000D03*
889
+ %TD*%
890
+ %TO.C,C55*%
891
+ X61724400Y39000000D03*
892
+ X62689600Y39000000D03*
893
+ %TD*%
894
+ %TO.C,C51*%
895
+ X60189600Y39000000D03*
896
+ X59224400Y39000000D03*
897
+ %TD*%
898
+ %TO.C,C56*%
899
+ X56724400Y39000000D03*
900
+ X57689600Y39000000D03*
901
+ %TD*%
902
+ %TO.C,C52*%
903
+ X55089600Y39000000D03*
904
+ X54124400Y39000000D03*
905
+ %TD*%
906
+ %TO.C,C57*%
907
+ X51624400Y39000000D03*
908
+ X52589600Y39000000D03*
909
+ %TD*%
910
+ %TO.C,C53*%
911
+ X49024400Y39000000D03*
912
+ X49989600Y39000000D03*
913
+ %TD*%
914
+ %TO.C,C15*%
915
+ X47389600Y39000000D03*
916
+ X46424400Y39000000D03*
917
+ %TD*%
918
+ %TO.C,C58*%
919
+ X44689600Y39000000D03*
920
+ X43724400Y39000000D03*
921
+ %TD*%
922
+ %TO.C,C1*%
923
+ X41059600Y39000000D03*
924
+ X40094400Y39000000D03*
925
+ %TD*%
926
+ %TO.C,C2*%
927
+ X35044400Y39100000D03*
928
+ X36009600Y39100000D03*
929
+ %TD*%
930
+ D56*
931
+ %TO.C,R15*%
932
+ X20307000Y36730100D03*
933
+ X20307000Y37669900D03*
934
+ %TD*%
935
+ %TO.C,R13*%
936
+ X21307000Y37669900D03*
937
+ X21307000Y36730100D03*
938
+ %TD*%
939
+ %TO.C,R12*%
940
+ X22307000Y37669900D03*
941
+ X22307000Y36730100D03*
942
+ %TD*%
943
+ %TO.C,R14*%
944
+ X23307000Y36730100D03*
945
+ X23307000Y37669900D03*
946
+ %TD*%
947
+ D57*
948
+ %TO.C,R11*%
949
+ X9837100Y30300000D03*
950
+ X10776900Y30300000D03*
951
+ %TD*%
952
+ %TO.C,R10*%
953
+ X9830100Y25000000D03*
954
+ X10769900Y25000000D03*
955
+ %TD*%
956
+ %TO.C,R29*%
957
+ X6476900Y22200000D03*
958
+ X5537100Y22200000D03*
959
+ %TD*%
960
+ %TO.C,R39*%
961
+ X6476900Y21200000D03*
962
+ X5537100Y21200000D03*
963
+ %TD*%
964
+ D56*
965
+ %TO.C,R28*%
966
+ X7707000Y21230100D03*
967
+ X7707000Y22169900D03*
968
+ %TD*%
969
+ D57*
970
+ %TO.C,R37*%
971
+ X8801900Y18999000D03*
972
+ X7862100Y18999000D03*
973
+ %TD*%
974
+ %TO.C,R27*%
975
+ X10626900Y19000000D03*
976
+ X9687100Y19000000D03*
977
+ %TD*%
978
+ %TO.C,R24*%
979
+ X8801900Y17399000D03*
980
+ X7862100Y17399000D03*
981
+ %TD*%
982
+ %TO.C,R25*%
983
+ X9687100Y17400000D03*
984
+ X10626900Y17400000D03*
985
+ %TD*%
986
+ %TO.C,R26*%
987
+ X12112800Y20595000D03*
988
+ X13052600Y20595000D03*
989
+ %TD*%
990
+ D56*
991
+ %TO.C,R34*%
992
+ X26922000Y4850100D03*
993
+ X26922000Y5789900D03*
994
+ %TD*%
995
+ D57*
996
+ %TO.C,R9*%
997
+ X26976900Y16400000D03*
998
+ X26037100Y16400000D03*
999
+ %TD*%
1000
+ %TO.C,R16*%
1001
+ X26037100Y25400000D03*
1002
+ X26976900Y25400000D03*
1003
+ %TD*%
1004
+ %TO.C,R1*%
1005
+ X44676900Y14200000D03*
1006
+ X43737100Y14200000D03*
1007
+ %TD*%
1008
+ D56*
1009
+ %TO.C,R7*%
1010
+ X39707000Y6130100D03*
1011
+ X39707000Y7069900D03*
1012
+ %TD*%
1013
+ %TO.C,R5*%
1014
+ X40707000Y6130100D03*
1015
+ X40707000Y7069900D03*
1016
+ %TD*%
1017
+ %TO.C,R8*%
1018
+ X41707000Y6130100D03*
1019
+ X41707000Y7069900D03*
1020
+ %TD*%
1021
+ %TO.C,R6*%
1022
+ X42707000Y6130100D03*
1023
+ X42707000Y7069900D03*
1024
+ %TD*%
1025
+ %TO.C,R22*%
1026
+ X61707000Y9369900D03*
1027
+ X61707000Y8430100D03*
1028
+ %TD*%
1029
+ %TO.C,R23*%
1030
+ X61707000Y6330100D03*
1031
+ X61707000Y7269900D03*
1032
+ %TD*%
1033
+ D57*
1034
+ %TO.C,R4*%
1035
+ X51737100Y19800000D03*
1036
+ X52676900Y19800000D03*
1037
+ %TD*%
1038
+ D56*
1039
+ %TO.C,R30*%
1040
+ X60916800Y15516600D03*
1041
+ X60916800Y16456400D03*
1042
+ %TD*%
1043
+ %TO.C,R21*%
1044
+ X53407000Y25269900D03*
1045
+ X53407000Y24330100D03*
1046
+ %TD*%
1047
+ %TO.C,R20*%
1048
+ X53407000Y27330100D03*
1049
+ X53407000Y28269900D03*
1050
+ %TD*%
1051
+ %TO.C,R19*%
1052
+ X59507000Y31830100D03*
1053
+ X59507000Y32769900D03*
1054
+ %TD*%
1055
+ D57*
1056
+ %TO.C,R36*%
1057
+ X6476900Y19000000D03*
1058
+ X5537100Y19000000D03*
1059
+ %TD*%
1060
+ %TO.C,R38*%
1061
+ X5537100Y20200000D03*
1062
+ X6476900Y20200000D03*
1063
+ %TD*%
1064
+ %TO.C,R2*%
1065
+ X17170400Y22402800D03*
1066
+ X16230600Y22402800D03*
1067
+ %TD*%
1068
+ %TO.C,R3*%
1069
+ X18122900Y22402800D03*
1070
+ X19062700Y22402800D03*
1071
+ %TD*%
1072
+ D54*
1073
+ %TO.C,C61*%
1074
+ X12949100Y17392400D03*
1075
+ X11602900Y17392400D03*
1076
+ %TD*%
1077
+ D56*
1078
+ %TO.C,C63*%
1079
+ X37465000Y6092400D03*
1080
+ X37465000Y7057600D03*
1081
+ %TD*%
1082
+ D45*
1083
+ %TO.C,D4*%
1084
+ X57322300Y20512000D03*
1085
+ X57322300Y22952000D03*
1086
+ %TD*%
1087
+ D25*
1088
+ %TO.C,LD8*%
1089
+ X13016200Y40241000D03*
1090
+ X14616400Y40241000D03*
1091
+ %TD*%
1092
+ %TO.C,LD9*%
1093
+ X14616400Y41829000D03*
1094
+ X13016200Y41829000D03*
1095
+ %TD*%
1096
+ %TO.C,LD10*%
1097
+ X13015900Y47210700D03*
1098
+ X14616100Y47210700D03*
1099
+ %TD*%
1100
+ D57*
1101
+ %TO.C,R17*%
1102
+ X7011700Y38329000D03*
1103
+ X6071900Y38329000D03*
1104
+ %TD*%
1105
+ %TO.C,R18*%
1106
+ X6071900Y39131000D03*
1107
+ X7011700Y39131000D03*
1108
+ %TD*%
1109
+ D56*
1110
+ %TO.C,R31*%
1111
+ X18982000Y41269900D03*
1112
+ X18982000Y40330100D03*
1113
+ %TD*%
1114
+ %TO.C,R32*%
1115
+ X18982000Y43030100D03*
1116
+ X18982000Y43969900D03*
1117
+ %TD*%
1118
+ %TO.C,R33*%
1119
+ X31944100Y4633100D03*
1120
+ X31944100Y5572900D03*
1121
+ %TD*%
1122
+ %TO.C,R35*%
1123
+ X38255000Y6105100D03*
1124
+ X38255000Y7044900D03*
1125
+ %TD*%
1126
+ D57*
1127
+ %TO.C,R40*%
1128
+ X6071900Y39929100D03*
1129
+ X7011700Y39929100D03*
1130
+ %TD*%
1131
+ %TO.C,R41*%
1132
+ X7011700Y40728800D03*
1133
+ X6071900Y40728800D03*
1134
+ %TD*%
1135
+ %TO.C,R42*%
1136
+ X6071900Y41528500D03*
1137
+ X7011700Y41528500D03*
1138
+ %TD*%
1139
+ %TO.C,R43*%
1140
+ X7011700Y42328300D03*
1141
+ X6071900Y42328300D03*
1142
+ %TD*%
1143
+ %TO.C,R44*%
1144
+ X6100100Y46830000D03*
1145
+ X7039900Y46830000D03*
1146
+ %TD*%
1147
+ %TO.C,R45*%
1148
+ X7039900Y47635000D03*
1149
+ X6100100Y47635000D03*
1150
+ %TD*%
1151
+ %TO.C,R46*%
1152
+ X17361500Y42403000D03*
1153
+ X16421700Y42403000D03*
1154
+ %TD*%
1155
+ D56*
1156
+ %TO.C,R47*%
1157
+ X16385000Y41269900D03*
1158
+ X16385000Y40330100D03*
1159
+ %TD*%
1160
+ %TO.C,R48*%
1161
+ X17485000Y40330100D03*
1162
+ X17485000Y41269900D03*
1163
+ %TD*%
1164
+ D54*
1165
+ %TO.C,C32*%
1166
+ X10880100Y38034000D03*
1167
+ X9533900Y38034000D03*
1168
+ %TD*%
1169
+ D58*
1170
+ %TO.C,F1*%
1171
+ X6014200Y36459700D03*
1172
+ X3794200Y36459700D03*
1173
+ %TD*%
1174
+ D59*
1175
+ %TO.C,L4*%
1176
+ X17403000Y15050000D03*
1177
+ X17403000Y13050000D03*
1178
+ %TD*%
1179
+ D60*
1180
+ %TO.C,U2*%
1181
+ G36*
1182
+ X44295467Y8888515D02*
1183
+ X44306254Y8886915D01*
1184
+ X44316833Y8884265D01*
1185
+ X44327101Y8880591D01*
1186
+ X44336959Y8875929D01*
1187
+ X44346313Y8870322D01*
1188
+ X44355072Y8863826D01*
1189
+ X44363152Y8856502D01*
1190
+ X44370476Y8848422D01*
1191
+ X44376972Y8839663D01*
1192
+ X44382579Y8830309D01*
1193
+ X44387241Y8820451D01*
1194
+ X44390915Y8810183D01*
1195
+ X44393565Y8799604D01*
1196
+ X44395165Y8788817D01*
1197
+ X44395700Y8777925D01*
1198
+ X44395700Y8555675D01*
1199
+ X44395165Y8544783D01*
1200
+ X44393565Y8533996D01*
1201
+ X44390915Y8523417D01*
1202
+ X44387241Y8513149D01*
1203
+ X44382579Y8503291D01*
1204
+ X44376972Y8493937D01*
1205
+ X44370476Y8485178D01*
1206
+ X44363152Y8477098D01*
1207
+ X44355072Y8469774D01*
1208
+ X44346313Y8463278D01*
1209
+ X44336959Y8457671D01*
1210
+ X44327101Y8453009D01*
1211
+ X44316833Y8449335D01*
1212
+ X44306254Y8446685D01*
1213
+ X44295467Y8445085D01*
1214
+ X44284575Y8444550D01*
1215
+ X43465425Y8444550D01*
1216
+ X43454533Y8445085D01*
1217
+ X43443746Y8446685D01*
1218
+ X43433167Y8449335D01*
1219
+ X43422899Y8453009D01*
1220
+ X43413041Y8457671D01*
1221
+ X43403687Y8463278D01*
1222
+ X43394928Y8469774D01*
1223
+ X43386848Y8477098D01*
1224
+ X43379524Y8485178D01*
1225
+ X43373028Y8493937D01*
1226
+ X43367421Y8503291D01*
1227
+ X43362759Y8513149D01*
1228
+ X43359085Y8523417D01*
1229
+ X43356435Y8533996D01*
1230
+ X43354835Y8544783D01*
1231
+ X43354300Y8555675D01*
1232
+ X43354300Y8777925D01*
1233
+ X43354835Y8788817D01*
1234
+ X43356435Y8799604D01*
1235
+ X43359085Y8810183D01*
1236
+ X43362759Y8820451D01*
1237
+ X43367421Y8830309D01*
1238
+ X43373028Y8839663D01*
1239
+ X43379524Y8848422D01*
1240
+ X43386848Y8856502D01*
1241
+ X43394928Y8863826D01*
1242
+ X43403687Y8870322D01*
1243
+ X43413041Y8875929D01*
1244
+ X43422899Y8880591D01*
1245
+ X43433167Y8884265D01*
1246
+ X43443746Y8886915D01*
1247
+ X43454533Y8888515D01*
1248
+ X43465425Y8889050D01*
1249
+ X44284575Y8889050D01*
1250
+ X44295467Y8888515D01*
1251
+ X44295467Y8888515D01*
1252
+ G37*
1253
+ D61*
1254
+ X43875000Y8666800D03*
1255
+ D60*
1256
+ G36*
1257
+ X44295467Y10158515D02*
1258
+ X44306254Y10156915D01*
1259
+ X44316833Y10154265D01*
1260
+ X44327101Y10150591D01*
1261
+ X44336959Y10145929D01*
1262
+ X44346313Y10140322D01*
1263
+ X44355072Y10133826D01*
1264
+ X44363152Y10126502D01*
1265
+ X44370476Y10118422D01*
1266
+ X44376972Y10109663D01*
1267
+ X44382579Y10100309D01*
1268
+ X44387241Y10090451D01*
1269
+ X44390915Y10080183D01*
1270
+ X44393565Y10069604D01*
1271
+ X44395165Y10058817D01*
1272
+ X44395700Y10047925D01*
1273
+ X44395700Y9825675D01*
1274
+ X44395165Y9814783D01*
1275
+ X44393565Y9803996D01*
1276
+ X44390915Y9793417D01*
1277
+ X44387241Y9783149D01*
1278
+ X44382579Y9773291D01*
1279
+ X44376972Y9763937D01*
1280
+ X44370476Y9755178D01*
1281
+ X44363152Y9747098D01*
1282
+ X44355072Y9739774D01*
1283
+ X44346313Y9733278D01*
1284
+ X44336959Y9727671D01*
1285
+ X44327101Y9723009D01*
1286
+ X44316833Y9719335D01*
1287
+ X44306254Y9716685D01*
1288
+ X44295467Y9715085D01*
1289
+ X44284575Y9714550D01*
1290
+ X43465425Y9714550D01*
1291
+ X43454533Y9715085D01*
1292
+ X43443746Y9716685D01*
1293
+ X43433167Y9719335D01*
1294
+ X43422899Y9723009D01*
1295
+ X43413041Y9727671D01*
1296
+ X43403687Y9733278D01*
1297
+ X43394928Y9739774D01*
1298
+ X43386848Y9747098D01*
1299
+ X43379524Y9755178D01*
1300
+ X43373028Y9763937D01*
1301
+ X43367421Y9773291D01*
1302
+ X43362759Y9783149D01*
1303
+ X43359085Y9793417D01*
1304
+ X43356435Y9803996D01*
1305
+ X43354835Y9814783D01*
1306
+ X43354300Y9825675D01*
1307
+ X43354300Y10047925D01*
1308
+ X43354835Y10058817D01*
1309
+ X43356435Y10069604D01*
1310
+ X43359085Y10080183D01*
1311
+ X43362759Y10090451D01*
1312
+ X43367421Y10100309D01*
1313
+ X43373028Y10109663D01*
1314
+ X43379524Y10118422D01*
1315
+ X43386848Y10126502D01*
1316
+ X43394928Y10133826D01*
1317
+ X43403687Y10140322D01*
1318
+ X43413041Y10145929D01*
1319
+ X43422899Y10150591D01*
1320
+ X43433167Y10154265D01*
1321
+ X43443746Y10156915D01*
1322
+ X43454533Y10158515D01*
1323
+ X43465425Y10159050D01*
1324
+ X44284575Y10159050D01*
1325
+ X44295467Y10158515D01*
1326
+ X44295467Y10158515D01*
1327
+ G37*
1328
+ D61*
1329
+ X43875000Y9936800D03*
1330
+ D60*
1331
+ G36*
1332
+ X44295467Y11428515D02*
1333
+ X44306254Y11426915D01*
1334
+ X44316833Y11424265D01*
1335
+ X44327101Y11420591D01*
1336
+ X44336959Y11415929D01*
1337
+ X44346313Y11410322D01*
1338
+ X44355072Y11403826D01*
1339
+ X44363152Y11396502D01*
1340
+ X44370476Y11388422D01*
1341
+ X44376972Y11379663D01*
1342
+ X44382579Y11370309D01*
1343
+ X44387241Y11360451D01*
1344
+ X44390915Y11350183D01*
1345
+ X44393565Y11339604D01*
1346
+ X44395165Y11328817D01*
1347
+ X44395700Y11317925D01*
1348
+ X44395700Y11095675D01*
1349
+ X44395165Y11084783D01*
1350
+ X44393565Y11073996D01*
1351
+ X44390915Y11063417D01*
1352
+ X44387241Y11053149D01*
1353
+ X44382579Y11043291D01*
1354
+ X44376972Y11033937D01*
1355
+ X44370476Y11025178D01*
1356
+ X44363152Y11017098D01*
1357
+ X44355072Y11009774D01*
1358
+ X44346313Y11003278D01*
1359
+ X44336959Y10997671D01*
1360
+ X44327101Y10993009D01*
1361
+ X44316833Y10989335D01*
1362
+ X44306254Y10986685D01*
1363
+ X44295467Y10985085D01*
1364
+ X44284575Y10984550D01*
1365
+ X43465425Y10984550D01*
1366
+ X43454533Y10985085D01*
1367
+ X43443746Y10986685D01*
1368
+ X43433167Y10989335D01*
1369
+ X43422899Y10993009D01*
1370
+ X43413041Y10997671D01*
1371
+ X43403687Y11003278D01*
1372
+ X43394928Y11009774D01*
1373
+ X43386848Y11017098D01*
1374
+ X43379524Y11025178D01*
1375
+ X43373028Y11033937D01*
1376
+ X43367421Y11043291D01*
1377
+ X43362759Y11053149D01*
1378
+ X43359085Y11063417D01*
1379
+ X43356435Y11073996D01*
1380
+ X43354835Y11084783D01*
1381
+ X43354300Y11095675D01*
1382
+ X43354300Y11317925D01*
1383
+ X43354835Y11328817D01*
1384
+ X43356435Y11339604D01*
1385
+ X43359085Y11350183D01*
1386
+ X43362759Y11360451D01*
1387
+ X43367421Y11370309D01*
1388
+ X43373028Y11379663D01*
1389
+ X43379524Y11388422D01*
1390
+ X43386848Y11396502D01*
1391
+ X43394928Y11403826D01*
1392
+ X43403687Y11410322D01*
1393
+ X43413041Y11415929D01*
1394
+ X43422899Y11420591D01*
1395
+ X43433167Y11424265D01*
1396
+ X43443746Y11426915D01*
1397
+ X43454533Y11428515D01*
1398
+ X43465425Y11429050D01*
1399
+ X44284575Y11429050D01*
1400
+ X44295467Y11428515D01*
1401
+ X44295467Y11428515D01*
1402
+ G37*
1403
+ D61*
1404
+ X43875000Y11206800D03*
1405
+ D60*
1406
+ G36*
1407
+ X44295467Y12698515D02*
1408
+ X44306254Y12696915D01*
1409
+ X44316833Y12694265D01*
1410
+ X44327101Y12690591D01*
1411
+ X44336959Y12685929D01*
1412
+ X44346313Y12680322D01*
1413
+ X44355072Y12673826D01*
1414
+ X44363152Y12666502D01*
1415
+ X44370476Y12658422D01*
1416
+ X44376972Y12649663D01*
1417
+ X44382579Y12640309D01*
1418
+ X44387241Y12630451D01*
1419
+ X44390915Y12620183D01*
1420
+ X44393565Y12609604D01*
1421
+ X44395165Y12598817D01*
1422
+ X44395700Y12587925D01*
1423
+ X44395700Y12365675D01*
1424
+ X44395165Y12354783D01*
1425
+ X44393565Y12343996D01*
1426
+ X44390915Y12333417D01*
1427
+ X44387241Y12323149D01*
1428
+ X44382579Y12313291D01*
1429
+ X44376972Y12303937D01*
1430
+ X44370476Y12295178D01*
1431
+ X44363152Y12287098D01*
1432
+ X44355072Y12279774D01*
1433
+ X44346313Y12273278D01*
1434
+ X44336959Y12267671D01*
1435
+ X44327101Y12263009D01*
1436
+ X44316833Y12259335D01*
1437
+ X44306254Y12256685D01*
1438
+ X44295467Y12255085D01*
1439
+ X44284575Y12254550D01*
1440
+ X43465425Y12254550D01*
1441
+ X43454533Y12255085D01*
1442
+ X43443746Y12256685D01*
1443
+ X43433167Y12259335D01*
1444
+ X43422899Y12263009D01*
1445
+ X43413041Y12267671D01*
1446
+ X43403687Y12273278D01*
1447
+ X43394928Y12279774D01*
1448
+ X43386848Y12287098D01*
1449
+ X43379524Y12295178D01*
1450
+ X43373028Y12303937D01*
1451
+ X43367421Y12313291D01*
1452
+ X43362759Y12323149D01*
1453
+ X43359085Y12333417D01*
1454
+ X43356435Y12343996D01*
1455
+ X43354835Y12354783D01*
1456
+ X43354300Y12365675D01*
1457
+ X43354300Y12587925D01*
1458
+ X43354835Y12598817D01*
1459
+ X43356435Y12609604D01*
1460
+ X43359085Y12620183D01*
1461
+ X43362759Y12630451D01*
1462
+ X43367421Y12640309D01*
1463
+ X43373028Y12649663D01*
1464
+ X43379524Y12658422D01*
1465
+ X43386848Y12666502D01*
1466
+ X43394928Y12673826D01*
1467
+ X43403687Y12680322D01*
1468
+ X43413041Y12685929D01*
1469
+ X43422899Y12690591D01*
1470
+ X43433167Y12694265D01*
1471
+ X43443746Y12696915D01*
1472
+ X43454533Y12698515D01*
1473
+ X43465425Y12699050D01*
1474
+ X44284575Y12699050D01*
1475
+ X44295467Y12698515D01*
1476
+ X44295467Y12698515D01*
1477
+ G37*
1478
+ D61*
1479
+ X43875000Y12476800D03*
1480
+ D60*
1481
+ G36*
1482
+ X38783667Y12698515D02*
1483
+ X38794454Y12696915D01*
1484
+ X38805033Y12694265D01*
1485
+ X38815301Y12690591D01*
1486
+ X38825159Y12685929D01*
1487
+ X38834513Y12680322D01*
1488
+ X38843272Y12673826D01*
1489
+ X38851352Y12666502D01*
1490
+ X38858676Y12658422D01*
1491
+ X38865172Y12649663D01*
1492
+ X38870779Y12640309D01*
1493
+ X38875441Y12630451D01*
1494
+ X38879115Y12620183D01*
1495
+ X38881765Y12609604D01*
1496
+ X38883365Y12598817D01*
1497
+ X38883900Y12587925D01*
1498
+ X38883900Y12365675D01*
1499
+ X38883365Y12354783D01*
1500
+ X38881765Y12343996D01*
1501
+ X38879115Y12333417D01*
1502
+ X38875441Y12323149D01*
1503
+ X38870779Y12313291D01*
1504
+ X38865172Y12303937D01*
1505
+ X38858676Y12295178D01*
1506
+ X38851352Y12287098D01*
1507
+ X38843272Y12279774D01*
1508
+ X38834513Y12273278D01*
1509
+ X38825159Y12267671D01*
1510
+ X38815301Y12263009D01*
1511
+ X38805033Y12259335D01*
1512
+ X38794454Y12256685D01*
1513
+ X38783667Y12255085D01*
1514
+ X38772775Y12254550D01*
1515
+ X37953625Y12254550D01*
1516
+ X37942733Y12255085D01*
1517
+ X37931946Y12256685D01*
1518
+ X37921367Y12259335D01*
1519
+ X37911099Y12263009D01*
1520
+ X37901241Y12267671D01*
1521
+ X37891887Y12273278D01*
1522
+ X37883128Y12279774D01*
1523
+ X37875048Y12287098D01*
1524
+ X37867724Y12295178D01*
1525
+ X37861228Y12303937D01*
1526
+ X37855621Y12313291D01*
1527
+ X37850959Y12323149D01*
1528
+ X37847285Y12333417D01*
1529
+ X37844635Y12343996D01*
1530
+ X37843035Y12354783D01*
1531
+ X37842500Y12365675D01*
1532
+ X37842500Y12587925D01*
1533
+ X37843035Y12598817D01*
1534
+ X37844635Y12609604D01*
1535
+ X37847285Y12620183D01*
1536
+ X37850959Y12630451D01*
1537
+ X37855621Y12640309D01*
1538
+ X37861228Y12649663D01*
1539
+ X37867724Y12658422D01*
1540
+ X37875048Y12666502D01*
1541
+ X37883128Y12673826D01*
1542
+ X37891887Y12680322D01*
1543
+ X37901241Y12685929D01*
1544
+ X37911099Y12690591D01*
1545
+ X37921367Y12694265D01*
1546
+ X37931946Y12696915D01*
1547
+ X37942733Y12698515D01*
1548
+ X37953625Y12699050D01*
1549
+ X38772775Y12699050D01*
1550
+ X38783667Y12698515D01*
1551
+ X38783667Y12698515D01*
1552
+ G37*
1553
+ D61*
1554
+ X38363200Y12476800D03*
1555
+ D60*
1556
+ G36*
1557
+ X38783667Y11428515D02*
1558
+ X38794454Y11426915D01*
1559
+ X38805033Y11424265D01*
1560
+ X38815301Y11420591D01*
1561
+ X38825159Y11415929D01*
1562
+ X38834513Y11410322D01*
1563
+ X38843272Y11403826D01*
1564
+ X38851352Y11396502D01*
1565
+ X38858676Y11388422D01*
1566
+ X38865172Y11379663D01*
1567
+ X38870779Y11370309D01*
1568
+ X38875441Y11360451D01*
1569
+ X38879115Y11350183D01*
1570
+ X38881765Y11339604D01*
1571
+ X38883365Y11328817D01*
1572
+ X38883900Y11317925D01*
1573
+ X38883900Y11095675D01*
1574
+ X38883365Y11084783D01*
1575
+ X38881765Y11073996D01*
1576
+ X38879115Y11063417D01*
1577
+ X38875441Y11053149D01*
1578
+ X38870779Y11043291D01*
1579
+ X38865172Y11033937D01*
1580
+ X38858676Y11025178D01*
1581
+ X38851352Y11017098D01*
1582
+ X38843272Y11009774D01*
1583
+ X38834513Y11003278D01*
1584
+ X38825159Y10997671D01*
1585
+ X38815301Y10993009D01*
1586
+ X38805033Y10989335D01*
1587
+ X38794454Y10986685D01*
1588
+ X38783667Y10985085D01*
1589
+ X38772775Y10984550D01*
1590
+ X37953625Y10984550D01*
1591
+ X37942733Y10985085D01*
1592
+ X37931946Y10986685D01*
1593
+ X37921367Y10989335D01*
1594
+ X37911099Y10993009D01*
1595
+ X37901241Y10997671D01*
1596
+ X37891887Y11003278D01*
1597
+ X37883128Y11009774D01*
1598
+ X37875048Y11017098D01*
1599
+ X37867724Y11025178D01*
1600
+ X37861228Y11033937D01*
1601
+ X37855621Y11043291D01*
1602
+ X37850959Y11053149D01*
1603
+ X37847285Y11063417D01*
1604
+ X37844635Y11073996D01*
1605
+ X37843035Y11084783D01*
1606
+ X37842500Y11095675D01*
1607
+ X37842500Y11317925D01*
1608
+ X37843035Y11328817D01*
1609
+ X37844635Y11339604D01*
1610
+ X37847285Y11350183D01*
1611
+ X37850959Y11360451D01*
1612
+ X37855621Y11370309D01*
1613
+ X37861228Y11379663D01*
1614
+ X37867724Y11388422D01*
1615
+ X37875048Y11396502D01*
1616
+ X37883128Y11403826D01*
1617
+ X37891887Y11410322D01*
1618
+ X37901241Y11415929D01*
1619
+ X37911099Y11420591D01*
1620
+ X37921367Y11424265D01*
1621
+ X37931946Y11426915D01*
1622
+ X37942733Y11428515D01*
1623
+ X37953625Y11429050D01*
1624
+ X38772775Y11429050D01*
1625
+ X38783667Y11428515D01*
1626
+ X38783667Y11428515D01*
1627
+ G37*
1628
+ D61*
1629
+ X38363200Y11206800D03*
1630
+ D60*
1631
+ G36*
1632
+ X38783667Y10158515D02*
1633
+ X38794454Y10156915D01*
1634
+ X38805033Y10154265D01*
1635
+ X38815301Y10150591D01*
1636
+ X38825159Y10145929D01*
1637
+ X38834513Y10140322D01*
1638
+ X38843272Y10133826D01*
1639
+ X38851352Y10126502D01*
1640
+ X38858676Y10118422D01*
1641
+ X38865172Y10109663D01*
1642
+ X38870779Y10100309D01*
1643
+ X38875441Y10090451D01*
1644
+ X38879115Y10080183D01*
1645
+ X38881765Y10069604D01*
1646
+ X38883365Y10058817D01*
1647
+ X38883900Y10047925D01*
1648
+ X38883900Y9825675D01*
1649
+ X38883365Y9814783D01*
1650
+ X38881765Y9803996D01*
1651
+ X38879115Y9793417D01*
1652
+ X38875441Y9783149D01*
1653
+ X38870779Y9773291D01*
1654
+ X38865172Y9763937D01*
1655
+ X38858676Y9755178D01*
1656
+ X38851352Y9747098D01*
1657
+ X38843272Y9739774D01*
1658
+ X38834513Y9733278D01*
1659
+ X38825159Y9727671D01*
1660
+ X38815301Y9723009D01*
1661
+ X38805033Y9719335D01*
1662
+ X38794454Y9716685D01*
1663
+ X38783667Y9715085D01*
1664
+ X38772775Y9714550D01*
1665
+ X37953625Y9714550D01*
1666
+ X37942733Y9715085D01*
1667
+ X37931946Y9716685D01*
1668
+ X37921367Y9719335D01*
1669
+ X37911099Y9723009D01*
1670
+ X37901241Y9727671D01*
1671
+ X37891887Y9733278D01*
1672
+ X37883128Y9739774D01*
1673
+ X37875048Y9747098D01*
1674
+ X37867724Y9755178D01*
1675
+ X37861228Y9763937D01*
1676
+ X37855621Y9773291D01*
1677
+ X37850959Y9783149D01*
1678
+ X37847285Y9793417D01*
1679
+ X37844635Y9803996D01*
1680
+ X37843035Y9814783D01*
1681
+ X37842500Y9825675D01*
1682
+ X37842500Y10047925D01*
1683
+ X37843035Y10058817D01*
1684
+ X37844635Y10069604D01*
1685
+ X37847285Y10080183D01*
1686
+ X37850959Y10090451D01*
1687
+ X37855621Y10100309D01*
1688
+ X37861228Y10109663D01*
1689
+ X37867724Y10118422D01*
1690
+ X37875048Y10126502D01*
1691
+ X37883128Y10133826D01*
1692
+ X37891887Y10140322D01*
1693
+ X37901241Y10145929D01*
1694
+ X37911099Y10150591D01*
1695
+ X37921367Y10154265D01*
1696
+ X37931946Y10156915D01*
1697
+ X37942733Y10158515D01*
1698
+ X37953625Y10159050D01*
1699
+ X38772775Y10159050D01*
1700
+ X38783667Y10158515D01*
1701
+ X38783667Y10158515D01*
1702
+ G37*
1703
+ D61*
1704
+ X38363200Y9936800D03*
1705
+ D60*
1706
+ G36*
1707
+ X38783667Y8888515D02*
1708
+ X38794454Y8886915D01*
1709
+ X38805033Y8884265D01*
1710
+ X38815301Y8880591D01*
1711
+ X38825159Y8875929D01*
1712
+ X38834513Y8870322D01*
1713
+ X38843272Y8863826D01*
1714
+ X38851352Y8856502D01*
1715
+ X38858676Y8848422D01*
1716
+ X38865172Y8839663D01*
1717
+ X38870779Y8830309D01*
1718
+ X38875441Y8820451D01*
1719
+ X38879115Y8810183D01*
1720
+ X38881765Y8799604D01*
1721
+ X38883365Y8788817D01*
1722
+ X38883900Y8777925D01*
1723
+ X38883900Y8555675D01*
1724
+ X38883365Y8544783D01*
1725
+ X38881765Y8533996D01*
1726
+ X38879115Y8523417D01*
1727
+ X38875441Y8513149D01*
1728
+ X38870779Y8503291D01*
1729
+ X38865172Y8493937D01*
1730
+ X38858676Y8485178D01*
1731
+ X38851352Y8477098D01*
1732
+ X38843272Y8469774D01*
1733
+ X38834513Y8463278D01*
1734
+ X38825159Y8457671D01*
1735
+ X38815301Y8453009D01*
1736
+ X38805033Y8449335D01*
1737
+ X38794454Y8446685D01*
1738
+ X38783667Y8445085D01*
1739
+ X38772775Y8444550D01*
1740
+ X37953625Y8444550D01*
1741
+ X37942733Y8445085D01*
1742
+ X37931946Y8446685D01*
1743
+ X37921367Y8449335D01*
1744
+ X37911099Y8453009D01*
1745
+ X37901241Y8457671D01*
1746
+ X37891887Y8463278D01*
1747
+ X37883128Y8469774D01*
1748
+ X37875048Y8477098D01*
1749
+ X37867724Y8485178D01*
1750
+ X37861228Y8493937D01*
1751
+ X37855621Y8503291D01*
1752
+ X37850959Y8513149D01*
1753
+ X37847285Y8523417D01*
1754
+ X37844635Y8533996D01*
1755
+ X37843035Y8544783D01*
1756
+ X37842500Y8555675D01*
1757
+ X37842500Y8777925D01*
1758
+ X37843035Y8788817D01*
1759
+ X37844635Y8799604D01*
1760
+ X37847285Y8810183D01*
1761
+ X37850959Y8820451D01*
1762
+ X37855621Y8830309D01*
1763
+ X37861228Y8839663D01*
1764
+ X37867724Y8848422D01*
1765
+ X37875048Y8856502D01*
1766
+ X37883128Y8863826D01*
1767
+ X37891887Y8870322D01*
1768
+ X37901241Y8875929D01*
1769
+ X37911099Y8880591D01*
1770
+ X37921367Y8884265D01*
1771
+ X37931946Y8886915D01*
1772
+ X37942733Y8888515D01*
1773
+ X37953625Y8889050D01*
1774
+ X38772775Y8889050D01*
1775
+ X38783667Y8888515D01*
1776
+ X38783667Y8888515D01*
1777
+ G37*
1778
+ D61*
1779
+ X38363200Y8666800D03*
1780
+ D62*
1781
+ X41119100Y10571800D03*
1782
+ %TD*%
1783
+ M02*
FPGAwars_icezum/Manufacturing-GERBERs/from-kicad/icezum-F.SilkS.gbr ADDED
@@ -0,0 +1,3516 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ %TF.GenerationSoftware,KiCad,Pcbnew,no-vcs-found-e5c4cfc~61~ubuntu16.04.1*%
2
+ %TF.CreationDate,2017-11-03T17:54:14+01:00*%
3
+ %TF.ProjectId,icezum,6963657A756D2E6B696361645F706362,V1.1K*%
4
+ %TF.SameCoordinates,PX5c0c740PY87a6900*%
5
+ %TF.FileFunction,Legend,Top*%
6
+ %TF.FilePolarity,Positive*%
7
+ %FSLAX46Y46*%
8
+ G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
9
+ G04 Created by KiCad (PCBNEW no-vcs-found-e5c4cfc~61~ubuntu16.04.1) date Fri Nov 3 17:54:14 2017*
10
+ %MOMM*%
11
+ %LPD*%
12
+ G01*
13
+ G04 APERTURE LIST*
14
+ %ADD10C,0.150000*%
15
+ %ADD11C,0.180000*%
16
+ %ADD12C,0.140000*%
17
+ %ADD13C,0.200000*%
18
+ %ADD14C,0.010000*%
19
+ %ADD15C,0.380000*%
20
+ %ADD16C,0.100000*%
21
+ %ADD17C,0.400000*%
22
+ %ADD18C,0.127000*%
23
+ %ADD19C,0.203200*%
24
+ %ADD20C,0.152400*%
25
+ %ADD21C,0.254000*%
26
+ %ADD22C,0.101600*%
27
+ %ADD23C,0.600000*%
28
+ G04 APERTURE END LIST*
29
+ D10*
30
+ X5660000Y49740000D02*
31
+ X9573000Y49740000D01*
32
+ D11*
33
+ X10834428Y39879096D02*
34
+ X10534428Y40260048D01*
35
+ X10320142Y39879096D02*
36
+ X10320142Y40679096D01*
37
+ X10663000Y40679096D01*
38
+ X10748714Y40641000D01*
39
+ X10791571Y40602905D01*
40
+ X10834428Y40526715D01*
41
+ X10834428Y40412429D01*
42
+ X10791571Y40336239D01*
43
+ X10748714Y40298143D01*
44
+ X10663000Y40260048D01*
45
+ X10320142Y40260048D01*
46
+ X11134428Y40679096D02*
47
+ X11734428Y39879096D01*
48
+ X11734428Y40679096D02*
49
+ X11134428Y39879096D01*
50
+ X10405857Y42267096D02*
51
+ X10920142Y42267096D01*
52
+ X10663000Y41467096D02*
53
+ X10663000Y42267096D01*
54
+ X11134428Y42267096D02*
55
+ X11734428Y41467096D01*
56
+ X11734428Y42267096D02*
57
+ X11134428Y41467096D01*
58
+ X10120142Y46924986D02*
59
+ X10077285Y46886891D01*
60
+ X9948714Y46848796D01*
61
+ X9863000Y46848796D01*
62
+ X9734428Y46886891D01*
63
+ X9648714Y46963081D01*
64
+ X9605857Y47039272D01*
65
+ X9563000Y47191653D01*
66
+ X9563000Y47305939D01*
67
+ X9605857Y47458320D01*
68
+ X9648714Y47534510D01*
69
+ X9734428Y47610700D01*
70
+ X9863000Y47648796D01*
71
+ X9948714Y47648796D01*
72
+ X10077285Y47610700D01*
73
+ X10120142Y47572605D01*
74
+ X10805857Y47267843D02*
75
+ X10505857Y47267843D01*
76
+ X10505857Y46848796D02*
77
+ X10505857Y47648796D01*
78
+ X10934428Y47648796D01*
79
+ X11748714Y47610700D02*
80
+ X11663000Y47648796D01*
81
+ X11534428Y47648796D01*
82
+ X11405857Y47610700D01*
83
+ X11320142Y47534510D01*
84
+ X11277285Y47458320D01*
85
+ X11234428Y47305939D01*
86
+ X11234428Y47191653D01*
87
+ X11277285Y47039272D01*
88
+ X11320142Y46963081D01*
89
+ X11405857Y46886891D01*
90
+ X11534428Y46848796D01*
91
+ X11620142Y46848796D01*
92
+ X11748714Y46886891D01*
93
+ X11791571Y46924986D01*
94
+ X11791571Y47191653D01*
95
+ X11620142Y47191653D01*
96
+ D10*
97
+ X13480000Y49740000D02*
98
+ X13480000Y48240000D01*
99
+ X9574000Y48240000D02*
100
+ X9574000Y49740000D01*
101
+ X13480000Y48240000D02*
102
+ X9574000Y48240000D01*
103
+ X9574000Y49740000D02*
104
+ X13480000Y49740000D01*
105
+ X5660000Y48240000D02*
106
+ X5660000Y49740000D01*
107
+ X9573000Y48240000D02*
108
+ X5660000Y48240000D01*
109
+ X9573000Y49740000D02*
110
+ X9573000Y48240000D01*
111
+ X63710000Y36252620D02*
112
+ X63710000Y36657381D01*
113
+ X63932857Y36171667D02*
114
+ X63152857Y36455000D01*
115
+ X63932857Y36738334D01*
116
+ X63932857Y37507381D02*
117
+ X63561428Y37224048D01*
118
+ X63932857Y37021667D02*
119
+ X63152857Y37021667D01*
120
+ X63152857Y37345477D01*
121
+ X63190000Y37426429D01*
122
+ X63227142Y37466905D01*
123
+ X63301428Y37507381D01*
124
+ X63412857Y37507381D01*
125
+ X63487142Y37466905D01*
126
+ X63524285Y37426429D01*
127
+ X63561428Y37345477D01*
128
+ X63561428Y37021667D01*
129
+ X63932857Y33794286D02*
130
+ X63561428Y33510953D01*
131
+ X63932857Y33308572D02*
132
+ X63152857Y33308572D01*
133
+ X63152857Y33632381D01*
134
+ X63190000Y33713334D01*
135
+ X63227142Y33753810D01*
136
+ X63301428Y33794286D01*
137
+ X63412857Y33794286D01*
138
+ X63487142Y33753810D01*
139
+ X63524285Y33713334D01*
140
+ X63561428Y33632381D01*
141
+ X63561428Y33308572D01*
142
+ X63524285Y34158572D02*
143
+ X63524285Y34441905D01*
144
+ X63932857Y34563334D02*
145
+ X63932857Y34158572D01*
146
+ X63152857Y34158572D01*
147
+ X63152857Y34563334D01*
148
+ X63524285Y35210953D02*
149
+ X63524285Y34927620D01*
150
+ X63932857Y34927620D02*
151
+ X63152857Y34927620D01*
152
+ X63152857Y35332381D01*
153
+ X58667142Y20643334D02*
154
+ X59095714Y20643334D01*
155
+ X58581428Y20426191D02*
156
+ X58881428Y21186191D01*
157
+ X59181428Y20426191D01*
158
+ X59395714Y21186191D02*
159
+ X59952857Y21186191D01*
160
+ X59652857Y20896667D01*
161
+ X59781428Y20896667D01*
162
+ X59867142Y20860477D01*
163
+ X59910000Y20824286D01*
164
+ X59952857Y20751905D01*
165
+ X59952857Y20570953D01*
166
+ X59910000Y20498572D01*
167
+ X59867142Y20462381D01*
168
+ X59781428Y20426191D01*
169
+ X59524285Y20426191D01*
170
+ X59438571Y20462381D01*
171
+ X59395714Y20498572D01*
172
+ X58667142Y23183334D02*
173
+ X59095714Y23183334D01*
174
+ X58581428Y22966191D02*
175
+ X58881428Y23726191D01*
176
+ X59181428Y22966191D01*
177
+ X59438571Y23653810D02*
178
+ X59481428Y23690000D01*
179
+ X59567142Y23726191D01*
180
+ X59781428Y23726191D01*
181
+ X59867142Y23690000D01*
182
+ X59910000Y23653810D01*
183
+ X59952857Y23581429D01*
184
+ X59952857Y23509048D01*
185
+ X59910000Y23400477D01*
186
+ X59395714Y22966191D01*
187
+ X59952857Y22966191D01*
188
+ X58667142Y25703334D02*
189
+ X59095714Y25703334D01*
190
+ X58581428Y25486191D02*
191
+ X58881428Y26246191D01*
192
+ X59181428Y25486191D01*
193
+ X59952857Y25486191D02*
194
+ X59438571Y25486191D01*
195
+ X59695714Y25486191D02*
196
+ X59695714Y26246191D01*
197
+ X59610000Y26137620D01*
198
+ X59524285Y26065239D01*
199
+ X59438571Y26029048D01*
200
+ D12*
201
+ X67181904Y19190000D02*
202
+ X67086666Y19227143D01*
203
+ X66943809Y19227143D01*
204
+ X66800952Y19190000D01*
205
+ X66705714Y19115715D01*
206
+ X66658095Y19041429D01*
207
+ X66610476Y18892858D01*
208
+ X66610476Y18781429D01*
209
+ X66658095Y18632858D01*
210
+ X66705714Y18558572D01*
211
+ X66800952Y18484286D01*
212
+ X66943809Y18447143D01*
213
+ X67039047Y18447143D01*
214
+ X67181904Y18484286D01*
215
+ X67229523Y18521429D01*
216
+ X67229523Y18781429D01*
217
+ X67039047Y18781429D01*
218
+ X64156666Y19267143D02*
219
+ X64440000Y18487143D01*
220
+ X64723333Y19267143D01*
221
+ X59085714Y13737143D02*
222
+ X59085714Y14517143D01*
223
+ X59300000Y14517143D01*
224
+ X59428571Y14480000D01*
225
+ X59514285Y14405715D01*
226
+ X59557142Y14331429D01*
227
+ X59600000Y14182858D01*
228
+ X59600000Y14071429D01*
229
+ X59557142Y13922858D01*
230
+ X59514285Y13848572D01*
231
+ X59428571Y13774286D01*
232
+ X59300000Y13737143D01*
233
+ X59085714Y13737143D01*
234
+ X60414285Y14517143D02*
235
+ X59985714Y14517143D01*
236
+ X59942857Y14145715D01*
237
+ X59985714Y14182858D01*
238
+ X60071428Y14220000D01*
239
+ X60285714Y14220000D01*
240
+ X60371428Y14182858D01*
241
+ X60414285Y14145715D01*
242
+ X60457142Y14071429D01*
243
+ X60457142Y13885715D01*
244
+ X60414285Y13811429D01*
245
+ X60371428Y13774286D01*
246
+ X60285714Y13737143D01*
247
+ X60071428Y13737143D01*
248
+ X59985714Y13774286D01*
249
+ X59942857Y13811429D01*
250
+ X56525714Y13737143D02*
251
+ X56525714Y14517143D01*
252
+ X56740000Y14517143D01*
253
+ X56868571Y14480000D01*
254
+ X56954285Y14405715D01*
255
+ X56997142Y14331429D01*
256
+ X57040000Y14182858D01*
257
+ X57040000Y14071429D01*
258
+ X56997142Y13922858D01*
259
+ X56954285Y13848572D01*
260
+ X56868571Y13774286D01*
261
+ X56740000Y13737143D01*
262
+ X56525714Y13737143D01*
263
+ X57811428Y14257143D02*
264
+ X57811428Y13737143D01*
265
+ X57597142Y14554286D02*
266
+ X57382857Y13997143D01*
267
+ X57940000Y13997143D01*
268
+ X53985714Y13737143D02*
269
+ X53985714Y14517143D01*
270
+ X54200000Y14517143D01*
271
+ X54328571Y14480000D01*
272
+ X54414285Y14405715D01*
273
+ X54457142Y14331429D01*
274
+ X54500000Y14182858D01*
275
+ X54500000Y14071429D01*
276
+ X54457142Y13922858D01*
277
+ X54414285Y13848572D01*
278
+ X54328571Y13774286D01*
279
+ X54200000Y13737143D01*
280
+ X53985714Y13737143D01*
281
+ X54800000Y14517143D02*
282
+ X55357142Y14517143D01*
283
+ X55057142Y14220000D01*
284
+ X55185714Y14220000D01*
285
+ X55271428Y14182858D01*
286
+ X55314285Y14145715D01*
287
+ X55357142Y14071429D01*
288
+ X55357142Y13885715D01*
289
+ X55314285Y13811429D01*
290
+ X55271428Y13774286D01*
291
+ X55185714Y13737143D01*
292
+ X54928571Y13737143D01*
293
+ X54842857Y13774286D01*
294
+ X54800000Y13811429D01*
295
+ X51435714Y13737143D02*
296
+ X51435714Y14517143D01*
297
+ X51650000Y14517143D01*
298
+ X51778571Y14480000D01*
299
+ X51864285Y14405715D01*
300
+ X51907142Y14331429D01*
301
+ X51950000Y14182858D01*
302
+ X51950000Y14071429D01*
303
+ X51907142Y13922858D01*
304
+ X51864285Y13848572D01*
305
+ X51778571Y13774286D01*
306
+ X51650000Y13737143D01*
307
+ X51435714Y13737143D01*
308
+ X52292857Y14442858D02*
309
+ X52335714Y14480000D01*
310
+ X52421428Y14517143D01*
311
+ X52635714Y14517143D01*
312
+ X52721428Y14480000D01*
313
+ X52764285Y14442858D01*
314
+ X52807142Y14368572D01*
315
+ X52807142Y14294286D01*
316
+ X52764285Y14182858D01*
317
+ X52250000Y13737143D01*
318
+ X52807142Y13737143D01*
319
+ X48875714Y13737143D02*
320
+ X48875714Y14517143D01*
321
+ X49090000Y14517143D01*
322
+ X49218571Y14480000D01*
323
+ X49304285Y14405715D01*
324
+ X49347142Y14331429D01*
325
+ X49390000Y14182858D01*
326
+ X49390000Y14071429D01*
327
+ X49347142Y13922858D01*
328
+ X49304285Y13848572D01*
329
+ X49218571Y13774286D01*
330
+ X49090000Y13737143D01*
331
+ X48875714Y13737143D01*
332
+ X50247142Y13737143D02*
333
+ X49732857Y13737143D01*
334
+ X49990000Y13737143D02*
335
+ X49990000Y14517143D01*
336
+ X49904285Y14405715D01*
337
+ X49818571Y14331429D01*
338
+ X49732857Y14294286D01*
339
+ X46335714Y13737143D02*
340
+ X46335714Y14517143D01*
341
+ X46550000Y14517143D01*
342
+ X46678571Y14480000D01*
343
+ X46764285Y14405715D01*
344
+ X46807142Y14331429D01*
345
+ X46850000Y14182858D01*
346
+ X46850000Y14071429D01*
347
+ X46807142Y13922858D01*
348
+ X46764285Y13848572D01*
349
+ X46678571Y13774286D01*
350
+ X46550000Y13737143D01*
351
+ X46335714Y13737143D01*
352
+ X47407142Y14517143D02*
353
+ X47492857Y14517143D01*
354
+ X47578571Y14480000D01*
355
+ X47621428Y14442858D01*
356
+ X47664285Y14368572D01*
357
+ X47707142Y14220000D01*
358
+ X47707142Y14034286D01*
359
+ X47664285Y13885715D01*
360
+ X47621428Y13811429D01*
361
+ X47578571Y13774286D01*
362
+ X47492857Y13737143D01*
363
+ X47407142Y13737143D01*
364
+ X47321428Y13774286D01*
365
+ X47278571Y13811429D01*
366
+ X47235714Y13885715D01*
367
+ X47192857Y14034286D01*
368
+ X47192857Y14220000D01*
369
+ X47235714Y14368572D01*
370
+ X47278571Y14442858D01*
371
+ X47321428Y14480000D01*
372
+ X47407142Y14517143D01*
373
+ X62885714Y4217143D02*
374
+ X62885714Y4997143D01*
375
+ X63100000Y4997143D01*
376
+ X63228571Y4960000D01*
377
+ X63314285Y4885715D01*
378
+ X63357142Y4811429D01*
379
+ X63400000Y4662858D01*
380
+ X63400000Y4551429D01*
381
+ X63357142Y4402858D01*
382
+ X63314285Y4328572D01*
383
+ X63228571Y4254286D01*
384
+ X63100000Y4217143D01*
385
+ X62885714Y4217143D01*
386
+ X64214285Y4997143D02*
387
+ X63785714Y4997143D01*
388
+ X63742857Y4625715D01*
389
+ X63785714Y4662858D01*
390
+ X63871428Y4700000D01*
391
+ X64085714Y4700000D01*
392
+ X64171428Y4662858D01*
393
+ X64214285Y4625715D01*
394
+ X64257142Y4551429D01*
395
+ X64257142Y4365715D01*
396
+ X64214285Y4291429D01*
397
+ X64171428Y4254286D01*
398
+ X64085714Y4217143D01*
399
+ X63871428Y4217143D01*
400
+ X63785714Y4254286D01*
401
+ X63742857Y4291429D01*
402
+ X60335714Y4227143D02*
403
+ X60335714Y5007143D01*
404
+ X60550000Y5007143D01*
405
+ X60678571Y4970000D01*
406
+ X60764285Y4895715D01*
407
+ X60807142Y4821429D01*
408
+ X60850000Y4672858D01*
409
+ X60850000Y4561429D01*
410
+ X60807142Y4412858D01*
411
+ X60764285Y4338572D01*
412
+ X60678571Y4264286D01*
413
+ X60550000Y4227143D01*
414
+ X60335714Y4227143D01*
415
+ X61621428Y4747143D02*
416
+ X61621428Y4227143D01*
417
+ X61407142Y5044286D02*
418
+ X61192857Y4487143D01*
419
+ X61750000Y4487143D01*
420
+ X57785714Y4227143D02*
421
+ X57785714Y5007143D01*
422
+ X58000000Y5007143D01*
423
+ X58128571Y4970000D01*
424
+ X58214285Y4895715D01*
425
+ X58257142Y4821429D01*
426
+ X58300000Y4672858D01*
427
+ X58300000Y4561429D01*
428
+ X58257142Y4412858D01*
429
+ X58214285Y4338572D01*
430
+ X58128571Y4264286D01*
431
+ X58000000Y4227143D01*
432
+ X57785714Y4227143D01*
433
+ X58600000Y5007143D02*
434
+ X59157142Y5007143D01*
435
+ X58857142Y4710000D01*
436
+ X58985714Y4710000D01*
437
+ X59071428Y4672858D01*
438
+ X59114285Y4635715D01*
439
+ X59157142Y4561429D01*
440
+ X59157142Y4375715D01*
441
+ X59114285Y4301429D01*
442
+ X59071428Y4264286D01*
443
+ X58985714Y4227143D01*
444
+ X58728571Y4227143D01*
445
+ X58642857Y4264286D01*
446
+ X58600000Y4301429D01*
447
+ X55245714Y4227143D02*
448
+ X55245714Y5007143D01*
449
+ X55460000Y5007143D01*
450
+ X55588571Y4970000D01*
451
+ X55674285Y4895715D01*
452
+ X55717142Y4821429D01*
453
+ X55760000Y4672858D01*
454
+ X55760000Y4561429D01*
455
+ X55717142Y4412858D01*
456
+ X55674285Y4338572D01*
457
+ X55588571Y4264286D01*
458
+ X55460000Y4227143D01*
459
+ X55245714Y4227143D01*
460
+ X56102857Y4932858D02*
461
+ X56145714Y4970000D01*
462
+ X56231428Y5007143D01*
463
+ X56445714Y5007143D01*
464
+ X56531428Y4970000D01*
465
+ X56574285Y4932858D01*
466
+ X56617142Y4858572D01*
467
+ X56617142Y4784286D01*
468
+ X56574285Y4672858D01*
469
+ X56060000Y4227143D01*
470
+ X56617142Y4227143D01*
471
+ X52715714Y4227143D02*
472
+ X52715714Y5007143D01*
473
+ X52930000Y5007143D01*
474
+ X53058571Y4970000D01*
475
+ X53144285Y4895715D01*
476
+ X53187142Y4821429D01*
477
+ X53230000Y4672858D01*
478
+ X53230000Y4561429D01*
479
+ X53187142Y4412858D01*
480
+ X53144285Y4338572D01*
481
+ X53058571Y4264286D01*
482
+ X52930000Y4227143D01*
483
+ X52715714Y4227143D01*
484
+ X54087142Y4227143D02*
485
+ X53572857Y4227143D01*
486
+ X53830000Y4227143D02*
487
+ X53830000Y5007143D01*
488
+ X53744285Y4895715D01*
489
+ X53658571Y4821429D01*
490
+ X53572857Y4784286D01*
491
+ X50155714Y4227143D02*
492
+ X50155714Y5007143D01*
493
+ X50370000Y5007143D01*
494
+ X50498571Y4970000D01*
495
+ X50584285Y4895715D01*
496
+ X50627142Y4821429D01*
497
+ X50670000Y4672858D01*
498
+ X50670000Y4561429D01*
499
+ X50627142Y4412858D01*
500
+ X50584285Y4338572D01*
501
+ X50498571Y4264286D01*
502
+ X50370000Y4227143D01*
503
+ X50155714Y4227143D01*
504
+ X51227142Y5007143D02*
505
+ X51312857Y5007143D01*
506
+ X51398571Y4970000D01*
507
+ X51441428Y4932858D01*
508
+ X51484285Y4858572D01*
509
+ X51527142Y4710000D01*
510
+ X51527142Y4524286D01*
511
+ X51484285Y4375715D01*
512
+ X51441428Y4301429D01*
513
+ X51398571Y4264286D01*
514
+ X51312857Y4227143D01*
515
+ X51227142Y4227143D01*
516
+ X51141428Y4264286D01*
517
+ X51098571Y4301429D01*
518
+ X51055714Y4375715D01*
519
+ X51012857Y4524286D01*
520
+ X51012857Y4710000D01*
521
+ X51055714Y4858572D01*
522
+ X51098571Y4932858D01*
523
+ X51141428Y4970000D01*
524
+ X51227142Y5007143D01*
525
+ D10*
526
+ X45330476Y7465000D02*
527
+ X45206666Y7510239D01*
528
+ X45020952Y7510239D01*
529
+ X44835238Y7465000D01*
530
+ X44711428Y7374524D01*
531
+ X44649523Y7284048D01*
532
+ X44587619Y7103096D01*
533
+ X44587619Y6967381D01*
534
+ X44649523Y6786429D01*
535
+ X44711428Y6695953D01*
536
+ X44835238Y6605477D01*
537
+ X45020952Y6560239D01*
538
+ X45144761Y6560239D01*
539
+ X45330476Y6605477D01*
540
+ X45392380Y6650715D01*
541
+ X45392380Y6967381D01*
542
+ X45144761Y6967381D01*
543
+ X44556666Y10020239D02*
544
+ X44990000Y9070239D01*
545
+ X45423333Y10020239D01*
546
+ X44704285Y11585477D02*
547
+ X44847142Y11540239D01*
548
+ X45085238Y11540239D01*
549
+ X45180476Y11585477D01*
550
+ X45228095Y11630715D01*
551
+ X45275714Y11721191D01*
552
+ X45275714Y11811667D01*
553
+ X45228095Y11902143D01*
554
+ X45180476Y11947381D01*
555
+ X45085238Y11992620D01*
556
+ X44894761Y12037858D01*
557
+ X44799523Y12083096D01*
558
+ X44751904Y12128334D01*
559
+ X44704285Y12218810D01*
560
+ X44704285Y12309286D01*
561
+ X44751904Y12399762D01*
562
+ X44799523Y12445000D01*
563
+ X44894761Y12490239D01*
564
+ X45132857Y12490239D01*
565
+ X45275714Y12445000D01*
566
+ X44929523Y4985239D02*
567
+ X45246190Y4245239D01*
568
+ X45562857Y4985239D01*
569
+ X45879523Y4245239D02*
570
+ X45879523Y4985239D01*
571
+ X46331904Y4245239D02*
572
+ X46331904Y4985239D01*
573
+ X46874761Y4245239D01*
574
+ X46874761Y4985239D01*
575
+ D13*
576
+ X43680000Y5300000D02*
577
+ X40130000Y5300000D01*
578
+ X44200000Y4780000D02*
579
+ X43680000Y5300000D01*
580
+ X39600000Y4770000D02*
581
+ X40130000Y5300000D01*
582
+ X44200000Y3920000D02*
583
+ X44200000Y4780000D01*
584
+ X39600000Y3910000D02*
585
+ X39600000Y4770000D01*
586
+ D10*
587
+ X37543095Y4990715D02*
588
+ X37138333Y4990715D01*
589
+ X37097857Y4633572D01*
590
+ X37138333Y4669286D01*
591
+ X37219285Y4705000D01*
592
+ X37421666Y4705000D01*
593
+ X37502619Y4669286D01*
594
+ X37543095Y4633572D01*
595
+ X37583571Y4562143D01*
596
+ X37583571Y4383572D01*
597
+ X37543095Y4312143D01*
598
+ X37502619Y4276429D01*
599
+ X37421666Y4240715D01*
600
+ X37219285Y4240715D01*
601
+ X37138333Y4276429D01*
602
+ X37097857Y4312143D01*
603
+ X37826428Y4990715D02*
604
+ X38109761Y4240715D01*
605
+ X38393095Y4990715D01*
606
+ X38676428Y4240715D02*
607
+ X38676428Y4990715D01*
608
+ X39000238Y4990715D01*
609
+ X39081190Y4955000D01*
610
+ X39121666Y4919286D01*
611
+ X39162142Y4847858D01*
612
+ X39162142Y4740715D01*
613
+ X39121666Y4669286D01*
614
+ X39081190Y4633572D01*
615
+ X39000238Y4597858D01*
616
+ X38676428Y4597858D01*
617
+ X34527619Y4990715D02*
618
+ X35053809Y4990715D01*
619
+ X34770476Y4705000D01*
620
+ X34891904Y4705000D01*
621
+ X34972857Y4669286D01*
622
+ X35013333Y4633572D01*
623
+ X35053809Y4562143D01*
624
+ X35053809Y4383572D01*
625
+ X35013333Y4312143D01*
626
+ X34972857Y4276429D01*
627
+ X34891904Y4240715D01*
628
+ X34649047Y4240715D01*
629
+ X34568095Y4276429D01*
630
+ X34527619Y4312143D01*
631
+ X35296666Y4990715D02*
632
+ X35580000Y4240715D01*
633
+ X35863333Y4990715D01*
634
+ X36065714Y4990715D02*
635
+ X36591904Y4990715D01*
636
+ X36308571Y4705000D01*
637
+ X36430000Y4705000D01*
638
+ X36510952Y4669286D01*
639
+ X36551428Y4633572D01*
640
+ X36591904Y4562143D01*
641
+ X36591904Y4383572D01*
642
+ X36551428Y4312143D01*
643
+ X36510952Y4276429D01*
644
+ X36430000Y4240715D01*
645
+ X36187142Y4240715D01*
646
+ X36106190Y4276429D01*
647
+ X36065714Y4312143D01*
648
+ X33143095Y4240715D02*
649
+ X32859761Y4597858D01*
650
+ X32657380Y4240715D02*
651
+ X32657380Y4990715D01*
652
+ X32981190Y4990715D01*
653
+ X33062142Y4955000D01*
654
+ X33102619Y4919286D01*
655
+ X33143095Y4847858D01*
656
+ X33143095Y4740715D01*
657
+ X33102619Y4669286D01*
658
+ X33062142Y4633572D01*
659
+ X32981190Y4597858D01*
660
+ X32657380Y4597858D01*
661
+ X30348095Y4990715D02*
662
+ X29943333Y4990715D01*
663
+ X29902857Y4633572D01*
664
+ X29943333Y4669286D01*
665
+ X30024285Y4705000D01*
666
+ X30226666Y4705000D01*
667
+ X30307619Y4669286D01*
668
+ X30348095Y4633572D01*
669
+ X30388571Y4562143D01*
670
+ X30388571Y4383572D01*
671
+ X30348095Y4312143D01*
672
+ X30307619Y4276429D01*
673
+ X30226666Y4240715D01*
674
+ X30024285Y4240715D01*
675
+ X29943333Y4276429D01*
676
+ X29902857Y4312143D01*
677
+ X30631428Y4990715D02*
678
+ X30914761Y4240715D01*
679
+ X31198095Y4990715D01*
680
+ D13*
681
+ X22540000Y23050000D02*
682
+ X22540000Y22180000D01*
683
+ X24000000Y32000000D02*
684
+ X27700000Y32000000D01*
685
+ X27700000Y26900000D02*
686
+ X27700000Y32000000D01*
687
+ D14*
688
+ X27700000Y32000000D02*
689
+ X27710000Y32000000D01*
690
+ D13*
691
+ X24000000Y26900000D02*
692
+ X27700000Y26900000D01*
693
+ D14*
694
+ X24000000Y26900000D02*
695
+ X27700000Y26900000D01*
696
+ D13*
697
+ X24000000Y32000000D02*
698
+ X24000000Y26900000D01*
699
+ D15*
700
+ X28810000Y36470000D02*
701
+ G75*
702
+ G03X28810000Y36470000I-190000J0D01*
703
+ G01*
704
+ D10*
705
+ X43404285Y40725477D02*
706
+ X43547142Y40680239D01*
707
+ X43785238Y40680239D01*
708
+ X43880476Y40725477D01*
709
+ X43928095Y40770715D01*
710
+ X43975714Y40861191D01*
711
+ X43975714Y40951667D01*
712
+ X43928095Y41042143D01*
713
+ X43880476Y41087381D01*
714
+ X43785238Y41132620D01*
715
+ X43594761Y41177858D01*
716
+ X43499523Y41223096D01*
717
+ X43451904Y41268334D01*
718
+ X43404285Y41358810D01*
719
+ X43404285Y41449286D01*
720
+ X43451904Y41539762D01*
721
+ X43499523Y41585000D01*
722
+ X43594761Y41630239D01*
723
+ X43832857Y41630239D01*
724
+ X43975714Y41585000D01*
725
+ X43256666Y44320239D02*
726
+ X43690000Y43370239D01*
727
+ X44123333Y44320239D01*
728
+ X44030476Y46725000D02*
729
+ X43906666Y46770239D01*
730
+ X43720952Y46770239D01*
731
+ X43535238Y46725000D01*
732
+ X43411428Y46634524D01*
733
+ X43349523Y46544048D01*
734
+ X43287619Y46363096D01*
735
+ X43287619Y46227381D01*
736
+ X43349523Y46046429D01*
737
+ X43411428Y45955953D01*
738
+ X43535238Y45865477D01*
739
+ X43720952Y45820239D01*
740
+ X43844761Y45820239D01*
741
+ X44030476Y45865477D01*
742
+ X44092380Y45910715D01*
743
+ X44092380Y46227381D01*
744
+ X43844761Y46227381D01*
745
+ D12*
746
+ X63475238Y39547143D02*
747
+ X63544761Y39547143D01*
748
+ X63614285Y39510000D01*
749
+ X63649047Y39472858D01*
750
+ X63683809Y39398572D01*
751
+ X63718571Y39250000D01*
752
+ X63718571Y39064286D01*
753
+ X63683809Y38915715D01*
754
+ X63649047Y38841429D01*
755
+ X63614285Y38804286D01*
756
+ X63544761Y38767143D01*
757
+ X63475238Y38767143D01*
758
+ X63405714Y38804286D01*
759
+ X63370952Y38841429D01*
760
+ X63336190Y38915715D01*
761
+ X63301428Y39064286D01*
762
+ X63301428Y39250000D01*
763
+ X63336190Y39398572D01*
764
+ X63370952Y39472858D01*
765
+ X63405714Y39510000D01*
766
+ X63475238Y39547143D01*
767
+ X61178571Y38767143D02*
768
+ X60761428Y38767143D01*
769
+ X60970000Y38767143D02*
770
+ X60970000Y39547143D01*
771
+ X60900476Y39435715D01*
772
+ X60830952Y39361429D01*
773
+ X60761428Y39324286D01*
774
+ X58231428Y39472858D02*
775
+ X58266190Y39510000D01*
776
+ X58335714Y39547143D01*
777
+ X58509523Y39547143D01*
778
+ X58579047Y39510000D01*
779
+ X58613809Y39472858D01*
780
+ X58648571Y39398572D01*
781
+ X58648571Y39324286D01*
782
+ X58613809Y39212858D01*
783
+ X58196666Y38767143D01*
784
+ X58648571Y38767143D01*
785
+ X55666666Y39547143D02*
786
+ X56118571Y39547143D01*
787
+ X55875238Y39250000D01*
788
+ X55979523Y39250000D01*
789
+ X56049047Y39212858D01*
790
+ X56083809Y39175715D01*
791
+ X56118571Y39101429D01*
792
+ X56118571Y38915715D01*
793
+ X56083809Y38841429D01*
794
+ X56049047Y38804286D01*
795
+ X55979523Y38767143D01*
796
+ X55770952Y38767143D01*
797
+ X55701428Y38804286D01*
798
+ X55666666Y38841429D01*
799
+ X53499047Y39247143D02*
800
+ X53499047Y38727143D01*
801
+ X53325238Y39544286D02*
802
+ X53151428Y38987143D01*
803
+ X53603333Y38987143D01*
804
+ X50983809Y39537143D02*
805
+ X50636190Y39537143D01*
806
+ X50601428Y39165715D01*
807
+ X50636190Y39202858D01*
808
+ X50705714Y39240000D01*
809
+ X50879523Y39240000D01*
810
+ X50949047Y39202858D01*
811
+ X50983809Y39165715D01*
812
+ X51018571Y39091429D01*
813
+ X51018571Y38905715D01*
814
+ X50983809Y38831429D01*
815
+ X50949047Y38794286D01*
816
+ X50879523Y38757143D01*
817
+ X50705714Y38757143D01*
818
+ X50636190Y38794286D01*
819
+ X50601428Y38831429D01*
820
+ X48389047Y39537143D02*
821
+ X48250000Y39537143D01*
822
+ X48180476Y39500000D01*
823
+ X48145714Y39462858D01*
824
+ X48076190Y39351429D01*
825
+ X48041428Y39202858D01*
826
+ X48041428Y38905715D01*
827
+ X48076190Y38831429D01*
828
+ X48110952Y38794286D01*
829
+ X48180476Y38757143D01*
830
+ X48319523Y38757143D01*
831
+ X48389047Y38794286D01*
832
+ X48423809Y38831429D01*
833
+ X48458571Y38905715D01*
834
+ X48458571Y39091429D01*
835
+ X48423809Y39165715D01*
836
+ X48389047Y39202858D01*
837
+ X48319523Y39240000D01*
838
+ X48180476Y39240000D01*
839
+ X48110952Y39202858D01*
840
+ X48076190Y39165715D01*
841
+ X48041428Y39091429D01*
842
+ X45466666Y39537143D02*
843
+ X45953333Y39537143D01*
844
+ X45640476Y38757143D01*
845
+ X41760476Y39252858D02*
846
+ X41690952Y39290000D01*
847
+ X41656190Y39327143D01*
848
+ X41621428Y39401429D01*
849
+ X41621428Y39438572D01*
850
+ X41656190Y39512858D01*
851
+ X41690952Y39550000D01*
852
+ X41760476Y39587143D01*
853
+ X41899523Y39587143D01*
854
+ X41969047Y39550000D01*
855
+ X42003809Y39512858D01*
856
+ X42038571Y39438572D01*
857
+ X42038571Y39401429D01*
858
+ X42003809Y39327143D01*
859
+ X41969047Y39290000D01*
860
+ X41899523Y39252858D01*
861
+ X41760476Y39252858D01*
862
+ X41690952Y39215715D01*
863
+ X41656190Y39178572D01*
864
+ X41621428Y39104286D01*
865
+ X41621428Y38955715D01*
866
+ X41656190Y38881429D01*
867
+ X41690952Y38844286D01*
868
+ X41760476Y38807143D01*
869
+ X41899523Y38807143D01*
870
+ X41969047Y38844286D01*
871
+ X42003809Y38881429D01*
872
+ X42038571Y38955715D01*
873
+ X42038571Y39104286D01*
874
+ X42003809Y39178572D01*
875
+ X41969047Y39215715D01*
876
+ X41899523Y39252858D01*
877
+ X39050952Y38807143D02*
878
+ X39190000Y38807143D01*
879
+ X39259523Y38844286D01*
880
+ X39294285Y38881429D01*
881
+ X39363809Y38992858D01*
882
+ X39398571Y39141429D01*
883
+ X39398571Y39438572D01*
884
+ X39363809Y39512858D01*
885
+ X39329047Y39550000D01*
886
+ X39259523Y39587143D01*
887
+ X39120476Y39587143D01*
888
+ X39050952Y39550000D01*
889
+ X39016190Y39512858D01*
890
+ X38981428Y39438572D01*
891
+ X38981428Y39252858D01*
892
+ X39016190Y39178572D01*
893
+ X39050952Y39141429D01*
894
+ X39120476Y39104286D01*
895
+ X39259523Y39104286D01*
896
+ X39329047Y39141429D01*
897
+ X39363809Y39178572D01*
898
+ X39398571Y39252858D01*
899
+ X36840952Y38807143D02*
900
+ X36423809Y38807143D01*
901
+ X36632380Y38807143D02*
902
+ X36632380Y39587143D01*
903
+ X36562857Y39475715D01*
904
+ X36493333Y39401429D01*
905
+ X36423809Y39364286D01*
906
+ X37292857Y39587143D02*
907
+ X37362380Y39587143D01*
908
+ X37431904Y39550000D01*
909
+ X37466666Y39512858D01*
910
+ X37501428Y39438572D01*
911
+ X37536190Y39290000D01*
912
+ X37536190Y39104286D01*
913
+ X37501428Y38955715D01*
914
+ X37466666Y38881429D01*
915
+ X37431904Y38844286D01*
916
+ X37362380Y38807143D01*
917
+ X37292857Y38807143D01*
918
+ X37223333Y38844286D01*
919
+ X37188571Y38881429D01*
920
+ X37153809Y38955715D01*
921
+ X37119047Y39104286D01*
922
+ X37119047Y39290000D01*
923
+ X37153809Y39438572D01*
924
+ X37188571Y39512858D01*
925
+ X37223333Y39550000D01*
926
+ X37292857Y39587143D01*
927
+ X33920952Y38807143D02*
928
+ X33503809Y38807143D01*
929
+ X33712380Y38807143D02*
930
+ X33712380Y39587143D01*
931
+ X33642857Y39475715D01*
932
+ X33573333Y39401429D01*
933
+ X33503809Y39364286D01*
934
+ X34616190Y38807143D02*
935
+ X34199047Y38807143D01*
936
+ X34407619Y38807143D02*
937
+ X34407619Y39587143D01*
938
+ X34338095Y39475715D01*
939
+ X34268571Y39401429D01*
940
+ X34199047Y39364286D01*
941
+ X31410952Y38807143D02*
942
+ X30993809Y38807143D01*
943
+ X31202380Y38807143D02*
944
+ X31202380Y39587143D01*
945
+ X31132857Y39475715D01*
946
+ X31063333Y39401429D01*
947
+ X30993809Y39364286D01*
948
+ X31689047Y39512858D02*
949
+ X31723809Y39550000D01*
950
+ X31793333Y39587143D01*
951
+ X31967142Y39587143D01*
952
+ X32036666Y39550000D01*
953
+ X32071428Y39512858D01*
954
+ X32106190Y39438572D01*
955
+ X32106190Y39364286D01*
956
+ X32071428Y39252858D01*
957
+ X31654285Y38807143D01*
958
+ X32106190Y38807143D01*
959
+ X28797142Y38807143D02*
960
+ X28368571Y38807143D01*
961
+ X28582857Y38807143D02*
962
+ X28582857Y39587143D01*
963
+ X28511428Y39475715D01*
964
+ X28440000Y39401429D01*
965
+ X28368571Y39364286D01*
966
+ X29047142Y39587143D02*
967
+ X29511428Y39587143D01*
968
+ X29261428Y39290000D01*
969
+ X29368571Y39290000D01*
970
+ X29440000Y39252858D01*
971
+ X29475714Y39215715D01*
972
+ X29511428Y39141429D01*
973
+ X29511428Y38955715D01*
974
+ X29475714Y38881429D01*
975
+ X29440000Y38844286D01*
976
+ X29368571Y38807143D01*
977
+ X29154285Y38807143D01*
978
+ X29082857Y38844286D01*
979
+ X29047142Y38881429D01*
980
+ D16*
981
+ X21272500Y33070800D02*
982
+ X21272500Y33058100D01*
983
+ D10*
984
+ X63706190Y13245715D02*
985
+ X63268095Y12925715D01*
986
+ X63706190Y12697143D02*
987
+ X62786190Y12697143D01*
988
+ X62786190Y13062858D01*
989
+ X62830000Y13154286D01*
990
+ X62873809Y13200000D01*
991
+ X62961428Y13245715D01*
992
+ X63092857Y13245715D01*
993
+ X63180476Y13200000D01*
994
+ X63224285Y13154286D01*
995
+ X63268095Y13062858D01*
996
+ X63268095Y12697143D01*
997
+ X63224285Y13657143D02*
998
+ X63224285Y13977143D01*
999
+ X63706190Y14114286D02*
1000
+ X63706190Y13657143D01*
1001
+ X62786190Y13657143D01*
1002
+ X62786190Y14114286D01*
1003
+ X63662380Y14480000D02*
1004
+ X63706190Y14617143D01*
1005
+ X63706190Y14845715D01*
1006
+ X63662380Y14937143D01*
1007
+ X63618571Y14982858D01*
1008
+ X63530952Y15028572D01*
1009
+ X63443333Y15028572D01*
1010
+ X63355714Y14982858D01*
1011
+ X63311904Y14937143D01*
1012
+ X63268095Y14845715D01*
1013
+ X63224285Y14662858D01*
1014
+ X63180476Y14571429D01*
1015
+ X63136666Y14525715D01*
1016
+ X63049047Y14480000D01*
1017
+ X62961428Y14480000D01*
1018
+ X62873809Y14525715D01*
1019
+ X62830000Y14571429D01*
1020
+ X62786190Y14662858D01*
1021
+ X62786190Y14891429D01*
1022
+ X62830000Y15028572D01*
1023
+ X63224285Y15440000D02*
1024
+ X63224285Y15760000D01*
1025
+ X63706190Y15897143D02*
1026
+ X63706190Y15440000D01*
1027
+ X62786190Y15440000D01*
1028
+ X62786190Y15897143D01*
1029
+ X62786190Y16171429D02*
1030
+ X62786190Y16720000D01*
1031
+ X63706190Y16445715D02*
1032
+ X62786190Y16445715D01*
1033
+ X58647142Y28243334D02*
1034
+ X59075714Y28243334D01*
1035
+ X58561428Y28026191D02*
1036
+ X58861428Y28786191D01*
1037
+ X59161428Y28026191D01*
1038
+ X59632857Y28786191D02*
1039
+ X59718571Y28786191D01*
1040
+ X59804285Y28750000D01*
1041
+ X59847142Y28713810D01*
1042
+ X59890000Y28641429D01*
1043
+ X59932857Y28496667D01*
1044
+ X59932857Y28315715D01*
1045
+ X59890000Y28170953D01*
1046
+ X59847142Y28098572D01*
1047
+ X59804285Y28062381D01*
1048
+ X59718571Y28026191D01*
1049
+ X59632857Y28026191D01*
1050
+ X59547142Y28062381D01*
1051
+ X59504285Y28098572D01*
1052
+ X59461428Y28170953D01*
1053
+ X59418571Y28315715D01*
1054
+ X59418571Y28496667D01*
1055
+ X59461428Y28641429D01*
1056
+ X59504285Y28713810D01*
1057
+ X59547142Y28750000D01*
1058
+ X59632857Y28786191D01*
1059
+ D12*
1060
+ X61465714Y18524286D02*
1061
+ X61572857Y18487143D01*
1062
+ X61751428Y18487143D01*
1063
+ X61822857Y18524286D01*
1064
+ X61858571Y18561429D01*
1065
+ X61894285Y18635715D01*
1066
+ X61894285Y18710000D01*
1067
+ X61858571Y18784286D01*
1068
+ X61822857Y18821429D01*
1069
+ X61751428Y18858572D01*
1070
+ X61608571Y18895715D01*
1071
+ X61537142Y18932858D01*
1072
+ X61501428Y18970000D01*
1073
+ X61465714Y19044286D01*
1074
+ X61465714Y19118572D01*
1075
+ X61501428Y19192858D01*
1076
+ X61537142Y19230000D01*
1077
+ X61608571Y19267143D01*
1078
+ X61787142Y19267143D01*
1079
+ X61894285Y19230000D01*
1080
+ D10*
1081
+ X63152857Y31508096D02*
1082
+ X63152857Y31103334D01*
1083
+ X63524285Y31062858D01*
1084
+ X63487142Y31103334D01*
1085
+ X63450000Y31184286D01*
1086
+ X63450000Y31386667D01*
1087
+ X63487142Y31467620D01*
1088
+ X63524285Y31508096D01*
1089
+ X63598571Y31548572D01*
1090
+ X63784285Y31548572D01*
1091
+ X63858571Y31508096D01*
1092
+ X63895714Y31467620D01*
1093
+ X63932857Y31386667D01*
1094
+ X63932857Y31184286D01*
1095
+ X63895714Y31103334D01*
1096
+ X63858571Y31062858D01*
1097
+ X63152857Y31791429D02*
1098
+ X63932857Y32074762D01*
1099
+ X63152857Y32358096D01*
1100
+ X41238571Y4960000D02*
1101
+ X41147142Y4995239D01*
1102
+ X41010000Y4995239D01*
1103
+ X40872857Y4960000D01*
1104
+ X40781428Y4889524D01*
1105
+ X40735714Y4819048D01*
1106
+ X40690000Y4678096D01*
1107
+ X40690000Y4572381D01*
1108
+ X40735714Y4431429D01*
1109
+ X40781428Y4360953D01*
1110
+ X40872857Y4290477D01*
1111
+ X41010000Y4255239D01*
1112
+ X41101428Y4255239D01*
1113
+ X41238571Y4290477D01*
1114
+ X41284285Y4325715D01*
1115
+ X41284285Y4572381D01*
1116
+ X41101428Y4572381D01*
1117
+ X41695714Y4255239D02*
1118
+ X41695714Y4995239D01*
1119
+ X42244285Y4255239D01*
1120
+ X42244285Y4995239D01*
1121
+ X42701428Y4255239D02*
1122
+ X42701428Y4995239D01*
1123
+ X42930000Y4995239D01*
1124
+ X43067142Y4960000D01*
1125
+ X43158571Y4889524D01*
1126
+ X43204285Y4819048D01*
1127
+ X43250000Y4678096D01*
1128
+ X43250000Y4572381D01*
1129
+ X43204285Y4431429D01*
1130
+ X43158571Y4360953D01*
1131
+ X43067142Y4290477D01*
1132
+ X42930000Y4255239D01*
1133
+ X42701428Y4255239D01*
1134
+ D16*
1135
+ X18006190Y48557143D02*
1136
+ X18099047Y48528572D01*
1137
+ X18253809Y48528572D01*
1138
+ X18315714Y48557143D01*
1139
+ X18346666Y48585715D01*
1140
+ X18377619Y48642858D01*
1141
+ X18377619Y48700000D01*
1142
+ X18346666Y48757143D01*
1143
+ X18315714Y48785715D01*
1144
+ X18253809Y48814286D01*
1145
+ X18130000Y48842858D01*
1146
+ X18068095Y48871429D01*
1147
+ X18037142Y48900000D01*
1148
+ X18006190Y48957143D01*
1149
+ X18006190Y49014286D01*
1150
+ X18037142Y49071429D01*
1151
+ X18068095Y49100000D01*
1152
+ X18130000Y49128572D01*
1153
+ X18284761Y49128572D01*
1154
+ X18377619Y49100000D01*
1155
+ X19027619Y48585715D02*
1156
+ X18996666Y48557143D01*
1157
+ X18903809Y48528572D01*
1158
+ X18841904Y48528572D01*
1159
+ X18749047Y48557143D01*
1160
+ X18687142Y48614286D01*
1161
+ X18656190Y48671429D01*
1162
+ X18625238Y48785715D01*
1163
+ X18625238Y48871429D01*
1164
+ X18656190Y48985715D01*
1165
+ X18687142Y49042858D01*
1166
+ X18749047Y49100000D01*
1167
+ X18841904Y49128572D01*
1168
+ X18903809Y49128572D01*
1169
+ X18996666Y49100000D01*
1170
+ X19027619Y49071429D01*
1171
+ X19615714Y48528572D02*
1172
+ X19306190Y48528572D01*
1173
+ X19306190Y49128572D01*
1174
+ X20440000Y48557143D02*
1175
+ X20540000Y48528572D01*
1176
+ X20706666Y48528572D01*
1177
+ X20773333Y48557143D01*
1178
+ X20806666Y48585715D01*
1179
+ X20840000Y48642858D01*
1180
+ X20840000Y48700000D01*
1181
+ X20806666Y48757143D01*
1182
+ X20773333Y48785715D01*
1183
+ X20706666Y48814286D01*
1184
+ X20573333Y48842858D01*
1185
+ X20506666Y48871429D01*
1186
+ X20473333Y48900000D01*
1187
+ X20440000Y48957143D01*
1188
+ X20440000Y49014286D01*
1189
+ X20473333Y49071429D01*
1190
+ X20506666Y49100000D01*
1191
+ X20573333Y49128572D01*
1192
+ X20740000Y49128572D01*
1193
+ X20840000Y49100000D01*
1194
+ X21140000Y48528572D02*
1195
+ X21140000Y49128572D01*
1196
+ X21306666Y49128572D01*
1197
+ X21406666Y49100000D01*
1198
+ X21473333Y49042858D01*
1199
+ X21506666Y48985715D01*
1200
+ X21540000Y48871429D01*
1201
+ X21540000Y48785715D01*
1202
+ X21506666Y48671429D01*
1203
+ X21473333Y48614286D01*
1204
+ X21406666Y48557143D01*
1205
+ X21306666Y48528572D01*
1206
+ X21140000Y48528572D01*
1207
+ X21806666Y48700000D02*
1208
+ X22140000Y48700000D01*
1209
+ X21740000Y48528572D02*
1210
+ X21973333Y49128572D01*
1211
+ X22206666Y48528572D01*
1212
+ D10*
1213
+ X23275714Y48575000D02*
1214
+ X23704285Y48575000D01*
1215
+ X23190000Y48360715D02*
1216
+ X23490000Y49110715D01*
1217
+ X23790000Y48360715D01*
1218
+ X24604285Y48360715D02*
1219
+ X24304285Y48717858D01*
1220
+ X24090000Y48360715D02*
1221
+ X24090000Y49110715D01*
1222
+ X24432857Y49110715D01*
1223
+ X24518571Y49075000D01*
1224
+ X24561428Y49039286D01*
1225
+ X24604285Y48967858D01*
1226
+ X24604285Y48860715D01*
1227
+ X24561428Y48789286D01*
1228
+ X24518571Y48753572D01*
1229
+ X24432857Y48717858D01*
1230
+ X24090000Y48717858D01*
1231
+ X26641904Y49070000D02*
1232
+ X26546666Y49107143D01*
1233
+ X26403809Y49107143D01*
1234
+ X26260952Y49070000D01*
1235
+ X26165714Y48995715D01*
1236
+ X26118095Y48921429D01*
1237
+ X26070476Y48772858D01*
1238
+ X26070476Y48661429D01*
1239
+ X26118095Y48512858D01*
1240
+ X26165714Y48438572D01*
1241
+ X26260952Y48364286D01*
1242
+ X26403809Y48327143D01*
1243
+ X26499047Y48327143D01*
1244
+ X26641904Y48364286D01*
1245
+ X26689523Y48401429D01*
1246
+ X26689523Y48661429D01*
1247
+ X26499047Y48661429D01*
1248
+ D12*
1249
+ X28816666Y48337143D02*
1250
+ X28416666Y48337143D01*
1251
+ X28616666Y48337143D02*
1252
+ X28616666Y49117143D01*
1253
+ X28550000Y49005715D01*
1254
+ X28483333Y48931429D01*
1255
+ X28416666Y48894286D01*
1256
+ X29050000Y49117143D02*
1257
+ X29483333Y49117143D01*
1258
+ X29250000Y48820000D01*
1259
+ X29350000Y48820000D01*
1260
+ X29416666Y48782858D01*
1261
+ X29450000Y48745715D01*
1262
+ X29483333Y48671429D01*
1263
+ X29483333Y48485715D01*
1264
+ X29450000Y48411429D01*
1265
+ X29416666Y48374286D01*
1266
+ X29350000Y48337143D01*
1267
+ X29150000Y48337143D01*
1268
+ X29083333Y48374286D01*
1269
+ X29050000Y48411429D01*
1270
+ X31396666Y48347143D02*
1271
+ X30996666Y48347143D01*
1272
+ X31196666Y48347143D02*
1273
+ X31196666Y49127143D01*
1274
+ X31130000Y49015715D01*
1275
+ X31063333Y48941429D01*
1276
+ X30996666Y48904286D01*
1277
+ X31663333Y49052858D02*
1278
+ X31696666Y49090000D01*
1279
+ X31763333Y49127143D01*
1280
+ X31930000Y49127143D01*
1281
+ X31996666Y49090000D01*
1282
+ X32030000Y49052858D01*
1283
+ X32063333Y48978572D01*
1284
+ X32063333Y48904286D01*
1285
+ X32030000Y48792858D01*
1286
+ X31630000Y48347143D01*
1287
+ X32063333Y48347143D01*
1288
+ X33906666Y48337143D02*
1289
+ X33506666Y48337143D01*
1290
+ X33706666Y48337143D02*
1291
+ X33706666Y49117143D01*
1292
+ X33640000Y49005715D01*
1293
+ X33573333Y48931429D01*
1294
+ X33506666Y48894286D01*
1295
+ X34573333Y48337143D02*
1296
+ X34173333Y48337143D01*
1297
+ X34373333Y48337143D02*
1298
+ X34373333Y49117143D01*
1299
+ X34306666Y49005715D01*
1300
+ X34240000Y48931429D01*
1301
+ X34173333Y48894286D01*
1302
+ X36506666Y48357143D02*
1303
+ X36106666Y48357143D01*
1304
+ X36306666Y48357143D02*
1305
+ X36306666Y49137143D01*
1306
+ X36240000Y49025715D01*
1307
+ X36173333Y48951429D01*
1308
+ X36106666Y48914286D01*
1309
+ X36940000Y49137143D02*
1310
+ X37006666Y49137143D01*
1311
+ X37073333Y49100000D01*
1312
+ X37106666Y49062858D01*
1313
+ X37140000Y48988572D01*
1314
+ X37173333Y48840000D01*
1315
+ X37173333Y48654286D01*
1316
+ X37140000Y48505715D01*
1317
+ X37106666Y48431429D01*
1318
+ X37073333Y48394286D01*
1319
+ X37006666Y48357143D01*
1320
+ X36940000Y48357143D01*
1321
+ X36873333Y48394286D01*
1322
+ X36840000Y48431429D01*
1323
+ X36806666Y48505715D01*
1324
+ X36773333Y48654286D01*
1325
+ X36773333Y48840000D01*
1326
+ X36806666Y48988572D01*
1327
+ X36840000Y49062858D01*
1328
+ X36873333Y49100000D01*
1329
+ X36940000Y49137143D01*
1330
+ X39036666Y48347143D02*
1331
+ X39170000Y48347143D01*
1332
+ X39236666Y48384286D01*
1333
+ X39270000Y48421429D01*
1334
+ X39336666Y48532858D01*
1335
+ X39370000Y48681429D01*
1336
+ X39370000Y48978572D01*
1337
+ X39336666Y49052858D01*
1338
+ X39303333Y49090000D01*
1339
+ X39236666Y49127143D01*
1340
+ X39103333Y49127143D01*
1341
+ X39036666Y49090000D01*
1342
+ X39003333Y49052858D01*
1343
+ X38970000Y48978572D01*
1344
+ X38970000Y48792858D01*
1345
+ X39003333Y48718572D01*
1346
+ X39036666Y48681429D01*
1347
+ X39103333Y48644286D01*
1348
+ X39236666Y48644286D01*
1349
+ X39303333Y48681429D01*
1350
+ X39336666Y48718572D01*
1351
+ X39370000Y48792858D01*
1352
+ X41743333Y48772858D02*
1353
+ X41676666Y48810000D01*
1354
+ X41643333Y48847143D01*
1355
+ X41610000Y48921429D01*
1356
+ X41610000Y48958572D01*
1357
+ X41643333Y49032858D01*
1358
+ X41676666Y49070000D01*
1359
+ X41743333Y49107143D01*
1360
+ X41876666Y49107143D01*
1361
+ X41943333Y49070000D01*
1362
+ X41976666Y49032858D01*
1363
+ X42010000Y48958572D01*
1364
+ X42010000Y48921429D01*
1365
+ X41976666Y48847143D01*
1366
+ X41943333Y48810000D01*
1367
+ X41876666Y48772858D01*
1368
+ X41743333Y48772858D01*
1369
+ X41676666Y48735715D01*
1370
+ X41643333Y48698572D01*
1371
+ X41610000Y48624286D01*
1372
+ X41610000Y48475715D01*
1373
+ X41643333Y48401429D01*
1374
+ X41676666Y48364286D01*
1375
+ X41743333Y48327143D01*
1376
+ X41876666Y48327143D01*
1377
+ X41943333Y48364286D01*
1378
+ X41976666Y48401429D01*
1379
+ X42010000Y48475715D01*
1380
+ X42010000Y48624286D01*
1381
+ X41976666Y48698572D01*
1382
+ X41943333Y48735715D01*
1383
+ X41876666Y48772858D01*
1384
+ X45476666Y49117143D02*
1385
+ X45943333Y49117143D01*
1386
+ X45643333Y48337143D01*
1387
+ X48402857Y49117143D02*
1388
+ X48260000Y49117143D01*
1389
+ X48188571Y49080000D01*
1390
+ X48152857Y49042858D01*
1391
+ X48081428Y48931429D01*
1392
+ X48045714Y48782858D01*
1393
+ X48045714Y48485715D01*
1394
+ X48081428Y48411429D01*
1395
+ X48117142Y48374286D01*
1396
+ X48188571Y48337143D01*
1397
+ X48331428Y48337143D01*
1398
+ X48402857Y48374286D01*
1399
+ X48438571Y48411429D01*
1400
+ X48474285Y48485715D01*
1401
+ X48474285Y48671429D01*
1402
+ X48438571Y48745715D01*
1403
+ X48402857Y48782858D01*
1404
+ X48331428Y48820000D01*
1405
+ X48188571Y48820000D01*
1406
+ X48117142Y48782858D01*
1407
+ X48081428Y48745715D01*
1408
+ X48045714Y48671429D01*
1409
+ X50978571Y49117143D02*
1410
+ X50621428Y49117143D01*
1411
+ X50585714Y48745715D01*
1412
+ X50621428Y48782858D01*
1413
+ X50692857Y48820000D01*
1414
+ X50871428Y48820000D01*
1415
+ X50942857Y48782858D01*
1416
+ X50978571Y48745715D01*
1417
+ X51014285Y48671429D01*
1418
+ X51014285Y48485715D01*
1419
+ X50978571Y48411429D01*
1420
+ X50942857Y48374286D01*
1421
+ X50871428Y48337143D01*
1422
+ X50692857Y48337143D01*
1423
+ X50621428Y48374286D01*
1424
+ X50585714Y48411429D01*
1425
+ X53492857Y48847143D02*
1426
+ X53492857Y48327143D01*
1427
+ X53314285Y49144286D02*
1428
+ X53135714Y48587143D01*
1429
+ X53600000Y48587143D01*
1430
+ X55690000Y49117143D02*
1431
+ X56154285Y49117143D01*
1432
+ X55904285Y48820000D01*
1433
+ X56011428Y48820000D01*
1434
+ X56082857Y48782858D01*
1435
+ X56118571Y48745715D01*
1436
+ X56154285Y48671429D01*
1437
+ X56154285Y48485715D01*
1438
+ X56118571Y48411429D01*
1439
+ X56082857Y48374286D01*
1440
+ X56011428Y48337143D01*
1441
+ X55797142Y48337143D01*
1442
+ X55725714Y48374286D01*
1443
+ X55690000Y48411429D01*
1444
+ X58215714Y49042858D02*
1445
+ X58251428Y49080000D01*
1446
+ X58322857Y49117143D01*
1447
+ X58501428Y49117143D01*
1448
+ X58572857Y49080000D01*
1449
+ X58608571Y49042858D01*
1450
+ X58644285Y48968572D01*
1451
+ X58644285Y48894286D01*
1452
+ X58608571Y48782858D01*
1453
+ X58180000Y48337143D01*
1454
+ X58644285Y48337143D01*
1455
+ X61194285Y48337143D02*
1456
+ X60765714Y48337143D01*
1457
+ X60980000Y48337143D02*
1458
+ X60980000Y49117143D01*
1459
+ X60908571Y49005715D01*
1460
+ X60837142Y48931429D01*
1461
+ X60765714Y48894286D01*
1462
+ X63481904Y49117143D02*
1463
+ X63558095Y49117143D01*
1464
+ X63634285Y49080000D01*
1465
+ X63672380Y49042858D01*
1466
+ X63710476Y48968572D01*
1467
+ X63748571Y48820000D01*
1468
+ X63748571Y48634286D01*
1469
+ X63710476Y48485715D01*
1470
+ X63672380Y48411429D01*
1471
+ X63634285Y48374286D01*
1472
+ X63558095Y48337143D01*
1473
+ X63481904Y48337143D01*
1474
+ X63405714Y48374286D01*
1475
+ X63367619Y48411429D01*
1476
+ X63329523Y48485715D01*
1477
+ X63291428Y48634286D01*
1478
+ X63291428Y48820000D01*
1479
+ X63329523Y48968572D01*
1480
+ X63367619Y49042858D01*
1481
+ X63405714Y49080000D01*
1482
+ X63481904Y49117143D01*
1483
+ D17*
1484
+ X6551571Y43517715D02*
1485
+ X6776571Y45317715D01*
1486
+ X8371809Y43603429D02*
1487
+ X8170619Y43517715D01*
1488
+ X7789666Y43517715D01*
1489
+ X7609904Y43603429D01*
1490
+ X7525380Y43689143D01*
1491
+ X7451571Y43860572D01*
1492
+ X7515857Y44374858D01*
1493
+ X7632523Y44546286D01*
1494
+ X7738476Y44632000D01*
1495
+ X7939666Y44717715D01*
1496
+ X8320619Y44717715D01*
1497
+ X8500380Y44632000D01*
1498
+ X9990857Y43603429D02*
1499
+ X9789666Y43517715D01*
1500
+ X9408714Y43517715D01*
1501
+ X9228952Y43603429D01*
1502
+ X9155142Y43774858D01*
1503
+ X9240857Y44460572D01*
1504
+ X9357523Y44632000D01*
1505
+ X9558714Y44717715D01*
1506
+ X9939666Y44717715D01*
1507
+ X10119428Y44632000D01*
1508
+ X10193238Y44460572D01*
1509
+ X10171809Y44289143D01*
1510
+ X9198000Y44117715D01*
1511
+ X10967047Y45317715D02*
1512
+ X12300380Y45317715D01*
1513
+ X10742047Y43517715D01*
1514
+ X12075380Y43517715D01*
1515
+ X13062285Y45317715D02*
1516
+ X12880142Y43860572D01*
1517
+ X12953952Y43689143D01*
1518
+ X13038476Y43603429D01*
1519
+ X13218238Y43517715D01*
1520
+ X13599190Y43517715D01*
1521
+ X13800380Y43603429D01*
1522
+ X13906333Y43689143D01*
1523
+ X14023000Y43860572D01*
1524
+ X14205142Y45317715D01*
1525
+ X14932523Y43517715D02*
1526
+ X15157523Y45317715D01*
1527
+ X15663476Y44032000D01*
1528
+ X16490857Y45317715D01*
1529
+ X16265857Y43517715D01*
1530
+ D10*
1531
+ X24686666Y7957620D02*
1532
+ X24686666Y8957620D01*
1533
+ X25067619Y8957620D01*
1534
+ X25162857Y8910000D01*
1535
+ X25210476Y8862381D01*
1536
+ X25258095Y8767143D01*
1537
+ X25258095Y8624286D01*
1538
+ X25210476Y8529048D01*
1539
+ X25162857Y8481429D01*
1540
+ X25067619Y8433810D01*
1541
+ X24686666Y8433810D01*
1542
+ X25591428Y8957620D02*
1543
+ X25829523Y7957620D01*
1544
+ X26020000Y8671905D01*
1545
+ X26210476Y7957620D01*
1546
+ X26448571Y8957620D01*
1547
+ X27400952Y7957620D02*
1548
+ X27067619Y8433810D01*
1549
+ X26829523Y7957620D02*
1550
+ X26829523Y8957620D01*
1551
+ X27210476Y8957620D01*
1552
+ X27305714Y8910000D01*
1553
+ X27353333Y8862381D01*
1554
+ X27400952Y8767143D01*
1555
+ X27400952Y8624286D01*
1556
+ X27353333Y8529048D01*
1557
+ X27305714Y8481429D01*
1558
+ X27210476Y8433810D01*
1559
+ X26829523Y8433810D01*
1560
+ D13*
1561
+ X25019000Y25527000D02*
1562
+ X22542500Y23050500D01*
1563
+ X25019000Y26733500D02*
1564
+ X25019000Y25527000D01*
1565
+ X22542500Y22164000D02*
1566
+ X22796500Y22418000D01*
1567
+ X22288500Y22418000D02*
1568
+ X22542500Y22164000D01*
1569
+ D18*
1570
+ X26173142Y28047286D02*
1571
+ X26644857Y28047286D01*
1572
+ X26390857Y27757000D01*
1573
+ X26499714Y27757000D01*
1574
+ X26572285Y27720715D01*
1575
+ X26608571Y27684429D01*
1576
+ X26644857Y27611858D01*
1577
+ X26644857Y27430429D01*
1578
+ X26608571Y27357858D01*
1579
+ X26572285Y27321572D01*
1580
+ X26499714Y27285286D01*
1581
+ X26282000Y27285286D01*
1582
+ X26209428Y27321572D01*
1583
+ X26173142Y27357858D01*
1584
+ X26898857Y28047286D02*
1585
+ X27406857Y28047286D01*
1586
+ X27080285Y27285286D01*
1587
+ X24343142Y28047286D02*
1588
+ X24814857Y28047286D01*
1589
+ X24560857Y27757000D01*
1590
+ X24669714Y27757000D01*
1591
+ X24742285Y27720715D01*
1592
+ X24778571Y27684429D01*
1593
+ X24814857Y27611858D01*
1594
+ X24814857Y27430429D01*
1595
+ X24778571Y27357858D01*
1596
+ X24742285Y27321572D01*
1597
+ X24669714Y27285286D01*
1598
+ X24452000Y27285286D01*
1599
+ X24379428Y27321572D01*
1600
+ X24343142Y27357858D01*
1601
+ X25250285Y27720715D02*
1602
+ X25177714Y27757000D01*
1603
+ X25141428Y27793286D01*
1604
+ X25105142Y27865858D01*
1605
+ X25105142Y27902143D01*
1606
+ X25141428Y27974715D01*
1607
+ X25177714Y28011000D01*
1608
+ X25250285Y28047286D01*
1609
+ X25395428Y28047286D01*
1610
+ X25468000Y28011000D01*
1611
+ X25504285Y27974715D01*
1612
+ X25540571Y27902143D01*
1613
+ X25540571Y27865858D01*
1614
+ X25504285Y27793286D01*
1615
+ X25468000Y27757000D01*
1616
+ X25395428Y27720715D01*
1617
+ X25250285Y27720715D01*
1618
+ X25177714Y27684429D01*
1619
+ X25141428Y27648143D01*
1620
+ X25105142Y27575572D01*
1621
+ X25105142Y27430429D01*
1622
+ X25141428Y27357858D01*
1623
+ X25177714Y27321572D01*
1624
+ X25250285Y27285286D01*
1625
+ X25395428Y27285286D01*
1626
+ X25468000Y27321572D01*
1627
+ X25504285Y27357858D01*
1628
+ X25540571Y27430429D01*
1629
+ X25540571Y27575572D01*
1630
+ X25504285Y27648143D01*
1631
+ X25468000Y27684429D01*
1632
+ X25395428Y27720715D01*
1633
+ X26173142Y29257286D02*
1634
+ X26644857Y29257286D01*
1635
+ X26390857Y28967000D01*
1636
+ X26499714Y28967000D01*
1637
+ X26572285Y28930715D01*
1638
+ X26608571Y28894429D01*
1639
+ X26644857Y28821858D01*
1640
+ X26644857Y28640429D01*
1641
+ X26608571Y28567858D01*
1642
+ X26572285Y28531572D01*
1643
+ X26499714Y28495286D01*
1644
+ X26282000Y28495286D01*
1645
+ X26209428Y28531572D01*
1646
+ X26173142Y28567858D01*
1647
+ X27007714Y28495286D02*
1648
+ X27152857Y28495286D01*
1649
+ X27225428Y28531572D01*
1650
+ X27261714Y28567858D01*
1651
+ X27334285Y28676715D01*
1652
+ X27370571Y28821858D01*
1653
+ X27370571Y29112143D01*
1654
+ X27334285Y29184715D01*
1655
+ X27298000Y29221000D01*
1656
+ X27225428Y29257286D01*
1657
+ X27080285Y29257286D01*
1658
+ X27007714Y29221000D01*
1659
+ X26971428Y29184715D01*
1660
+ X26935142Y29112143D01*
1661
+ X26935142Y28930715D01*
1662
+ X26971428Y28858143D01*
1663
+ X27007714Y28821858D01*
1664
+ X27080285Y28785572D01*
1665
+ X27225428Y28785572D01*
1666
+ X27298000Y28821858D01*
1667
+ X27334285Y28858143D01*
1668
+ X27370571Y28930715D01*
1669
+ X24742285Y29003286D02*
1670
+ X24742285Y28495286D01*
1671
+ X24560857Y29293572D02*
1672
+ X24379428Y28749286D01*
1673
+ X24851142Y28749286D01*
1674
+ X25540571Y28495286D02*
1675
+ X25105142Y28495286D01*
1676
+ X25322857Y28495286D02*
1677
+ X25322857Y29257286D01*
1678
+ X25250285Y29148429D01*
1679
+ X25177714Y29075858D01*
1680
+ X25105142Y29039572D01*
1681
+ X26572285Y30203286D02*
1682
+ X26572285Y29695286D01*
1683
+ X26390857Y30493572D02*
1684
+ X26209428Y29949286D01*
1685
+ X26681142Y29949286D01*
1686
+ X26935142Y30384715D02*
1687
+ X26971428Y30421000D01*
1688
+ X27044000Y30457286D01*
1689
+ X27225428Y30457286D01*
1690
+ X27298000Y30421000D01*
1691
+ X27334285Y30384715D01*
1692
+ X27370571Y30312143D01*
1693
+ X27370571Y30239572D01*
1694
+ X27334285Y30130715D01*
1695
+ X26898857Y29695286D01*
1696
+ X27370571Y29695286D01*
1697
+ X24742285Y30203286D02*
1698
+ X24742285Y29695286D01*
1699
+ X24560857Y30493572D02*
1700
+ X24379428Y29949286D01*
1701
+ X24851142Y29949286D01*
1702
+ X25068857Y30457286D02*
1703
+ X25540571Y30457286D01*
1704
+ X25286571Y30167000D01*
1705
+ X25395428Y30167000D01*
1706
+ X25468000Y30130715D01*
1707
+ X25504285Y30094429D01*
1708
+ X25540571Y30021858D01*
1709
+ X25540571Y29840429D01*
1710
+ X25504285Y29767858D01*
1711
+ X25468000Y29731572D01*
1712
+ X25395428Y29695286D01*
1713
+ X25177714Y29695286D01*
1714
+ X25105142Y29731572D01*
1715
+ X25068857Y29767858D01*
1716
+ X26572285Y31393286D02*
1717
+ X26572285Y30885286D01*
1718
+ X26390857Y31683572D02*
1719
+ X26209428Y31139286D01*
1720
+ X26681142Y31139286D01*
1721
+ X27007714Y30885286D02*
1722
+ X27152857Y30885286D01*
1723
+ X27225428Y30921572D01*
1724
+ X27261714Y30957858D01*
1725
+ X27334285Y31066715D01*
1726
+ X27370571Y31211858D01*
1727
+ X27370571Y31502143D01*
1728
+ X27334285Y31574715D01*
1729
+ X27298000Y31611000D01*
1730
+ X27225428Y31647286D01*
1731
+ X27080285Y31647286D01*
1732
+ X27007714Y31611000D01*
1733
+ X26971428Y31574715D01*
1734
+ X26935142Y31502143D01*
1735
+ X26935142Y31320715D01*
1736
+ X26971428Y31248143D01*
1737
+ X27007714Y31211858D01*
1738
+ X27080285Y31175572D01*
1739
+ X27225428Y31175572D01*
1740
+ X27298000Y31211858D01*
1741
+ X27334285Y31248143D01*
1742
+ X27370571Y31320715D01*
1743
+ X24778571Y31647286D02*
1744
+ X24415714Y31647286D01*
1745
+ X24379428Y31284429D01*
1746
+ X24415714Y31320715D01*
1747
+ X24488285Y31357000D01*
1748
+ X24669714Y31357000D01*
1749
+ X24742285Y31320715D01*
1750
+ X24778571Y31284429D01*
1751
+ X24814857Y31211858D01*
1752
+ X24814857Y31030429D01*
1753
+ X24778571Y30957858D01*
1754
+ X24742285Y30921572D01*
1755
+ X24669714Y30885286D01*
1756
+ X24488285Y30885286D01*
1757
+ X24415714Y30921572D01*
1758
+ X24379428Y30957858D01*
1759
+ X25286571Y31647286D02*
1760
+ X25359142Y31647286D01*
1761
+ X25431714Y31611000D01*
1762
+ X25468000Y31574715D01*
1763
+ X25504285Y31502143D01*
1764
+ X25540571Y31357000D01*
1765
+ X25540571Y31175572D01*
1766
+ X25504285Y31030429D01*
1767
+ X25468000Y30957858D01*
1768
+ X25431714Y30921572D01*
1769
+ X25359142Y30885286D01*
1770
+ X25286571Y30885286D01*
1771
+ X25214000Y30921572D01*
1772
+ X25177714Y30957858D01*
1773
+ X25141428Y31030429D01*
1774
+ X25105142Y31175572D01*
1775
+ X25105142Y31357000D01*
1776
+ X25141428Y31502143D01*
1777
+ X25177714Y31574715D01*
1778
+ X25214000Y31611000D01*
1779
+ X25286571Y31647286D01*
1780
+ D13*
1781
+ X52815714Y29842381D02*
1782
+ X52515714Y30366191D01*
1783
+ X52301428Y29842381D02*
1784
+ X52301428Y30942381D01*
1785
+ X52644285Y30942381D01*
1786
+ X52730000Y30890000D01*
1787
+ X52772857Y30837620D01*
1788
+ X52815714Y30732858D01*
1789
+ X52815714Y30575715D01*
1790
+ X52772857Y30470953D01*
1791
+ X52730000Y30418572D01*
1792
+ X52644285Y30366191D01*
1793
+ X52301428Y30366191D01*
1794
+ X53544285Y29894762D02*
1795
+ X53458571Y29842381D01*
1796
+ X53287142Y29842381D01*
1797
+ X53201428Y29894762D01*
1798
+ X53158571Y29999524D01*
1799
+ X53158571Y30418572D01*
1800
+ X53201428Y30523334D01*
1801
+ X53287142Y30575715D01*
1802
+ X53458571Y30575715D01*
1803
+ X53544285Y30523334D01*
1804
+ X53587142Y30418572D01*
1805
+ X53587142Y30313810D01*
1806
+ X53158571Y30209048D01*
1807
+ X53887142Y30575715D02*
1808
+ X54101428Y29842381D01*
1809
+ X54315714Y30575715D01*
1810
+ X55815714Y29842381D02*
1811
+ X55301428Y29842381D01*
1812
+ X55558571Y29842381D02*
1813
+ X55558571Y30942381D01*
1814
+ X55472857Y30785239D01*
1815
+ X55387142Y30680477D01*
1816
+ X55301428Y30628096D01*
1817
+ X56201428Y29947143D02*
1818
+ X56244285Y29894762D01*
1819
+ X56201428Y29842381D01*
1820
+ X56158571Y29894762D01*
1821
+ X56201428Y29947143D01*
1822
+ X56201428Y29842381D01*
1823
+ X57101428Y29842381D02*
1824
+ X56587142Y29842381D01*
1825
+ X56844285Y29842381D02*
1826
+ X56844285Y30942381D01*
1827
+ X56758571Y30785239D01*
1828
+ X56672857Y30680477D01*
1829
+ X56587142Y30628096D01*
1830
+ X57487142Y29842381D02*
1831
+ X57487142Y30942381D01*
1832
+ X58001428Y29842381D02*
1833
+ X57615714Y30470953D01*
1834
+ X58001428Y30942381D02*
1835
+ X57487142Y30313810D01*
1836
+ D12*
1837
+ X5001904Y38738096D02*
1838
+ X5078095Y38738096D01*
1839
+ X5154285Y38700000D01*
1840
+ X5192380Y38661905D01*
1841
+ X5230476Y38585715D01*
1842
+ X5268571Y38433334D01*
1843
+ X5268571Y38242858D01*
1844
+ X5230476Y38090477D01*
1845
+ X5192380Y38014286D01*
1846
+ X5154285Y37976191D01*
1847
+ X5078095Y37938096D01*
1848
+ X5001904Y37938096D01*
1849
+ X4925714Y37976191D01*
1850
+ X4887619Y38014286D01*
1851
+ X4849523Y38090477D01*
1852
+ X4811428Y38242858D01*
1853
+ X4811428Y38433334D01*
1854
+ X4849523Y38585715D01*
1855
+ X4887619Y38661905D01*
1856
+ X4925714Y38700000D01*
1857
+ X5001904Y38738096D01*
1858
+ X5248571Y39438096D02*
1859
+ X4791428Y39438096D01*
1860
+ X5020000Y39438096D02*
1861
+ X5020000Y40238096D01*
1862
+ X4943809Y40123810D01*
1863
+ X4867619Y40047620D01*
1864
+ X4791428Y40009524D01*
1865
+ X4771428Y41661905D02*
1866
+ X4809523Y41700000D01*
1867
+ X4885714Y41738096D01*
1868
+ X5076190Y41738096D01*
1869
+ X5152380Y41700000D01*
1870
+ X5190476Y41661905D01*
1871
+ X5228571Y41585715D01*
1872
+ X5228571Y41509524D01*
1873
+ X5190476Y41395239D01*
1874
+ X4733333Y40938096D01*
1875
+ X5228571Y40938096D01*
1876
+ X4733333Y43238096D02*
1877
+ X5228571Y43238096D01*
1878
+ X4961904Y42933334D01*
1879
+ X5076190Y42933334D01*
1880
+ X5152380Y42895239D01*
1881
+ X5190476Y42857143D01*
1882
+ X5228571Y42780953D01*
1883
+ X5228571Y42590477D01*
1884
+ X5190476Y42514286D01*
1885
+ X5152380Y42476191D01*
1886
+ X5076190Y42438096D01*
1887
+ X4847619Y42438096D01*
1888
+ X4771428Y42476191D01*
1889
+ X4733333Y42514286D01*
1890
+ X5152380Y44471429D02*
1891
+ X5152380Y43938096D01*
1892
+ X4961904Y44776191D02*
1893
+ X4771428Y44204762D01*
1894
+ X5266666Y44204762D01*
1895
+ X5190476Y46238096D02*
1896
+ X4809523Y46238096D01*
1897
+ X4771428Y45857143D01*
1898
+ X4809523Y45895239D01*
1899
+ X4885714Y45933334D01*
1900
+ X5076190Y45933334D01*
1901
+ X5152380Y45895239D01*
1902
+ X5190476Y45857143D01*
1903
+ X5228571Y45780953D01*
1904
+ X5228571Y45590477D01*
1905
+ X5190476Y45514286D01*
1906
+ X5152380Y45476191D01*
1907
+ X5076190Y45438096D01*
1908
+ X4885714Y45438096D01*
1909
+ X4809523Y45476191D01*
1910
+ X4771428Y45514286D01*
1911
+ X5152380Y47738096D02*
1912
+ X5000000Y47738096D01*
1913
+ X4923809Y47700000D01*
1914
+ X4885714Y47661905D01*
1915
+ X4809523Y47547620D01*
1916
+ X4771428Y47395239D01*
1917
+ X4771428Y47090477D01*
1918
+ X4809523Y47014286D01*
1919
+ X4847619Y46976191D01*
1920
+ X4923809Y46938096D01*
1921
+ X5076190Y46938096D01*
1922
+ X5152380Y46976191D01*
1923
+ X5190476Y47014286D01*
1924
+ X5228571Y47090477D01*
1925
+ X5228571Y47280953D01*
1926
+ X5190476Y47357143D01*
1927
+ X5152380Y47395239D01*
1928
+ X5076190Y47433334D01*
1929
+ X4923809Y47433334D01*
1930
+ X4847619Y47395239D01*
1931
+ X4809523Y47357143D01*
1932
+ X4771428Y47280953D01*
1933
+ X4723333Y49238096D02*
1934
+ X5256666Y49238096D01*
1935
+ X4913809Y48438096D01*
1936
+ D19*
1937
+ %TO.C,U6*%
1938
+ X22543500Y44469100D02*
1939
+ X22975300Y44469100D01*
1940
+ X22543500Y44469100D02*
1941
+ X22543500Y43796000D01*
1942
+ X27013900Y44469100D02*
1943
+ X27013900Y43796000D01*
1944
+ X26582100Y44469100D02*
1945
+ X27013900Y44469100D01*
1946
+ X22543500Y40506700D02*
1947
+ X22975300Y40506700D01*
1948
+ X22543500Y41179800D02*
1949
+ X22543500Y40506700D01*
1950
+ X26582100Y40506700D02*
1951
+ X27013900Y40506700D01*
1952
+ X27013900Y41179800D02*
1953
+ X27013900Y40506700D01*
1954
+ X22073600Y40659100D02*
1955
+ G75*
1956
+ G03X22073600Y40659100I-152400J0D01*
1957
+ G01*
1958
+ %TO.C,U12*%
1959
+ X23072000Y10377000D02*
1960
+ X22665600Y10377000D01*
1961
+ X23072000Y10377000D02*
1962
+ X23072000Y10783400D01*
1963
+ X19770000Y10377000D02*
1964
+ X19770000Y10783400D01*
1965
+ X23072000Y13679000D02*
1966
+ X22665600Y13679000D01*
1967
+ X23072000Y13272600D02*
1968
+ X23072000Y13679000D01*
1969
+ X19770000Y13272600D02*
1970
+ X19770000Y13679000D01*
1971
+ X20176400Y13679000D02*
1972
+ X19770000Y13679000D01*
1973
+ X20176400Y10377000D02*
1974
+ X19770000Y10377000D01*
1975
+ X23859400Y10529400D02*
1976
+ G75*
1977
+ G03X23859400Y10529400I-152400J0D01*
1978
+ G01*
1979
+ %TO.C,U7*%
1980
+ X54627800Y27838900D02*
1981
+ X55034200Y27838900D01*
1982
+ X54627800Y27838900D02*
1983
+ X54627800Y27432500D01*
1984
+ X57929800Y27838900D02*
1985
+ X57929800Y27432500D01*
1986
+ X54627800Y24536900D02*
1987
+ X55034200Y24536900D01*
1988
+ X54627800Y24943300D02*
1989
+ X54627800Y24536900D01*
1990
+ X57929800Y24943300D02*
1991
+ X57929800Y24536900D01*
1992
+ X57523400Y24536900D02*
1993
+ X57929800Y24536900D01*
1994
+ X57523400Y27838900D02*
1995
+ X57929800Y27838900D01*
1996
+ X54145200Y27686500D02*
1997
+ G75*
1998
+ G03X54145200Y27686500I-152400J0D01*
1999
+ G01*
2000
+ %TO.C,U8*%
2001
+ X58343800Y15283900D02*
2002
+ X58115200Y15283900D01*
2003
+ X58343800Y15283900D02*
2004
+ X58343800Y15512500D01*
2005
+ X58343800Y18916100D02*
2006
+ X58115200Y18916100D01*
2007
+ X58343800Y18916100D02*
2008
+ X58343800Y18712900D01*
2009
+ X53657500Y18916100D02*
2010
+ X53657500Y18687500D01*
2011
+ X53657500Y18916100D02*
2012
+ X53886100Y18916100D01*
2013
+ X53670200Y15283900D02*
2014
+ X53670200Y15512500D01*
2015
+ X53670200Y15283900D02*
2016
+ X53898800Y15283900D01*
2017
+ X58915300Y18370000D02*
2018
+ G75*
2019
+ G03X58915300Y18370000I-152400J0D01*
2020
+ G01*
2021
+ %TO.C,U9*%
2022
+ X54242000Y37204000D02*
2023
+ X54470600Y37204000D01*
2024
+ X54242000Y37204000D02*
2025
+ X54242000Y36975400D01*
2026
+ X54242000Y33571800D02*
2027
+ X54470600Y33571800D01*
2028
+ X54242000Y33571800D02*
2029
+ X54242000Y33775000D01*
2030
+ X58928300Y33571800D02*
2031
+ X58928300Y33800400D01*
2032
+ X58928300Y33571800D02*
2033
+ X58699700Y33571800D01*
2034
+ X58915600Y37204000D02*
2035
+ X58915600Y36975400D01*
2036
+ X58915600Y37204000D02*
2037
+ X58687000Y37204000D01*
2038
+ X53975300Y34117900D02*
2039
+ G75*
2040
+ G03X53975300Y34117900I-152400J0D01*
2041
+ G01*
2042
+ %TO.C,U10*%
2043
+ X29121100Y11087100D02*
2044
+ X29121100Y11315700D01*
2045
+ X32512000Y11087100D02*
2046
+ X29121100Y11087100D01*
2047
+ X32512000Y11315700D02*
2048
+ X32512000Y11087100D01*
2049
+ X29146500Y14465300D02*
2050
+ X29146500Y14236700D01*
2051
+ X32524700Y14465300D02*
2052
+ X29146500Y14465300D01*
2053
+ X32524700Y14236700D02*
2054
+ X32524700Y14465300D01*
2055
+ X33007300Y11607800D02*
2056
+ G75*
2057
+ G03X33007300Y11607800I-127000J0D01*
2058
+ G01*
2059
+ D10*
2060
+ %TO.C,SW1*%
2061
+ X3475200Y53664200D02*
2062
+ X3475200Y53204200D01*
2063
+ X5625200Y53664200D02*
2064
+ X3475200Y53664200D01*
2065
+ X5625200Y53204200D02*
2066
+ X5625200Y53664200D01*
2067
+ X2695200Y53174200D02*
2068
+ X2695200Y52864200D01*
2069
+ X6475200Y53174200D02*
2070
+ X6475200Y52864200D01*
2071
+ X6475200Y53174200D02*
2072
+ X2695200Y53174200D01*
2073
+ X6465200Y50314200D02*
2074
+ X6465200Y50034200D01*
2075
+ X6465200Y50034200D02*
2076
+ X2685200Y50034200D01*
2077
+ X2685200Y50054200D02*
2078
+ X2685200Y50324200D01*
2079
+ %TO.C,SW2*%
2080
+ X9275200Y53664200D02*
2081
+ X9275200Y53204200D01*
2082
+ X11425200Y53664200D02*
2083
+ X9275200Y53664200D01*
2084
+ X11425200Y53204200D02*
2085
+ X11425200Y53664200D01*
2086
+ X8495200Y53174200D02*
2087
+ X8495200Y52864200D01*
2088
+ X12275200Y53174200D02*
2089
+ X12275200Y52864200D01*
2090
+ X12275200Y53174200D02*
2091
+ X8495200Y53174200D01*
2092
+ X12265200Y50314200D02*
2093
+ X12265200Y50034200D01*
2094
+ X12265200Y50034200D02*
2095
+ X8485200Y50034200D01*
2096
+ X8485200Y50054200D02*
2097
+ X8485200Y50324200D01*
2098
+ D19*
2099
+ %TO.C,U13*%
2100
+ X30841600Y7041600D02*
2101
+ X30841600Y7702000D01*
2102
+ X30841600Y7702000D02*
2103
+ X30460600Y7702000D01*
2104
+ X28073000Y7702000D02*
2105
+ X28454000Y7702000D01*
2106
+ X28073000Y7067000D02*
2107
+ X28073000Y7702000D01*
2108
+ X29317600Y6559000D02*
2109
+ X29597000Y6559000D01*
2110
+ %TO.C,C22*%
2111
+ X6632800Y31770800D02*
2112
+ X6632800Y32177200D01*
2113
+ X5794600Y31770800D02*
2114
+ X5794600Y32177200D01*
2115
+ D20*
2116
+ %TO.C,LD0*%
2117
+ X1446500Y38300000D02*
2118
+ G75*
2119
+ G03X1446500Y38300000I-127000J0D01*
2120
+ G01*
2121
+ X2030700Y37652300D02*
2122
+ X3910300Y37652300D01*
2123
+ X2018000Y38947700D02*
2124
+ X3897600Y38947700D01*
2125
+ D10*
2126
+ X2707000Y38300000D02*
2127
+ X3157000Y38300000D01*
2128
+ X2657000Y38550000D02*
2129
+ X2657000Y38050000D01*
2130
+ X2657000Y38300000D02*
2131
+ X2907000Y38550000D01*
2132
+ X2907000Y38550000D02*
2133
+ X2907000Y38050000D01*
2134
+ X2907000Y38050000D02*
2135
+ X2657000Y38300000D01*
2136
+ D20*
2137
+ %TO.C,LD1*%
2138
+ X1446500Y39800000D02*
2139
+ G75*
2140
+ G03X1446500Y39800000I-127000J0D01*
2141
+ G01*
2142
+ X2030700Y39152300D02*
2143
+ X3910300Y39152300D01*
2144
+ X2018000Y40447700D02*
2145
+ X3897600Y40447700D01*
2146
+ D10*
2147
+ X2707000Y39800000D02*
2148
+ X3157000Y39800000D01*
2149
+ X2657000Y40050000D02*
2150
+ X2657000Y39550000D01*
2151
+ X2657000Y39800000D02*
2152
+ X2907000Y40050000D01*
2153
+ X2907000Y40050000D02*
2154
+ X2907000Y39550000D01*
2155
+ X2907000Y39550000D02*
2156
+ X2657000Y39800000D01*
2157
+ D20*
2158
+ %TO.C,LD2*%
2159
+ X1446500Y41300000D02*
2160
+ G75*
2161
+ G03X1446500Y41300000I-127000J0D01*
2162
+ G01*
2163
+ X2030700Y40652300D02*
2164
+ X3910300Y40652300D01*
2165
+ X2018000Y41947700D02*
2166
+ X3897600Y41947700D01*
2167
+ D10*
2168
+ X2707000Y41300000D02*
2169
+ X3157000Y41300000D01*
2170
+ X2657000Y41550000D02*
2171
+ X2657000Y41050000D01*
2172
+ X2657000Y41300000D02*
2173
+ X2907000Y41550000D01*
2174
+ X2907000Y41550000D02*
2175
+ X2907000Y41050000D01*
2176
+ X2907000Y41050000D02*
2177
+ X2657000Y41300000D01*
2178
+ D20*
2179
+ %TO.C,LD3*%
2180
+ X1446500Y42800000D02*
2181
+ G75*
2182
+ G03X1446500Y42800000I-127000J0D01*
2183
+ G01*
2184
+ X2030700Y42152300D02*
2185
+ X3910300Y42152300D01*
2186
+ X2018000Y43447700D02*
2187
+ X3897600Y43447700D01*
2188
+ D10*
2189
+ X2707000Y42800000D02*
2190
+ X3157000Y42800000D01*
2191
+ X2657000Y43050000D02*
2192
+ X2657000Y42550000D01*
2193
+ X2657000Y42800000D02*
2194
+ X2907000Y43050000D01*
2195
+ X2907000Y43050000D02*
2196
+ X2907000Y42550000D01*
2197
+ X2907000Y42550000D02*
2198
+ X2657000Y42800000D01*
2199
+ D20*
2200
+ %TO.C,LD4*%
2201
+ X1446500Y44300000D02*
2202
+ G75*
2203
+ G03X1446500Y44300000I-127000J0D01*
2204
+ G01*
2205
+ X2030700Y43652300D02*
2206
+ X3910300Y43652300D01*
2207
+ X2018000Y44947700D02*
2208
+ X3897600Y44947700D01*
2209
+ D10*
2210
+ X2707000Y44300000D02*
2211
+ X3157000Y44300000D01*
2212
+ X2657000Y44550000D02*
2213
+ X2657000Y44050000D01*
2214
+ X2657000Y44300000D02*
2215
+ X2907000Y44550000D01*
2216
+ X2907000Y44550000D02*
2217
+ X2907000Y44050000D01*
2218
+ X2907000Y44050000D02*
2219
+ X2657000Y44300000D01*
2220
+ D20*
2221
+ %TO.C,LD5*%
2222
+ X1446500Y45800000D02*
2223
+ G75*
2224
+ G03X1446500Y45800000I-127000J0D01*
2225
+ G01*
2226
+ X2030700Y45152300D02*
2227
+ X3910300Y45152300D01*
2228
+ X2018000Y46447700D02*
2229
+ X3897600Y46447700D01*
2230
+ D10*
2231
+ X2707000Y45800000D02*
2232
+ X3157000Y45800000D01*
2233
+ X2657000Y46050000D02*
2234
+ X2657000Y45550000D01*
2235
+ X2657000Y45800000D02*
2236
+ X2907000Y46050000D01*
2237
+ X2907000Y46050000D02*
2238
+ X2907000Y45550000D01*
2239
+ X2907000Y45550000D02*
2240
+ X2657000Y45800000D01*
2241
+ D20*
2242
+ %TO.C,LD6*%
2243
+ X1446500Y47300000D02*
2244
+ G75*
2245
+ G03X1446500Y47300000I-127000J0D01*
2246
+ G01*
2247
+ X2030700Y46652300D02*
2248
+ X3910300Y46652300D01*
2249
+ X2018000Y47947700D02*
2250
+ X3897600Y47947700D01*
2251
+ D10*
2252
+ X2707000Y47300000D02*
2253
+ X3157000Y47300000D01*
2254
+ X2657000Y47550000D02*
2255
+ X2657000Y47050000D01*
2256
+ X2657000Y47300000D02*
2257
+ X2907000Y47550000D01*
2258
+ X2907000Y47550000D02*
2259
+ X2907000Y47050000D01*
2260
+ X2907000Y47050000D02*
2261
+ X2657000Y47300000D01*
2262
+ D20*
2263
+ %TO.C,LD7*%
2264
+ X1446500Y48800000D02*
2265
+ G75*
2266
+ G03X1446500Y48800000I-127000J0D01*
2267
+ G01*
2268
+ X2030700Y48152300D02*
2269
+ X3910300Y48152300D01*
2270
+ X2018000Y49447700D02*
2271
+ X3897600Y49447700D01*
2272
+ D10*
2273
+ X2707000Y48800000D02*
2274
+ X3157000Y48800000D01*
2275
+ X2657000Y49050000D02*
2276
+ X2657000Y48550000D01*
2277
+ X2657000Y48800000D02*
2278
+ X2907000Y49050000D01*
2279
+ X2907000Y49050000D02*
2280
+ X2907000Y48550000D01*
2281
+ X2907000Y48550000D02*
2282
+ X2657000Y48800000D01*
2283
+ D20*
2284
+ %TO.C,D12*%
2285
+ X24576000Y6961000D02*
2286
+ G75*
2287
+ G03X24576000Y6961000I-127000J0D01*
2288
+ G01*
2289
+ X25147500Y6313300D02*
2290
+ X27027100Y6313300D01*
2291
+ X25147500Y7608700D02*
2292
+ X27027100Y7608700D01*
2293
+ D10*
2294
+ X25836500Y6961000D02*
2295
+ X26286500Y6961000D01*
2296
+ X25786500Y7211000D02*
2297
+ X25786500Y6711000D01*
2298
+ X25786500Y6961000D02*
2299
+ X26036500Y7211000D01*
2300
+ X26036500Y7211000D02*
2301
+ X26036500Y6711000D01*
2302
+ X26036500Y6711000D02*
2303
+ X25786500Y6961000D01*
2304
+ D19*
2305
+ %TO.C,J4*%
2306
+ X42926000Y52070000D02*
2307
+ X17526000Y52070000D01*
2308
+ X42926000Y49530000D02*
2309
+ X42926000Y52070000D01*
2310
+ X17526000Y49530000D02*
2311
+ X17526000Y52070000D01*
2312
+ X42926000Y49530000D02*
2313
+ X17526000Y49530000D01*
2314
+ %TO.C,J3*%
2315
+ X42926000Y47625000D02*
2316
+ X27698700Y47625000D01*
2317
+ X42926000Y45085000D02*
2318
+ X27698700Y45085000D01*
2319
+ X27698700Y45085000D02*
2320
+ X27698700Y47625000D01*
2321
+ X42926000Y45085000D02*
2322
+ X42926000Y47625000D01*
2323
+ %TO.C,J14*%
2324
+ X45720000Y5715000D02*
2325
+ X60947300Y5715000D01*
2326
+ X45720000Y8255000D02*
2327
+ X60947300Y8255000D01*
2328
+ X60947300Y8255000D02*
2329
+ X60947300Y5715000D01*
2330
+ X45720000Y8255000D02*
2331
+ X45720000Y5715000D01*
2332
+ %TO.C,J6*%
2333
+ X42926000Y42545000D02*
2334
+ X27698700Y42545000D01*
2335
+ X42926000Y40005000D02*
2336
+ X27698700Y40005000D01*
2337
+ X27698700Y40005000D02*
2338
+ X27698700Y42545000D01*
2339
+ X42926000Y40005000D02*
2340
+ X42926000Y42545000D01*
2341
+ %TO.C,J12*%
2342
+ X45720000Y10795000D02*
2343
+ X60947300Y10795000D01*
2344
+ X45720000Y13335000D02*
2345
+ X60947300Y13335000D01*
2346
+ X60947300Y13335000D02*
2347
+ X60947300Y10795000D01*
2348
+ X45720000Y13335000D02*
2349
+ X45720000Y10795000D01*
2350
+ %TO.C,J2*%
2351
+ X42926000Y45085000D02*
2352
+ X27698700Y45085000D01*
2353
+ X42926000Y42545000D02*
2354
+ X27698700Y42545000D01*
2355
+ X27698700Y42545000D02*
2356
+ X27698700Y45085000D01*
2357
+ X42926000Y42545000D02*
2358
+ X42926000Y45085000D01*
2359
+ %TO.C,J13*%
2360
+ X45720000Y8255000D02*
2361
+ X60947300Y8255000D01*
2362
+ X45720000Y10795000D02*
2363
+ X60947300Y10795000D01*
2364
+ X60947300Y10795000D02*
2365
+ X60947300Y8255000D01*
2366
+ X45720000Y10795000D02*
2367
+ X45720000Y8255000D01*
2368
+ %TO.C,J10*%
2369
+ X64770000Y52070000D02*
2370
+ X44450000Y52070000D01*
2371
+ X64770000Y49530000D02*
2372
+ X44450000Y49530000D01*
2373
+ X44450000Y49530000D02*
2374
+ X44450000Y52070000D01*
2375
+ X64770000Y49530000D02*
2376
+ X64770000Y52070000D01*
2377
+ %TO.C,J8*%
2378
+ X64770000Y45085000D02*
2379
+ X44450000Y45085000D01*
2380
+ X44450000Y45085000D02*
2381
+ X44450000Y47625000D01*
2382
+ X44450000Y47625000D02*
2383
+ X64770000Y47625000D01*
2384
+ X64770000Y45085000D02*
2385
+ X64770000Y47625000D01*
2386
+ %TO.C,J7*%
2387
+ X64770000Y42545000D02*
2388
+ X44450000Y42545000D01*
2389
+ X44450000Y42545000D02*
2390
+ X44450000Y45085000D01*
2391
+ X44450000Y45085000D02*
2392
+ X64770000Y45085000D01*
2393
+ X64770000Y42545000D02*
2394
+ X64770000Y45085000D01*
2395
+ %TO.C,J9*%
2396
+ X64770000Y40005000D02*
2397
+ X44450000Y40005000D01*
2398
+ X44450000Y40005000D02*
2399
+ X44450000Y42545000D01*
2400
+ X44450000Y42545000D02*
2401
+ X64770000Y42545000D01*
2402
+ X64770000Y40005000D02*
2403
+ X64770000Y42545000D01*
2404
+ %TO.C,J5*%
2405
+ X26670000Y1270000D02*
2406
+ X46990000Y1270000D01*
2407
+ X26670000Y3810000D02*
2408
+ X46990000Y3810000D01*
2409
+ X46990000Y3810000D02*
2410
+ X46990000Y1270000D01*
2411
+ X26670000Y3810000D02*
2412
+ X26670000Y1270000D01*
2413
+ %TO.C,J11*%
2414
+ X49530000Y3810000D02*
2415
+ X64770000Y3810000D01*
2416
+ X64770000Y3810000D02*
2417
+ X64770000Y1270000D01*
2418
+ X64770000Y1270000D02*
2419
+ X49530000Y1270000D01*
2420
+ X49530000Y1270000D02*
2421
+ X49530000Y3810000D01*
2422
+ %TO.C,J16*%
2423
+ X68008500Y29692600D02*
2424
+ X68008500Y19532600D01*
2425
+ X65468500Y29692600D02*
2426
+ X68008500Y29692600D01*
2427
+ X68008500Y19532600D02*
2428
+ X65468500Y19532600D01*
2429
+ X65468500Y19532600D02*
2430
+ X65468500Y29692600D01*
2431
+ %TO.C,J15*%
2432
+ X65468500Y29692600D02*
2433
+ X65468500Y19532600D01*
2434
+ X62928500Y29692600D02*
2435
+ X65468500Y29692600D01*
2436
+ X65468500Y19532600D02*
2437
+ X62928500Y19532600D01*
2438
+ X62928500Y19532600D02*
2439
+ X62928500Y29692600D01*
2440
+ %TO.C,J17*%
2441
+ X62928500Y29692600D02*
2442
+ X62928500Y19532600D01*
2443
+ X60388500Y29692600D02*
2444
+ X62928500Y29692600D01*
2445
+ X62928500Y19532600D02*
2446
+ X60388500Y19532600D01*
2447
+ X60388500Y19532600D02*
2448
+ X60388500Y29692600D01*
2449
+ D21*
2450
+ %TO.C,J19*%
2451
+ X17056100Y21640800D02*
2452
+ X14516100Y21640800D01*
2453
+ X14516100Y21640800D02*
2454
+ X14516100Y19100800D01*
2455
+ X17056100Y21640800D02*
2456
+ X24676100Y21640800D01*
2457
+ X24676100Y21640800D02*
2458
+ X24676100Y16560800D01*
2459
+ X24676100Y16560800D02*
2460
+ X14516100Y16560800D01*
2461
+ X14516100Y16560800D02*
2462
+ X14516100Y19100800D01*
2463
+ D19*
2464
+ %TO.C,J1*%
2465
+ X623800Y25160800D02*
2466
+ X-239800Y25160800D01*
2467
+ X-239800Y32679200D02*
2468
+ X-239800Y25160800D01*
2469
+ X623800Y32679200D02*
2470
+ X-239800Y32679200D01*
2471
+ X2871700Y25135400D02*
2472
+ X3379700Y25135400D01*
2473
+ X2871700Y32679200D02*
2474
+ X3379700Y32679200D01*
2475
+ %TO.C,J18*%
2476
+ X12395200Y12801600D02*
2477
+ X12395200Y3352800D01*
2478
+ X-2260600Y12801600D02*
2479
+ X12395200Y12801600D01*
2480
+ X-2260600Y3352800D02*
2481
+ X-2260600Y12801600D01*
2482
+ X-2260600Y3352800D02*
2483
+ X12395200Y3352800D01*
2484
+ %TO.C,SW3*%
2485
+ X16141700Y0D02*
2486
+ X26174700Y0D01*
2487
+ X26174700Y0D02*
2488
+ X26174700Y5207000D01*
2489
+ X26174700Y5207000D02*
2490
+ X24650700Y5207000D01*
2491
+ X21983700Y5207000D02*
2492
+ X22745700Y5207000D01*
2493
+ X19494500Y5207000D02*
2494
+ X20129500Y5207000D01*
2495
+ X16141700Y5207000D02*
2496
+ X16141700Y0D01*
2497
+ X16141700Y5207000D02*
2498
+ X17538700Y5207000D01*
2499
+ %TO.C,U4*%
2500
+ X8386100Y37949100D02*
2501
+ G75*
2502
+ G03X8386100Y37949100I-76200J0D01*
2503
+ G01*
2504
+ X11421400Y33593000D02*
2505
+ X11421400Y37403000D01*
2506
+ X8068600Y33593000D02*
2507
+ X8068600Y37403000D01*
2508
+ X8068600Y33593000D02*
2509
+ X11421400Y33593000D01*
2510
+ X8068600Y37403000D02*
2511
+ X11421400Y37403000D01*
2512
+ %TO.C,U5*%
2513
+ X18846800Y34747200D02*
2514
+ G75*
2515
+ G03X18846800Y34747200I-152400J0D01*
2516
+ G01*
2517
+ X14770100Y38074600D02*
2518
+ X14770100Y37871400D01*
2519
+ X18110200Y38074600D02*
2520
+ X14770100Y38074600D01*
2521
+ X18110200Y38074600D02*
2522
+ X18110200Y37871400D01*
2523
+ X18110200Y35052000D02*
2524
+ X18110200Y34848800D01*
2525
+ X18110200Y34848800D02*
2526
+ X14770100Y34848800D01*
2527
+ X14770100Y34848800D02*
2528
+ X14770100Y35052000D01*
2529
+ %TO.C,F2*%
2530
+ X8381100Y27893800D02*
2531
+ G75*
2532
+ G03X8381100Y27893800I-88900J0D01*
2533
+ G01*
2534
+ D22*
2535
+ X6438000Y28224000D02*
2536
+ X6438000Y30002000D01*
2537
+ X8724000Y28224000D02*
2538
+ X8724000Y30002000D01*
2539
+ X8724000Y30002000D02*
2540
+ X6438000Y30002000D01*
2541
+ X8724000Y28224000D02*
2542
+ X6438000Y28224000D01*
2543
+ D19*
2544
+ %TO.C,Q3*%
2545
+ X2801600Y20728400D02*
2546
+ X3462000Y20728400D01*
2547
+ X3462000Y20728400D02*
2548
+ X3462000Y21109400D01*
2549
+ X3462000Y23497000D02*
2550
+ X3462000Y23116000D01*
2551
+ X2827000Y23497000D02*
2552
+ X3462000Y23497000D01*
2553
+ X2319000Y22252400D02*
2554
+ X2319000Y21973000D01*
2555
+ %TO.C,Q5*%
2556
+ X2801600Y17128400D02*
2557
+ X3462000Y17128400D01*
2558
+ X3462000Y17128400D02*
2559
+ X3462000Y17509400D01*
2560
+ X3462000Y19897000D02*
2561
+ X3462000Y19516000D01*
2562
+ X2827000Y19897000D02*
2563
+ X3462000Y19897000D01*
2564
+ X2319000Y18652400D02*
2565
+ X2319000Y18373000D01*
2566
+ %TO.C,D11*%
2567
+ X11378600Y22201600D02*
2568
+ X11378600Y22862000D01*
2569
+ X11378600Y22862000D02*
2570
+ X10997600Y22862000D01*
2571
+ X8610000Y22862000D02*
2572
+ X8991000Y22862000D01*
2573
+ X8610000Y22227000D02*
2574
+ X8610000Y22862000D01*
2575
+ X9854600Y21719000D02*
2576
+ X10134000Y21719000D01*
2577
+ %TO.C,D2*%
2578
+ X6184900Y22872700D02*
2579
+ X7556500Y22872700D01*
2580
+ X6184900Y24180800D02*
2581
+ X7556500Y24180800D01*
2582
+ X6184900Y24168100D02*
2583
+ X6184900Y22872700D01*
2584
+ D10*
2585
+ X6582600Y23520400D02*
2586
+ X7082600Y23870400D01*
2587
+ X7082600Y23870400D02*
2588
+ X7082600Y23170400D01*
2589
+ X7082600Y23170400D02*
2590
+ X6582600Y23520400D01*
2591
+ X6582600Y23870400D02*
2592
+ X6582600Y23170400D01*
2593
+ %TO.C,D10*%
2594
+ X7988000Y13940800D02*
2595
+ G75*
2596
+ G03X7988000Y13940800I-152400J0D01*
2597
+ G01*
2598
+ X4432000Y13890000D02*
2599
+ X4432000Y15845800D01*
2600
+ X4559000Y13915400D02*
2601
+ X4559000Y15845800D01*
2602
+ X4686000Y13890000D02*
2603
+ X4686000Y15922000D01*
2604
+ X4686000Y15922000D02*
2605
+ X3898600Y15922000D01*
2606
+ X4686000Y13890000D02*
2607
+ X3898600Y13890000D01*
2608
+ D19*
2609
+ %TO.C,Q1*%
2610
+ X11645900Y14198600D02*
2611
+ G75*
2612
+ G03X11645900Y14198600I-88900J0D01*
2613
+ G01*
2614
+ X8407400Y15963900D02*
2615
+ X8407400Y16192500D01*
2616
+ X11252200Y15963900D02*
2617
+ X11252200Y16192500D01*
2618
+ X11252200Y16192500D02*
2619
+ X8407400Y16192500D01*
2620
+ X8407400Y13601700D02*
2621
+ X8407400Y13830300D01*
2622
+ X11252200Y13601700D02*
2623
+ X11252200Y13830300D01*
2624
+ X11252200Y13601700D02*
2625
+ X8407400Y13601700D01*
2626
+ %TO.C,Q2*%
2627
+ X12534900Y15633700D02*
2628
+ G75*
2629
+ G03X12534900Y15633700I-88900J0D01*
2630
+ G01*
2631
+ X15595600Y13868400D02*
2632
+ X15595600Y13639800D01*
2633
+ X12750800Y13868400D02*
2634
+ X12750800Y13639800D01*
2635
+ X12750800Y13639800D02*
2636
+ X15595600Y13639800D01*
2637
+ X15595600Y16230600D02*
2638
+ X15595600Y16002000D01*
2639
+ X12750800Y16230600D02*
2640
+ X12750800Y16002000D01*
2641
+ X12750800Y16230600D02*
2642
+ X15595600Y16230600D01*
2643
+ %TO.C,U3*%
2644
+ X11823700Y23723600D02*
2645
+ X11823700Y23241000D01*
2646
+ X12306300Y23241000D02*
2647
+ X11823700Y23241000D01*
2648
+ X21259800Y23723600D02*
2649
+ X21259800Y23241000D01*
2650
+ X21259800Y23241000D02*
2651
+ X20777200Y23241000D01*
2652
+ X21259800Y33045400D02*
2653
+ X21259800Y32562800D01*
2654
+ X21259800Y33045400D02*
2655
+ X20777200Y33045400D01*
2656
+ D10*
2657
+ X11925300Y32867600D02*
2658
+ X12026900Y32867600D01*
2659
+ X11874500Y32639000D02*
2660
+ X11874500Y32943800D01*
2661
+ X11874500Y32943800D02*
2662
+ X12179300Y32943800D01*
2663
+ X12179300Y32943800D02*
2664
+ X11950700Y32740600D01*
2665
+ X11798300Y33070800D02*
2666
+ X11798300Y32435800D01*
2667
+ X11798300Y32435800D02*
2668
+ X12382500Y33070800D01*
2669
+ X11822700Y33071800D02*
2670
+ X12397700Y33071800D01*
2671
+ D13*
2672
+ %TO.C,L5*%
2673
+ X28374500Y9469000D02*
2674
+ X24183500Y9469000D01*
2675
+ X28374500Y13723500D02*
2676
+ X24183500Y13723500D01*
2677
+ X24183500Y13723500D02*
2678
+ X24183500Y9532500D01*
2679
+ X28374500Y13723500D02*
2680
+ X28374500Y9532500D01*
2681
+ D19*
2682
+ %TO.C,Q4*%
2683
+ X32753300Y7302500D02*
2684
+ G75*
2685
+ G03X32753300Y7302500I-88900J0D01*
2686
+ G01*
2687
+ X35814000Y5537200D02*
2688
+ X35814000Y5308600D01*
2689
+ X32969200Y5537200D02*
2690
+ X32969200Y5308600D01*
2691
+ X32969200Y5308600D02*
2692
+ X35814000Y5308600D01*
2693
+ X35814000Y7899400D02*
2694
+ X35814000Y7670800D01*
2695
+ X32969200Y7899400D02*
2696
+ X32969200Y7670800D01*
2697
+ X32969200Y7899400D02*
2698
+ X35814000Y7899400D01*
2699
+ D23*
2700
+ %TO.C,U1*%
2701
+ X31354000Y35050000D02*
2702
+ G75*
2703
+ G03X31354000Y35050000I-300000J0D01*
2704
+ G01*
2705
+ D13*
2706
+ X30054000Y36050000D02*
2707
+ X48804000Y36050000D01*
2708
+ X48804000Y36050000D02*
2709
+ X48804000Y17300000D01*
2710
+ X48804000Y17300000D02*
2711
+ X30054000Y17300000D01*
2712
+ X30054000Y17300000D02*
2713
+ X30054000Y36050000D01*
2714
+ D10*
2715
+ X49609000Y36845000D02*
2716
+ X49609000Y35770000D01*
2717
+ X49609000Y16495000D02*
2718
+ X49609000Y17570000D01*
2719
+ X29259000Y16495000D02*
2720
+ X29259000Y17570000D01*
2721
+ X29259000Y16495000D02*
2722
+ X30334000Y16495000D01*
2723
+ X49609000Y16495000D02*
2724
+ X48534000Y16495000D01*
2725
+ X49609000Y36845000D02*
2726
+ X48534000Y36845000D01*
2727
+ D19*
2728
+ %TO.C,U11*%
2729
+ X30904050Y10773200D02*
2730
+ X32453450Y10773200D01*
2731
+ X30904050Y8919000D02*
2732
+ X32453450Y8919000D01*
2733
+ X30510350Y10773200D02*
2734
+ X30523050Y10773200D01*
2735
+ %TO.C,D1*%
2736
+ X51171400Y35419400D02*
2737
+ X51171400Y34047800D01*
2738
+ X52479500Y35419400D02*
2739
+ X52479500Y34047800D01*
2740
+ X52466800Y35419400D02*
2741
+ X51171400Y35419400D01*
2742
+ D10*
2743
+ X51819100Y35021700D02*
2744
+ X52169100Y34521700D01*
2745
+ X52169100Y34521700D02*
2746
+ X51469100Y34521700D01*
2747
+ X51469100Y34521700D02*
2748
+ X51819100Y35021700D01*
2749
+ X52169100Y35021700D02*
2750
+ X51469100Y35021700D01*
2751
+ D19*
2752
+ %TO.C,SW4*%
2753
+ X68186300Y11150600D02*
2754
+ X61696600Y11150600D01*
2755
+ X68186300Y18135600D02*
2756
+ X68186300Y11150600D01*
2757
+ X61696600Y18135600D02*
2758
+ X61696600Y11150600D01*
2759
+ X61696600Y18135600D02*
2760
+ X68186300Y18135600D01*
2761
+ D10*
2762
+ X68199000Y16129000D02*
2763
+ X68707000Y16129000D01*
2764
+ X68707000Y16129000D02*
2765
+ X68707000Y13208000D01*
2766
+ X68707000Y13208000D02*
2767
+ X68199000Y13208000D01*
2768
+ D22*
2769
+ %TO.C,L2*%
2770
+ X4152800Y35292000D02*
2771
+ X4559200Y35292000D01*
2772
+ X4152800Y34288700D02*
2773
+ X4559200Y34288700D01*
2774
+ %TO.C,L3*%
2775
+ X7481000Y31568600D02*
2776
+ X7481000Y31975000D01*
2777
+ X8484300Y31568600D02*
2778
+ X8484300Y31975000D01*
2779
+ D10*
2780
+ %TO.C,L1*%
2781
+ X6854000Y26180400D02*
2782
+ X7554000Y26180400D01*
2783
+ X7554000Y24929600D02*
2784
+ X6854000Y24929600D01*
2785
+ D19*
2786
+ %TO.C,C69*%
2787
+ X22471100Y8440800D02*
2788
+ X20896300Y8440800D01*
2789
+ X22471100Y6815200D02*
2790
+ X20896300Y6815200D01*
2791
+ %TO.C,C67*%
2792
+ X16590200Y10539100D02*
2793
+ X16590200Y8964300D01*
2794
+ X18215800Y10539100D02*
2795
+ X18215800Y8964300D01*
2796
+ %TO.C,C24*%
2797
+ X10297200Y32849800D02*
2798
+ X9890800Y32849800D01*
2799
+ X10297200Y32011600D02*
2800
+ X9890800Y32011600D01*
2801
+ %TO.C,C17*%
2802
+ X7947200Y27440800D02*
2803
+ X7540800Y27440800D01*
2804
+ X7947200Y26602600D02*
2805
+ X7540800Y26602600D01*
2806
+ %TO.C,C62*%
2807
+ X12072800Y18668200D02*
2808
+ X12479200Y18668200D01*
2809
+ X12072800Y19506400D02*
2810
+ X12479200Y19506400D01*
2811
+ %TO.C,C60*%
2812
+ X5943600Y16967200D02*
2813
+ X6350000Y16967200D01*
2814
+ X5943600Y17805400D02*
2815
+ X6350000Y17805400D01*
2816
+ %TO.C,C66*%
2817
+ X14875200Y11803200D02*
2818
+ X14875200Y11396800D01*
2819
+ X15713400Y11803200D02*
2820
+ X15713400Y11396800D01*
2821
+ %TO.C,C70*%
2822
+ X20103800Y14868200D02*
2823
+ X20510200Y14868200D01*
2824
+ X20103800Y15706400D02*
2825
+ X20510200Y15706400D01*
2826
+ %TO.C,C71*%
2827
+ X22903800Y14568200D02*
2828
+ X23310200Y14568200D01*
2829
+ X22903800Y15406400D02*
2830
+ X23310200Y15406400D01*
2831
+ %TO.C,C11*%
2832
+ X26438800Y18096800D02*
2833
+ X26438800Y18503200D01*
2834
+ X25600600Y18096800D02*
2835
+ X25600600Y18503200D01*
2836
+ %TO.C,C64*%
2837
+ X33187300Y9774900D02*
2838
+ X33187300Y9368500D01*
2839
+ X34025500Y9774900D02*
2840
+ X34025500Y9368500D01*
2841
+ %TO.C,C65*%
2842
+ X34387300Y9774900D02*
2843
+ X34387300Y9368500D01*
2844
+ X35225500Y9774900D02*
2845
+ X35225500Y9368500D01*
2846
+ %TO.C,C41*%
2847
+ X59938800Y29896800D02*
2848
+ X59938800Y30303200D01*
2849
+ X59100600Y29896800D02*
2850
+ X59100600Y30303200D01*
2851
+ %TO.C,C31*%
2852
+ X21819200Y32249200D02*
2853
+ X21819200Y31842800D01*
2854
+ X22657400Y32249200D02*
2855
+ X22657400Y31842800D01*
2856
+ %TO.C,C59*%
2857
+ X33926700Y13125100D02*
2858
+ X33926700Y13531500D01*
2859
+ X33088500Y13125100D02*
2860
+ X33088500Y13531500D01*
2861
+ %TO.C,C23*%
2862
+ X5947000Y34364500D02*
2863
+ X5947000Y34237500D01*
2864
+ X6455000Y34364500D02*
2865
+ X6455000Y34237500D01*
2866
+ %TO.C,C33*%
2867
+ X12861000Y36536500D02*
2868
+ X12861000Y36663500D01*
2869
+ X12353000Y36536500D02*
2870
+ X12353000Y36663500D01*
2871
+ %TO.C,C21*%
2872
+ X12771500Y34212000D02*
2873
+ X12644500Y34212000D01*
2874
+ X12771500Y33704000D02*
2875
+ X12644500Y33704000D01*
2876
+ %TO.C,C26*%
2877
+ X16411500Y34096000D02*
2878
+ X16284500Y34096000D01*
2879
+ X16411500Y33588000D02*
2880
+ X16284500Y33588000D01*
2881
+ %TO.C,C30*%
2882
+ X19670500Y34068000D02*
2883
+ X19543500Y34068000D01*
2884
+ X19670500Y33560000D02*
2885
+ X19543500Y33560000D01*
2886
+ %TO.C,C35*%
2887
+ X20236000Y43436500D02*
2888
+ X20236000Y43563500D01*
2889
+ X19728000Y43436500D02*
2890
+ X19728000Y43563500D01*
2891
+ %TO.C,C36*%
2892
+ X20840700Y40863500D02*
2893
+ X20840700Y40736500D01*
2894
+ X21348700Y40863500D02*
2895
+ X21348700Y40736500D01*
2896
+ %TO.C,C34*%
2897
+ X19728000Y40863500D02*
2898
+ X19728000Y40736500D01*
2899
+ X20236000Y40863500D02*
2900
+ X20236000Y40736500D01*
2901
+ %TO.C,C37*%
2902
+ X20840700Y43563500D02*
2903
+ X20840700Y43436500D01*
2904
+ X21348700Y43563500D02*
2905
+ X21348700Y43436500D01*
2906
+ %TO.C,C44*%
2907
+ X22061000Y46936500D02*
2908
+ X22061000Y47063500D01*
2909
+ X21553000Y46936500D02*
2910
+ X21553000Y47063500D01*
2911
+ %TO.C,C39*%
2912
+ X23061000Y46936500D02*
2913
+ X23061000Y47063500D01*
2914
+ X22553000Y46936500D02*
2915
+ X22553000Y47063500D01*
2916
+ %TO.C,C43*%
2917
+ X24061000Y46936500D02*
2918
+ X24061000Y47063500D01*
2919
+ X23553000Y46936500D02*
2920
+ X23553000Y47063500D01*
2921
+ %TO.C,C38*%
2922
+ X25061000Y46936500D02*
2923
+ X25061000Y47063500D01*
2924
+ X24553000Y46936500D02*
2925
+ X24553000Y47063500D01*
2926
+ %TO.C,C42*%
2927
+ X26061000Y46936500D02*
2928
+ X26061000Y47063500D01*
2929
+ X25553000Y46936500D02*
2930
+ X25553000Y47063500D01*
2931
+ %TO.C,C40*%
2932
+ X27061000Y46936500D02*
2933
+ X27061000Y47063500D01*
2934
+ X26553000Y46936500D02*
2935
+ X26553000Y47063500D01*
2936
+ %TO.C,C25*%
2937
+ X10370500Y31554000D02*
2938
+ X10243500Y31554000D01*
2939
+ X10370500Y31046000D02*
2940
+ X10243500Y31046000D01*
2941
+ %TO.C,C18*%
2942
+ X10236200Y27051000D02*
2943
+ X10363200Y27051000D01*
2944
+ X10236200Y27559000D02*
2945
+ X10363200Y27559000D01*
2946
+ %TO.C,C19*%
2947
+ X10363200Y26657300D02*
2948
+ X10236200Y26657300D01*
2949
+ X10363200Y26149300D02*
2950
+ X10236200Y26149300D01*
2951
+ %TO.C,C12*%
2952
+ X27361000Y18036500D02*
2953
+ X27361000Y18163500D01*
2954
+ X26853000Y18036500D02*
2955
+ X26853000Y18163500D01*
2956
+ %TO.C,C5*%
2957
+ X26570500Y21154000D02*
2958
+ X26443500Y21154000D01*
2959
+ X26570500Y20646000D02*
2960
+ X26443500Y20646000D01*
2961
+ %TO.C,C14*%
2962
+ X26570500Y22654000D02*
2963
+ X26443500Y22654000D01*
2964
+ X26570500Y22146000D02*
2965
+ X26443500Y22146000D01*
2966
+ %TO.C,C20*%
2967
+ X22053000Y25863500D02*
2968
+ X22053000Y25736500D01*
2969
+ X22561000Y25863500D02*
2970
+ X22561000Y25736500D01*
2971
+ %TO.C,C27*%
2972
+ X22643500Y28646000D02*
2973
+ X22770500Y28646000D01*
2974
+ X22643500Y29154000D02*
2975
+ X22770500Y29154000D01*
2976
+ %TO.C,C6*%
2977
+ X27199000Y33030500D02*
2978
+ X27199000Y33157500D01*
2979
+ X26691000Y33030500D02*
2980
+ X26691000Y33157500D01*
2981
+ %TO.C,C28*%
2982
+ X20599400Y22148800D02*
2983
+ X20726400Y22148800D01*
2984
+ X20599400Y22656800D02*
2985
+ X20726400Y22656800D01*
2986
+ %TO.C,C29*%
2987
+ X13906500Y22682200D02*
2988
+ X13779500Y22682200D01*
2989
+ X13906500Y22174200D02*
2990
+ X13779500Y22174200D01*
2991
+ %TO.C,C68*%
2992
+ X22858500Y9524000D02*
2993
+ X22731500Y9524000D01*
2994
+ X22858500Y9016000D02*
2995
+ X22731500Y9016000D01*
2996
+ %TO.C,C3*%
2997
+ X35015000Y13861500D02*
2998
+ X35015000Y13734500D01*
2999
+ X35523000Y13861500D02*
3000
+ X35523000Y13734500D01*
3001
+ %TO.C,C13*%
3002
+ X37270500Y14454000D02*
3003
+ X37143500Y14454000D01*
3004
+ X37270500Y13946000D02*
3005
+ X37143500Y13946000D01*
3006
+ %TO.C,C9*%
3007
+ X36661000Y9136500D02*
3008
+ X36661000Y9263500D01*
3009
+ X36153000Y9136500D02*
3010
+ X36153000Y9263500D01*
3011
+ %TO.C,C4*%
3012
+ X41102500Y13933000D02*
3013
+ X41229500Y13933000D01*
3014
+ X41102500Y14441000D02*
3015
+ X41229500Y14441000D01*
3016
+ %TO.C,C10*%
3017
+ X50128000Y15963500D02*
3018
+ X50128000Y15836500D01*
3019
+ X50636000Y15963500D02*
3020
+ X50636000Y15836500D01*
3021
+ %TO.C,C48*%
3022
+ X59861000Y15936500D02*
3023
+ X59861000Y16063500D01*
3024
+ X59353000Y15936500D02*
3025
+ X59353000Y16063500D01*
3026
+ %TO.C,C47*%
3027
+ X59861000Y17836500D02*
3028
+ X59861000Y17963500D01*
3029
+ X59353000Y17836500D02*
3030
+ X59353000Y17963500D01*
3031
+ %TO.C,C7*%
3032
+ X51453000Y25263500D02*
3033
+ X51453000Y25136500D01*
3034
+ X51961000Y25263500D02*
3035
+ X51961000Y25136500D01*
3036
+ %TO.C,C16*%
3037
+ X51961000Y28136500D02*
3038
+ X51961000Y28263500D01*
3039
+ X51453000Y28136500D02*
3040
+ X51453000Y28263500D01*
3041
+ %TO.C,C45*%
3042
+ X55170500Y29254000D02*
3043
+ X55043500Y29254000D01*
3044
+ X55170500Y28746000D02*
3045
+ X55043500Y28746000D01*
3046
+ %TO.C,C46*%
3047
+ X57070500Y29254000D02*
3048
+ X56943500Y29254000D01*
3049
+ X57070500Y28746000D02*
3050
+ X56943500Y28746000D01*
3051
+ %TO.C,C8*%
3052
+ X51961000Y32036500D02*
3053
+ X51961000Y32163500D01*
3054
+ X51453000Y32036500D02*
3055
+ X51453000Y32163500D01*
3056
+ %TO.C,C49*%
3057
+ X52853000Y34363500D02*
3058
+ X52853000Y34236500D01*
3059
+ X53361000Y34363500D02*
3060
+ X53361000Y34236500D01*
3061
+ %TO.C,C50*%
3062
+ X52853000Y36563500D02*
3063
+ X52853000Y36436500D01*
3064
+ X53361000Y36563500D02*
3065
+ X53361000Y36436500D01*
3066
+ %TO.C,C54*%
3067
+ X64870500Y39254000D02*
3068
+ X64743500Y39254000D01*
3069
+ X64870500Y38746000D02*
3070
+ X64743500Y38746000D01*
3071
+ %TO.C,C55*%
3072
+ X62143500Y38746000D02*
3073
+ X62270500Y38746000D01*
3074
+ X62143500Y39254000D02*
3075
+ X62270500Y39254000D01*
3076
+ %TO.C,C51*%
3077
+ X59770500Y39254000D02*
3078
+ X59643500Y39254000D01*
3079
+ X59770500Y38746000D02*
3080
+ X59643500Y38746000D01*
3081
+ %TO.C,C56*%
3082
+ X57143500Y38746000D02*
3083
+ X57270500Y38746000D01*
3084
+ X57143500Y39254000D02*
3085
+ X57270500Y39254000D01*
3086
+ %TO.C,C52*%
3087
+ X54670500Y39254000D02*
3088
+ X54543500Y39254000D01*
3089
+ X54670500Y38746000D02*
3090
+ X54543500Y38746000D01*
3091
+ %TO.C,C57*%
3092
+ X52043500Y38746000D02*
3093
+ X52170500Y38746000D01*
3094
+ X52043500Y39254000D02*
3095
+ X52170500Y39254000D01*
3096
+ %TO.C,C53*%
3097
+ X49443500Y38746000D02*
3098
+ X49570500Y38746000D01*
3099
+ X49443500Y39254000D02*
3100
+ X49570500Y39254000D01*
3101
+ %TO.C,C15*%
3102
+ X46970500Y39254000D02*
3103
+ X46843500Y39254000D01*
3104
+ X46970500Y38746000D02*
3105
+ X46843500Y38746000D01*
3106
+ %TO.C,C58*%
3107
+ X44270500Y39254000D02*
3108
+ X44143500Y39254000D01*
3109
+ X44270500Y38746000D02*
3110
+ X44143500Y38746000D01*
3111
+ %TO.C,C1*%
3112
+ X40640500Y39254000D02*
3113
+ X40513500Y39254000D01*
3114
+ X40640500Y38746000D02*
3115
+ X40513500Y38746000D01*
3116
+ %TO.C,C2*%
3117
+ X35463500Y38846000D02*
3118
+ X35590500Y38846000D01*
3119
+ X35463500Y39354000D02*
3120
+ X35590500Y39354000D01*
3121
+ %TO.C,R15*%
3122
+ X20573700Y37098400D02*
3123
+ X20573700Y37301600D01*
3124
+ X20053000Y37098400D02*
3125
+ X20053000Y37301600D01*
3126
+ %TO.C,R13*%
3127
+ X21040300Y37301600D02*
3128
+ X21040300Y37098400D01*
3129
+ X21561000Y37301600D02*
3130
+ X21561000Y37098400D01*
3131
+ %TO.C,R12*%
3132
+ X22040300Y37301600D02*
3133
+ X22040300Y37098400D01*
3134
+ X22561000Y37301600D02*
3135
+ X22561000Y37098400D01*
3136
+ %TO.C,R14*%
3137
+ X23573700Y37098400D02*
3138
+ X23573700Y37301600D01*
3139
+ X23053000Y37098400D02*
3140
+ X23053000Y37301600D01*
3141
+ %TO.C,R11*%
3142
+ X10205400Y30033300D02*
3143
+ X10408600Y30033300D01*
3144
+ X10205400Y30554000D02*
3145
+ X10408600Y30554000D01*
3146
+ %TO.C,R10*%
3147
+ X10198400Y24733300D02*
3148
+ X10401600Y24733300D01*
3149
+ X10198400Y25254000D02*
3150
+ X10401600Y25254000D01*
3151
+ %TO.C,R29*%
3152
+ X6108600Y22466700D02*
3153
+ X5905400Y22466700D01*
3154
+ X6108600Y21946000D02*
3155
+ X5905400Y21946000D01*
3156
+ %TO.C,R39*%
3157
+ X6108600Y21466700D02*
3158
+ X5905400Y21466700D01*
3159
+ X6108600Y20946000D02*
3160
+ X5905400Y20946000D01*
3161
+ %TO.C,R28*%
3162
+ X7973700Y21598400D02*
3163
+ X7973700Y21801600D01*
3164
+ X7453000Y21598400D02*
3165
+ X7453000Y21801600D01*
3166
+ %TO.C,R37*%
3167
+ X8433600Y19265700D02*
3168
+ X8230400Y19265700D01*
3169
+ X8433600Y18745000D02*
3170
+ X8230400Y18745000D01*
3171
+ %TO.C,R27*%
3172
+ X10258600Y19266700D02*
3173
+ X10055400Y19266700D01*
3174
+ X10258600Y18746000D02*
3175
+ X10055400Y18746000D01*
3176
+ %TO.C,R24*%
3177
+ X8433600Y17665700D02*
3178
+ X8230400Y17665700D01*
3179
+ X8433600Y17145000D02*
3180
+ X8230400Y17145000D01*
3181
+ %TO.C,R25*%
3182
+ X10055400Y17133300D02*
3183
+ X10258600Y17133300D01*
3184
+ X10055400Y17654000D02*
3185
+ X10258600Y17654000D01*
3186
+ %TO.C,R26*%
3187
+ X12481100Y20328300D02*
3188
+ X12684300Y20328300D01*
3189
+ X12481100Y20849000D02*
3190
+ X12684300Y20849000D01*
3191
+ %TO.C,R34*%
3192
+ X27188700Y5218400D02*
3193
+ X27188700Y5421600D01*
3194
+ X26668000Y5218400D02*
3195
+ X26668000Y5421600D01*
3196
+ %TO.C,R9*%
3197
+ X26608600Y16666700D02*
3198
+ X26405400Y16666700D01*
3199
+ X26608600Y16146000D02*
3200
+ X26405400Y16146000D01*
3201
+ %TO.C,R16*%
3202
+ X26405400Y25133300D02*
3203
+ X26608600Y25133300D01*
3204
+ X26405400Y25654000D02*
3205
+ X26608600Y25654000D01*
3206
+ %TO.C,R1*%
3207
+ X44308600Y14466700D02*
3208
+ X44105400Y14466700D01*
3209
+ X44308600Y13946000D02*
3210
+ X44105400Y13946000D01*
3211
+ %TO.C,R7*%
3212
+ X39973700Y6498400D02*
3213
+ X39973700Y6701600D01*
3214
+ X39453000Y6498400D02*
3215
+ X39453000Y6701600D01*
3216
+ %TO.C,R5*%
3217
+ X40973700Y6498400D02*
3218
+ X40973700Y6701600D01*
3219
+ X40453000Y6498400D02*
3220
+ X40453000Y6701600D01*
3221
+ %TO.C,R8*%
3222
+ X41973700Y6498400D02*
3223
+ X41973700Y6701600D01*
3224
+ X41453000Y6498400D02*
3225
+ X41453000Y6701600D01*
3226
+ %TO.C,R6*%
3227
+ X42973700Y6498400D02*
3228
+ X42973700Y6701600D01*
3229
+ X42453000Y6498400D02*
3230
+ X42453000Y6701600D01*
3231
+ %TO.C,R22*%
3232
+ X61440300Y9001600D02*
3233
+ X61440300Y8798400D01*
3234
+ X61961000Y9001600D02*
3235
+ X61961000Y8798400D01*
3236
+ %TO.C,R23*%
3237
+ X61973700Y6698400D02*
3238
+ X61973700Y6901600D01*
3239
+ X61453000Y6698400D02*
3240
+ X61453000Y6901600D01*
3241
+ %TO.C,R4*%
3242
+ X52105400Y19533300D02*
3243
+ X52308600Y19533300D01*
3244
+ X52105400Y20054000D02*
3245
+ X52308600Y20054000D01*
3246
+ %TO.C,R30*%
3247
+ X61183500Y15884900D02*
3248
+ X61183500Y16088100D01*
3249
+ X60662800Y15884900D02*
3250
+ X60662800Y16088100D01*
3251
+ %TO.C,R21*%
3252
+ X53140300Y24901600D02*
3253
+ X53140300Y24698400D01*
3254
+ X53661000Y24901600D02*
3255
+ X53661000Y24698400D01*
3256
+ %TO.C,R20*%
3257
+ X53673700Y27698400D02*
3258
+ X53673700Y27901600D01*
3259
+ X53153000Y27698400D02*
3260
+ X53153000Y27901600D01*
3261
+ %TO.C,R19*%
3262
+ X59773700Y32198400D02*
3263
+ X59773700Y32401600D01*
3264
+ X59253000Y32198400D02*
3265
+ X59253000Y32401600D01*
3266
+ %TO.C,R36*%
3267
+ X6108600Y19266700D02*
3268
+ X5905400Y19266700D01*
3269
+ X6108600Y18746000D02*
3270
+ X5905400Y18746000D01*
3271
+ %TO.C,R38*%
3272
+ X5905400Y19933300D02*
3273
+ X6108600Y19933300D01*
3274
+ X5905400Y20454000D02*
3275
+ X6108600Y20454000D01*
3276
+ %TO.C,R2*%
3277
+ X16802100Y22669500D02*
3278
+ X16598900Y22669500D01*
3279
+ X16802100Y22148800D02*
3280
+ X16598900Y22148800D01*
3281
+ %TO.C,R3*%
3282
+ X18491200Y22136100D02*
3283
+ X18694400Y22136100D01*
3284
+ X18491200Y22656800D02*
3285
+ X18694400Y22656800D01*
3286
+ %TO.C,JP1*%
3287
+ X60299600Y30518100D02*
3288
+ X62839600Y30518100D01*
3289
+ X62839600Y30518100D02*
3290
+ X62839600Y38138100D01*
3291
+ X62839600Y38138100D02*
3292
+ X60299600Y38138100D01*
3293
+ X60299600Y38138100D02*
3294
+ X60299600Y30518100D01*
3295
+ %TO.C,C61*%
3296
+ X12479200Y17824200D02*
3297
+ X12072800Y17824200D01*
3298
+ X12479200Y16986000D02*
3299
+ X12072800Y16986000D01*
3300
+ %TO.C,C63*%
3301
+ X37719000Y6511500D02*
3302
+ X37719000Y6638500D01*
3303
+ X37211000Y6511500D02*
3304
+ X37211000Y6638500D01*
3305
+ %TO.C,D4*%
3306
+ X57970000Y21084300D02*
3307
+ X57970000Y22455900D01*
3308
+ X56661900Y21084300D02*
3309
+ X56661900Y22455900D01*
3310
+ X56674600Y21084300D02*
3311
+ X57970000Y21084300D01*
3312
+ D10*
3313
+ X57322300Y21482000D02*
3314
+ X56972300Y21982000D01*
3315
+ X56972300Y21982000D02*
3316
+ X57672300Y21982000D01*
3317
+ X57672300Y21982000D02*
3318
+ X57322300Y21482000D01*
3319
+ X56972300Y21482000D02*
3320
+ X57672300Y21482000D01*
3321
+ D20*
3322
+ %TO.C,LD8*%
3323
+ X15530800Y40241000D02*
3324
+ G75*
3325
+ G03X15530800Y40241000I-127000J0D01*
3326
+ G01*
3327
+ X14705300Y40888700D02*
3328
+ X12825700Y40888700D01*
3329
+ X14705300Y39593300D02*
3330
+ X12825700Y39593300D01*
3331
+ D10*
3332
+ X14016300Y40241000D02*
3333
+ X13566300Y40241000D01*
3334
+ X14066300Y39991000D02*
3335
+ X14066300Y40491000D01*
3336
+ X14066300Y40241000D02*
3337
+ X13816300Y39991000D01*
3338
+ X13816300Y39991000D02*
3339
+ X13816300Y40491000D01*
3340
+ X13816300Y40491000D02*
3341
+ X14066300Y40241000D01*
3342
+ %TO.C,LD9*%
3343
+ X13816300Y42079000D02*
3344
+ X14066300Y41829000D01*
3345
+ X13816300Y41579000D02*
3346
+ X13816300Y42079000D01*
3347
+ X14066300Y41829000D02*
3348
+ X13816300Y41579000D01*
3349
+ X14066300Y41579000D02*
3350
+ X14066300Y42079000D01*
3351
+ X14016300Y41829000D02*
3352
+ X13566300Y41829000D01*
3353
+ D20*
3354
+ X14705300Y41181300D02*
3355
+ X12825700Y41181300D01*
3356
+ X14705300Y42476700D02*
3357
+ X12825700Y42476700D01*
3358
+ X15530800Y41829000D02*
3359
+ G75*
3360
+ G03X15530800Y41829000I-127000J0D01*
3361
+ G01*
3362
+ %TO.C,LD10*%
3363
+ X15530500Y47210700D02*
3364
+ G75*
3365
+ G03X15530500Y47210700I-127000J0D01*
3366
+ G01*
3367
+ X14705000Y47858400D02*
3368
+ X12825400Y47858400D01*
3369
+ X14705000Y46563000D02*
3370
+ X12825400Y46563000D01*
3371
+ D10*
3372
+ X14016000Y47210700D02*
3373
+ X13566000Y47210700D01*
3374
+ X14066000Y46960700D02*
3375
+ X14066000Y47460700D01*
3376
+ X14066000Y47210700D02*
3377
+ X13816000Y46960700D01*
3378
+ X13816000Y46960700D02*
3379
+ X13816000Y47460700D01*
3380
+ X13816000Y47460700D02*
3381
+ X14066000Y47210700D01*
3382
+ D19*
3383
+ %TO.C,R17*%
3384
+ X6440200Y38583000D02*
3385
+ X6643400Y38583000D01*
3386
+ X6440200Y38062300D02*
3387
+ X6643400Y38062300D01*
3388
+ %TO.C,R18*%
3389
+ X6440200Y38864300D02*
3390
+ X6643400Y38864300D01*
3391
+ X6440200Y39385000D02*
3392
+ X6643400Y39385000D01*
3393
+ %TO.C,R31*%
3394
+ X18715300Y40901600D02*
3395
+ X18715300Y40698400D01*
3396
+ X19236000Y40901600D02*
3397
+ X19236000Y40698400D01*
3398
+ %TO.C,R32*%
3399
+ X19248700Y43398400D02*
3400
+ X19248700Y43601600D01*
3401
+ X18728000Y43398400D02*
3402
+ X18728000Y43601600D01*
3403
+ %TO.C,R33*%
3404
+ X32198100Y5204600D02*
3405
+ X32198100Y5001400D01*
3406
+ X31677400Y5204600D02*
3407
+ X31677400Y5001400D01*
3408
+ %TO.C,R35*%
3409
+ X38521700Y6473400D02*
3410
+ X38521700Y6676600D01*
3411
+ X38001000Y6473400D02*
3412
+ X38001000Y6676600D01*
3413
+ %TO.C,R40*%
3414
+ X6440200Y39662400D02*
3415
+ X6643400Y39662400D01*
3416
+ X6440200Y40183100D02*
3417
+ X6643400Y40183100D01*
3418
+ %TO.C,R41*%
3419
+ X6440200Y40982800D02*
3420
+ X6643400Y40982800D01*
3421
+ X6440200Y40462100D02*
3422
+ X6643400Y40462100D01*
3423
+ %TO.C,R42*%
3424
+ X6440200Y41261800D02*
3425
+ X6643400Y41261800D01*
3426
+ X6440200Y41782500D02*
3427
+ X6643400Y41782500D01*
3428
+ %TO.C,R43*%
3429
+ X6440200Y42582300D02*
3430
+ X6643400Y42582300D01*
3431
+ X6440200Y42061600D02*
3432
+ X6643400Y42061600D01*
3433
+ %TO.C,R44*%
3434
+ X6468400Y46563300D02*
3435
+ X6671600Y46563300D01*
3436
+ X6468400Y47084000D02*
3437
+ X6671600Y47084000D01*
3438
+ %TO.C,R45*%
3439
+ X6468400Y47889000D02*
3440
+ X6671600Y47889000D01*
3441
+ X6468400Y47368300D02*
3442
+ X6671600Y47368300D01*
3443
+ %TO.C,R46*%
3444
+ X16790000Y42657000D02*
3445
+ X16993200Y42657000D01*
3446
+ X16790000Y42136300D02*
3447
+ X16993200Y42136300D01*
3448
+ %TO.C,R47*%
3449
+ X16118300Y40901600D02*
3450
+ X16118300Y40698400D01*
3451
+ X16639000Y40901600D02*
3452
+ X16639000Y40698400D01*
3453
+ %TO.C,R48*%
3454
+ X17739000Y40901600D02*
3455
+ X17739000Y40698400D01*
3456
+ X17218300Y40901600D02*
3457
+ X17218300Y40698400D01*
3458
+ %TO.C,C32*%
3459
+ X10410200Y38465800D02*
3460
+ X10003800Y38465800D01*
3461
+ X10410200Y37627600D02*
3462
+ X10003800Y37627600D01*
3463
+ D10*
3464
+ %TO.C,F1*%
3465
+ X5254200Y35779700D02*
3466
+ X4561200Y35779700D01*
3467
+ X4554200Y37139700D02*
3468
+ X5254200Y37139700D01*
3469
+ %TO.C,L4*%
3470
+ X18143000Y14378000D02*
3471
+ X18143000Y13722000D01*
3472
+ X16663000Y14378000D02*
3473
+ X16663000Y13722000D01*
3474
+ D19*
3475
+ %TO.C,U2*%
3476
+ X44865600Y8577900D02*
3477
+ G75*
3478
+ G03X44865600Y8577900I-101600J0D01*
3479
+ G01*
3480
+ X44319500Y13264200D02*
3481
+ X44319500Y12972100D01*
3482
+ X44319500Y13264200D02*
3483
+ X37918700Y13264200D01*
3484
+ X37918700Y13264200D02*
3485
+ X37918700Y12972100D01*
3486
+ X44357600Y7879400D02*
3487
+ X44357600Y8171500D01*
3488
+ X44357600Y7879400D02*
3489
+ X37867900Y7879400D01*
3490
+ X37867900Y7879400D02*
3491
+ X37867900Y8171500D01*
3492
+ %TD*%
3493
+ D14*
3494
+ G36*
3495
+ X14507573Y17720114D02*
3496
+ X13615000Y17337583D01*
3497
+ X13615000Y18122263D01*
3498
+ X14507573Y17720114D01*
3499
+ X14507573Y17720114D01*
3500
+ G37*
3501
+ X14507573Y17720114D02*
3502
+ X13615000Y17337583D01*
3503
+ X13615000Y18122263D01*
3504
+ X14507573Y17720114D01*
3505
+ G36*
3506
+ X27192270Y26015000D02*
3507
+ X26407730Y26015000D01*
3508
+ X26800000Y26887802D01*
3509
+ X27192270Y26015000D01*
3510
+ X27192270Y26015000D01*
3511
+ G37*
3512
+ X27192270Y26015000D02*
3513
+ X26407730Y26015000D01*
3514
+ X26800000Y26887802D01*
3515
+ X27192270Y26015000D01*
3516
+ M02*
FPGAwars_icezum/Manufacturing-GERBERs/from-kicad/icezum-In1.Cu.gbr ADDED
The diff for this file is too large to render. See raw diff
 
FPGAwars_icezum/Manufacturing-GERBERs/from-kicad/icezum-In2.Cu.gbr ADDED
The diff for this file is too large to render. See raw diff
 
FPGAwars_icezum/Manufacturing-GERBERs/from-kicad/icezum.drl ADDED
@@ -0,0 +1,432 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ M48
2
+ ;DRILL file {KiCad no-vcs-found-e5c4cfc~61~ubuntu16.04.1} date Fri Nov 3 17:54:32 2017
3
+ ;FORMAT={-:-/ absolute / metric / decimal}
4
+ FMAT,2
5
+ METRIC,TZ
6
+ T1C0.300
7
+ T2C0.400
8
+ T3C0.650
9
+ T4C0.850
10
+ T5C0.900
11
+ T6C1.000
12
+ T7C1.300
13
+ T8C3.050
14
+ T9C3.560
15
+ T10C3.200
16
+ %
17
+ G90
18
+ G05
19
+ M71
20
+ T1
21
+ X1.157Y51.075
22
+ X1.157Y43.55
23
+ X1.759Y34.75
24
+ X3.107Y16.9
25
+ X4.307Y24.199
26
+ X4.407Y33.601
27
+ X5.532Y18.324
28
+ X5.807Y30.373
29
+ X6.094Y29.113
30
+ X6.216Y27.009
31
+ X7.007Y23.
32
+ X7.107Y33.5
33
+ X7.162Y25.555
34
+ X7.307Y31.1
35
+ X7.407Y37.6
36
+ X7.807Y47.825
37
+ X7.807Y46.625
38
+ X7.865Y39.131
39
+ X7.886Y42.338
40
+ X7.886Y40.729
41
+ X8.007Y19.8
42
+ X8.635Y41.529
43
+ X8.657Y39.929
44
+ X8.807Y38.1
45
+ X9.067Y22.283
46
+ X9.107Y31.5
47
+ X9.107Y30.4
48
+ X9.107Y29.1
49
+ X9.651Y16.724
50
+ X9.736Y19.825
51
+ X10.007Y22.2
52
+ X10.907Y39.025
53
+ X11.357Y23.95
54
+ X11.782Y23.
55
+ X12.032Y22.025
56
+ X12.107Y37.7
57
+ X12.107Y35.625
58
+ X12.153Y48.099
59
+ X12.507Y34.6
60
+ X12.992Y29.885
61
+ X13.016Y39.05
62
+ X13.072Y24.735
63
+ X13.073Y26.625
64
+ X13.154Y13.347
65
+ X13.192Y27.585
66
+ X13.192Y25.685
67
+ X13.373Y21.734
68
+ X13.373Y21.734
69
+ X13.607Y34.6
70
+ X13.803Y31.504
71
+ X14.323Y21.716
72
+ X14.407Y10.9
73
+ X15.007Y31.5
74
+ X15.065Y33.842
75
+ X15.132Y24.7
76
+ X15.307Y10.1
77
+ X15.422Y42.749
78
+ X15.432Y22.3
79
+ X16.407Y38.7
80
+ X16.507Y36.1
81
+ X16.764Y37.75
82
+ X16.803Y24.779
83
+ X16.939Y9.379
84
+ X16.982Y31.475
85
+ X17.222Y36.785
86
+ X17.549Y33.842
87
+ X18.182Y31.5
88
+ X18.807Y7.6
89
+ X19.282Y24.875
90
+ X19.407Y34.499
91
+ X19.497Y42.2
92
+ X19.907Y28.9
93
+ X19.946Y13.261
94
+ X20.007Y25.5
95
+ X20.007Y14.275
96
+ X20.707Y9.6
97
+ X20.807Y44.8
98
+ X20.821Y33.814
99
+ X21.089Y46.325
100
+ X21.107Y42.1
101
+ X21.403Y7.675
102
+ X21.807Y48.125
103
+ X21.807Y43.
104
+ X21.807Y22.3
105
+ X22.047Y42.06
106
+ X22.107Y41.
107
+ X22.807Y44.1
108
+ X22.907Y45.7
109
+ X22.932Y25.175
110
+ X23.007Y31.9
111
+ X23.082Y14.225
112
+ X23.207Y26.2
113
+ X23.307Y10.
114
+ X23.407Y39.7
115
+ X23.432Y22.325
116
+ X23.907Y29.1
117
+ X24.007Y45.7
118
+ X24.337Y1.5
119
+ X24.557Y9.474
120
+ X24.607Y15.
121
+ X24.907Y48.175
122
+ X25.107Y25.4
123
+ X25.118Y45.611
124
+ X25.407Y22.4
125
+ X25.407Y20.9
126
+ X25.507Y16.7
127
+ X26.207Y45.7
128
+ X26.226Y32.619
129
+ X26.276Y33.569
130
+ X26.729Y42.622
131
+ X26.982Y21.725
132
+ X26.982Y20.225
133
+ X27.207Y45.6
134
+ X27.307Y40.9
135
+ X27.707Y5.979
136
+ X30.507Y29.2
137
+ X31.311Y5.979
138
+ X31.657Y17.8
139
+ X32.407Y18.425
140
+ X32.684Y35.923
141
+ X33.182Y19.575
142
+ X33.184Y17.573
143
+ X33.385Y5.325
144
+ X34.203Y14.004
145
+ X34.207Y19.5
146
+ X35.007Y39.8
147
+ X35.184Y17.477
148
+ X35.407Y19.5
149
+ X35.807Y13.1
150
+ X36.002Y39.795
151
+ X36.406Y8.2
152
+ X36.732Y36.025
153
+ X36.732Y13.475
154
+ X37.407Y12.5
155
+ X37.414Y11.207
156
+ X37.47Y9.937
157
+ X38.282Y17.875
158
+ X38.282Y17.875
159
+ X39.707Y7.7
160
+ X39.807Y33.9
161
+ X40.013Y14.194
162
+ X40.102Y39.795
163
+ X40.7Y32.892
164
+ X40.701Y29.724
165
+ X40.701Y28.112
166
+ X40.707Y7.7
167
+ X40.715Y31.323
168
+ X41.107Y39.8
169
+ X41.493Y32.1
170
+ X41.507Y30.53
171
+ X41.507Y28.918
172
+ X41.707Y7.7
173
+ X42.066Y35.306
174
+ X42.394Y14.187
175
+ X42.872Y34.499
176
+ X43.678Y35.306
177
+ X43.707Y51.9
178
+ X43.707Y25.5
179
+ X43.732Y39.725
180
+ X43.869Y13.162
181
+ X44.484Y34.5
182
+ X44.507Y18.7
183
+ X44.632Y17.55
184
+ X44.732Y19.725
185
+ X44.814Y11.207
186
+ X44.814Y11.207
187
+ X45.29Y35.306
188
+ X45.732Y18.525
189
+ X46.096Y34.5
190
+ X46.432Y39.675
191
+ X46.902Y35.306
192
+ X47.207Y17.7
193
+ X47.282Y27.95
194
+ X47.282Y27.95
195
+ X47.382Y39.7
196
+ X47.507Y24.9
197
+ X47.507Y23.2
198
+ X47.557Y26.6
199
+ X47.827Y19.3
200
+ X47.907Y14.125
201
+ X48.207Y35.9
202
+ X48.487Y24.92
203
+ X48.607Y21.5
204
+ X50.507Y38.475
205
+ X51.057Y15.425
206
+ X51.082Y16.375
207
+ X51.707Y29.4
208
+ X51.707Y23.1
209
+ X52.107Y24.325
210
+ X52.282Y36.975
211
+ X52.382Y32.575
212
+ X52.382Y31.625
213
+ X52.407Y25.7
214
+ X52.582Y39.725
215
+ X52.607Y22.2
216
+ X52.682Y18.925
217
+ X53.107Y35.4
218
+ X53.407Y32.9
219
+ X53.966Y26.46
220
+ X54.107Y36.6
221
+ X54.132Y39.725
222
+ X54.307Y32.2
223
+ X54.354Y35.353
224
+ X54.607Y52.1
225
+ X54.632Y28.325
226
+ X55.207Y31.2
227
+ X55.307Y32.2
228
+ X55.707Y23.643
229
+ X55.881Y29.56
230
+ X56.207Y31.2
231
+ X57.207Y31.1
232
+ X57.532Y22.1
233
+ X57.682Y39.725
234
+ X57.829Y32.078
235
+ X58.407Y29.
236
+ X58.607Y32.7
237
+ X59.007Y17.1
238
+ X59.232Y39.725
239
+ X59.607Y19.1
240
+ X59.745Y34.638
241
+ X60.935Y17.443
242
+ X62.682Y39.725
243
+ X64.107Y39.7
244
+ X55.799Y26.668
245
+ X55.799Y25.708
246
+ X56.279Y26.188
247
+ X56.759Y26.668
248
+ X56.759Y25.708
249
+ X55.479Y35.945
250
+ X55.479Y34.831
251
+ X56.579Y35.945
252
+ X56.579Y34.831
253
+ X57.679Y35.945
254
+ X57.679Y34.831
255
+ X36.382Y7.
256
+ X20.941Y12.508
257
+ X20.941Y11.548
258
+ X21.421Y12.028
259
+ X21.901Y12.508
260
+ X21.901Y11.548
261
+ X30.81Y13.426
262
+ X30.81Y12.126
263
+ X54.907Y17.657
264
+ X54.907Y16.543
265
+ X56.007Y17.657
266
+ X56.007Y16.543
267
+ X57.107Y17.657
268
+ X57.107Y16.543
269
+ X23.999Y42.998
270
+ X23.999Y41.978
271
+ X25.559Y42.998
272
+ X25.559Y41.978
273
+ T2
274
+ X2.457Y36.478
275
+ X33.607Y8.2
276
+ X34.819Y8.2
277
+ X36.382Y5.956
278
+ X36.407Y10.3
279
+ X14.732Y13.217
280
+ X33.607Y11.199
281
+ X23.357Y33.1
282
+ X34.607Y12.399
283
+ X4.107Y20.999
284
+ X34.819Y11.188
285
+ X3.046Y20.438
286
+ T3
287
+ X2.51Y52.384
288
+ X2.51Y52.384
289
+ X6.56Y52.384
290
+ X6.56Y52.384
291
+ X8.31Y52.384
292
+ X8.31Y52.384
293
+ X12.36Y52.384
294
+ X12.36Y52.384
295
+ T4
296
+ X18.555Y5.207
297
+ X21.095Y5.207
298
+ X23.635Y5.207
299
+ T5
300
+ X28.956Y43.815
301
+ X31.496Y43.815
302
+ X34.036Y43.815
303
+ X36.576Y43.815
304
+ X39.116Y43.815
305
+ X41.656Y43.815
306
+ X64.198Y28.423
307
+ X64.198Y25.883
308
+ X64.198Y23.343
309
+ X64.198Y20.803
310
+ X28.956Y41.275
311
+ X31.496Y41.275
312
+ X34.036Y41.275
313
+ X36.576Y41.275
314
+ X39.116Y41.275
315
+ X41.656Y41.275
316
+ X45.72Y43.815
317
+ X48.26Y43.815
318
+ X50.8Y43.815
319
+ X53.34Y43.815
320
+ X55.88Y43.815
321
+ X58.42Y43.815
322
+ X60.96Y43.815
323
+ X63.5Y43.815
324
+ X66.739Y28.423
325
+ X66.739Y25.883
326
+ X66.739Y23.343
327
+ X66.739Y20.803
328
+ X46.99Y6.985
329
+ X49.53Y6.985
330
+ X52.07Y6.985
331
+ X54.61Y6.985
332
+ X57.15Y6.985
333
+ X59.69Y6.985
334
+ X46.99Y12.065
335
+ X49.53Y12.065
336
+ X52.07Y12.065
337
+ X54.61Y12.065
338
+ X57.15Y12.065
339
+ X59.69Y12.065
340
+ X50.8Y2.54
341
+ X53.34Y2.54
342
+ X55.88Y2.54
343
+ X58.42Y2.54
344
+ X60.96Y2.54
345
+ X63.5Y2.54
346
+ X46.99Y9.525
347
+ X49.53Y9.525
348
+ X52.07Y9.525
349
+ X54.61Y9.525
350
+ X57.15Y9.525
351
+ X59.69Y9.525
352
+ X45.72Y50.8
353
+ X48.26Y50.8
354
+ X50.8Y50.8
355
+ X53.34Y50.8
356
+ X55.88Y50.8
357
+ X58.42Y50.8
358
+ X60.96Y50.8
359
+ X63.5Y50.8
360
+ X28.956Y46.355
361
+ X31.496Y46.355
362
+ X34.036Y46.355
363
+ X36.576Y46.355
364
+ X39.116Y46.355
365
+ X41.656Y46.355
366
+ X61.57Y36.868
367
+ X61.57Y34.328
368
+ X61.57Y31.788
369
+ X45.72Y41.275
370
+ X48.26Y41.275
371
+ X50.8Y41.275
372
+ X53.34Y41.275
373
+ X55.88Y41.275
374
+ X58.42Y41.275
375
+ X60.96Y41.275
376
+ X63.5Y41.275
377
+ X27.94Y2.54
378
+ X30.48Y2.54
379
+ X33.02Y2.54
380
+ X35.56Y2.54
381
+ X38.1Y2.54
382
+ X40.64Y2.54
383
+ X43.18Y2.54
384
+ X45.72Y2.54
385
+ X61.658Y28.423
386
+ X61.658Y25.883
387
+ X61.658Y23.343
388
+ X61.658Y20.803
389
+ X15.786Y20.371
390
+ X15.786Y17.831
391
+ X18.326Y20.371
392
+ X18.326Y17.831
393
+ X20.866Y20.371
394
+ X20.866Y17.831
395
+ X23.406Y20.371
396
+ X23.406Y17.831
397
+ X18.796Y50.8
398
+ X21.336Y50.8
399
+ X23.876Y50.8
400
+ X26.416Y50.8
401
+ X28.956Y50.8
402
+ X31.496Y50.8
403
+ X34.036Y50.8
404
+ X36.576Y50.8
405
+ X39.116Y50.8
406
+ X41.656Y50.8
407
+ X45.72Y46.355
408
+ X48.26Y46.355
409
+ X50.8Y46.355
410
+ X53.34Y46.355
411
+ X55.88Y46.355
412
+ X58.42Y46.355
413
+ X60.96Y46.355
414
+ X63.5Y46.355
415
+ T6
416
+ X65.659Y16.891
417
+ X65.659Y12.383
418
+ T7
419
+ X63.157Y18.148
420
+ X63.157Y11.138
421
+ T8
422
+ X5.41Y8.357
423
+ X8.661Y3.556
424
+ T9
425
+ X11.659Y8.357
426
+ T10
427
+ X66.203Y7.765
428
+ X13.977Y2.54
429
+ X15.403Y50.945
430
+ X66.203Y35.705
431
+ T0
432
+ M30
FPGAwars_icezum/README.md ADDED
@@ -0,0 +1,105 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Icezum Alhambra
2
+ Arduino/zum compatible **Open FPGA** electronic board. Synthesize hardware easily, using **only open source tools**
3
+
4
+ ![](https://github.com/FPGAwars/icezum/raw/master/wiki/V1.1-RC1/icezum-alhambra-v1.1.jpg)
5
+
6
+ ## Features
7
+
8
+ * FPGA development board ([iCE40HX1K-TQ144](https://github.com/Obijuan/open-fpga-verilog-tutorial/raw/master/tutorial/doc/iCE40LPHXFamilyDataSheet.pdf) from lattice)
9
+ * Open hardware
10
+ * Compatible with the [opensource icestorm toolchain](http://www.clifford.at/icestorm/)
11
+ * Arduino like board: similar pinout than Arduino one / [BQ zum](https://store.bq.com/es/placa-zum-core).
12
+ * You can Reuse most of available shields
13
+ * Control your robots / printbots from an FPGA
14
+ * 12 MHZ MEMS oscillator
15
+ * ON/OFF switch (turn off your mobile robot easily)
16
+ * Input power voltage: 6 - 17v
17
+ * Max input current: 3A (Perfect for powering your robots)
18
+ * 20 Input/output 5v pins
19
+ * 8 Input/Output 3.3V pins
20
+ * USB micro-B connector for programming the FPGA from the PC (same as zum board)
21
+ * [FTDI 2232H](www.ftdichip.com/Documents/DataSheets/ICs/DS_FT2232H.pdf) USB device allows FPGA programming and UART interface to a PC
22
+ * Reset pushbutton
23
+ * 8 general purpose leds (user leds)
24
+ * 2 general purpose pushbuttons
25
+ * 4 analogue inputs though I2C bus ([ADS7924](http://www.ti.com/lit/ds/symlink/ads7924.pdf) from TI)
26
+
27
+ ## Documentation
28
+
29
+ [The project documentation is located in the wiki](https://github.com/FPGAwars/icezum/wiki)
30
+
31
+ ## History
32
+
33
+ ### Icezum Alhambra releases and EDA tools used over time
34
+
35
+ ![](https://github.com/FPGAwars/icezum/raw/master/wiki/Icezum-alhambra-releases-tools-diagram.png)
36
+
37
+ ### V1.0
38
+ * **2015-12-20**: The icezum board was conceived in the **BQlabs**, the robotics and innovation department at [BQ](https://www.bq.com/es/). The idea was to have a very easy to use FPGA board, fully openhardware, similar to Arduino/ZUM boards, so that anyone can connect sensors and create robots or small projects using an FPGA instead of a processor. We wanted to extend the educational approach of BQ to the digital circuits design. At that time, Juan Gonzalez (Obijuan) was the head of the department. Eladio Delgado, a very-skilled senior external engineer was assigned the task of designing the board. He was already involve in other projects with BQ
39
+
40
+ * **2016-02-18**: [The icezum board bqlabs repo](https://github.com/bqlabs/icezum) at github is created and all the V1.0 files released
41
+
42
+ * **2016-02-29**: The board was renamed to **Icezum Alhambra** because Eladio lives in a small town in Granada. The name was suggested by **Sebastián Gallardo** in [this post in the FPGAwars community](https://groups.google.com/d/msg/fpga-wars-explorando-el-lado-libre/f1W0Vtt5NdE/LEDRSXudGwAJ) (In Spanish)
43
+
44
+ * **2016-03-05**: The first prototype is built and a bitstream is successfully upload into the board! [Images](https://github.com/FPGAwars/icezum/raw/master/doc/2016-03-04-Mounting-first-prototype/icezum-alhambra-mounting-15.jpg) 10 PCBs were manufactured in total. 5 Prototypes were mounted (by hand) by Eladio and his sister María. 5 more were mounted one mounth later
45
+
46
+ * **2016-04-14**: BQlabs was disolved and this proyect was stopped. Many thanks to BQ for all its help during this period. Thanks for sponsoring the Icezum board
47
+
48
+
49
+ ### V1.0K
50
+ * **2016-04-20**: The project is continued by the FPGAwars community, lead by Obijuan. The [FPGAwars github organization](https://github.com/FPGAwars)) is created and all the repositories related to openfpgas are moved there
51
+
52
+ * **2016-05-01**: A Small local crowdfunding is organized in the FPGAwars community ([Original message, in spanish](https://groups.google.com/d/msg/fpga-wars-explorando-el-lado-libre/oLFzYPqCOcQ/OsMxYKnuAQAJ)). Only 100 V1.1 boards will be manufactured if an amount of 6500€ is raised
53
+
54
+ * **2016/05/18**: After two weeks, we already have the commitment of the people for paying the money for building the boards ([Board funded!](https://groups.google.com/d/msg/fpga-wars-explorando-el-lado-libre/oLFzYPqCOcQ/luBcnXpBBwAJ))
55
+
56
+ * **2016/05/30**: The icezum Alhambra is being **migrated to Kicad** by Juan Gonzalez (Obijuan). Also the 3D models were designed with FreeCAD, so that the Icezum Alhambra is not only an openhardware board, but also a board **designed with opensource tools**. This way, anyone in the world can easily have access to all the designs, to study them, modify them and creating new boards from them. This version will be called V1.0K (K stands for kicad). It is not going to be manufactured, but rather a starting point for the future versions
57
+
58
+ * **2016/07/03**: All the money (6500€ in total) is received from the backers! Thanks a lot!!! ([Backers list](https://docs.google.com/spreadsheets/d/1yngU6kfMr5JWJYXrxBMJ7l1Cai2iuucMDoND4NpgU5Y))
59
+
60
+ * **2016/07/28**: V1.0K is released!
61
+
62
+ ### V1.1
63
+
64
+ * **2016/04/20**: In paralell with the V1.0K version, Eladio started to work on the V1.1, which is the one that will be manufactured for the backers. As there were still no Kicad version when Eladio started, It is being designed in Altium and will be migrated later to Kicad as the V1.1K version
65
+
66
+ * **2016/09/22**: Three Icezum Alhambra V1.1-RC1 are hand mounted and tested. They work ok!. The PCBs were manufactured in pcbway. The design is validated
67
+
68
+ * **2016/10/03**: [Icezum Alhambra v1.1-RC1 is released](https://github.com/FPGAwars/icezum/releases/tag/v1.1-RC1)
69
+
70
+ ### V1.1K
71
+
72
+ TODO
73
+
74
+ ## Authors
75
+
76
+ * **V1.0**: [Eladio Delgado Mingorance](https://twitter.com/EladioDM). Sponsored by [BQ](https://www.bq.com/es/)
77
+ * **V1.0K**: Migrated to Kicad by Juan González (Obijuan). 3D models designed with FreeCAD. Everything is generated using only opensource tools (schematics, pcb, 3D models, pinout, BOM...). This version belongs to our T**echnological Heritage**
78
+ * **V1.1**: Eladio Delgado Mingorance, from Pinos del Valle, Granada, Spain
79
+
80
+ ## Credits
81
+ * [BQ](https://www.bq.com/es/). Thanks for funding this project from 2015-12-20 to 2016-04-14. During this period, the icezum V1.0 was born and 10 prototypes were manufactured.
82
+ * María Delgado Mingorance, for helping in the manufacturing and design of the V1.0
83
+ * V1.0 was derived from the [Arduino Uno board](https://www.arduino.cc/en/Main/ArduinoBoardUno)
84
+ * V1.0 was derived from the [zum core board](https://github.com/bq/zum/tree/master/zum-core) by BQ
85
+ * V1.0 was derived from the [Icestick](http://www.latticesemi.com/icestick) by Lattice
86
+ * V1.0K was derived from Icezum Alhambra V1.0 by BQ
87
+ * V1.1 was derived from Icezum Alhambra V1.0 by BQ
88
+ * [Icestorm project](http://www.clifford.at/icestorm/), by Clifford Wolf and Mathias Lasser
89
+ * Icezum Pinout, by [Alberto Piganti](http://www.pighixxx.com/test/2016/05/icezum-pinout/)
90
+ * [Jairo Zerberos](https://github.com/zerberros). Migration of the FT2232H schematic symbol from altium to kicad. Thanks!
91
+ * [altium2kicad](https://github.com/thesourcerer8/altium2kicad]). Tool used for the migration from Altium to Kicad. Many thanks to the developers!
92
+ * [Kicadstepup](https://sourceforge.net/projects/kicadstepup/). Tool for exporting the board to FreeCAD
93
+ * [Alhambra festival picture](http://beentheredrawnthat.blogspot.com.es/2016/07/festivales-de-musica-y-danza-alhambra.html), by Cristina Urdiales. Thanks for this beautiful paiting!
94
+ * Juan González (Obijuan): V1.0 specifications. Migration to Kicad (V1.0K)
95
+
96
+ ## Acknowledges
97
+ * Many thanks to [BQ](https://www.bq.com/es/), for funding the initial prototype V1.0, during the period 2015-12-20 to 2016-04-14. Thanks a lot for increasing our technological heritage by sponsoring openhardware boards.
98
+
99
+ ![](https://github.com/FPGAwars/icezum/raw/master/wiki/bq-logo.png)
100
+
101
+ ## License
102
+
103
+ ![](https://github.com/FPGAwars/icezum/raw/master/wiki/attribution-share-alike-creative-commons-license.png)
104
+
105
+ Licensed under [Creative Commons Attribution-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-sa/4.0/)
FPGAwars_icezum/doc/BOM/icezum-bom.ods ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d8e11c426d1866911a1961abf58d361696574bbb45438d287cdb9b53438c33f
3
+ size 2295041
FPGAwars_icezum/doc/PCB/SVG/icezum-B.Cu.svg ADDED
FPGAwars_icezum/doc/PCB/SVG/icezum-B.Mask.svg ADDED
FPGAwars_icezum/doc/PCB/SVG/icezum-B.SilkS.svg ADDED
FPGAwars_icezum/doc/PCB/SVG/icezum-Edge.Cuts.svg ADDED
FPGAwars_icezum/doc/PCB/SVG/icezum-F.CrtYd.svg ADDED
FPGAwars_icezum/doc/PCB/SVG/icezum-F.Cu.svg ADDED
FPGAwars_icezum/doc/PCB/SVG/icezum-F.Mask.svg ADDED
FPGAwars_icezum/doc/PCB/SVG/icezum-F.Paste.svg ADDED
FPGAwars_icezum/doc/PCB/SVG/icezum-F.SilkS.svg ADDED
FPGAwars_icezum/doc/PCB/SVG/icezum-In1.Cu.svg ADDED
FPGAwars_icezum/doc/PCB/SVG/icezum-In2.Cu.svg ADDED
FPGAwars_icezum/doc/pinout/Icezum-alhambra-board.svg ADDED
FPGAwars_icezum/doc/pinout/Icezum-alhambra-pinout.svg ADDED
FPGAwars_icezum/doc/schematics/SVG/Icezum-Block-diagram.svg ADDED
FPGAwars_icezum/doc/schematics/SVG/icezum-Arduino_sockets.svg ADDED
FPGAwars_icezum/doc/schematics/SVG/icezum-FPGA.svg ADDED
FPGAwars_icezum/doc/schematics/SVG/icezum-Peripherals.svg ADDED
FPGAwars_icezum/doc/schematics/SVG/icezum-Power Supply.svg ADDED
FPGAwars_icezum/doc/schematics/SVG/icezum-USB-communications.svg ADDED
FPGAwars_icezum/doc/schematics/SVG/icezum.svg ADDED
FPGAwars_icezum/examples/leds/leds_on/.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ .pioenvs
FPGAwars_icezum/examples/leds/leds_on/lib/readme.txt ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ This directory is intended for the project specific (private) libraries.
3
+ PlatformIO will compile them to static libraries and link to executable file.
4
+
5
+ The source code of each library should be placed in separate directory, like
6
+ "lib/private_lib/[here are source files]".
7
+
8
+ For example, see how can be organized `Foo` and `Bar` libraries:
9
+
10
+ |--lib
11
+ | |--Bar
12
+ | | |--docs
13
+ | | |--examples
14
+ | | |--src
15
+ | | |- Bar.c
16
+ | | |- Bar.h
17
+ | |--Foo
18
+ | | |- Foo.c
19
+ | | |- Foo.h
20
+ | |- readme.txt --> THIS FILE
21
+ |- platformio.ini
22
+ |--src
23
+ |- main.c
24
+
25
+ Then in `src/main.c` you should use:
26
+
27
+ #include <Foo.h>
28
+ #include <Bar.h>
29
+
30
+ // rest H/C/CPP code
31
+
32
+ PlatformIO will find your libraries automatically, configure preprocessor's
33
+ include paths and build them.
34
+
35
+ See additional options for PlatformIO Library Dependency Finder `lib_*`:
36
+
37
+ http://docs.platformio.org/en/latest/projectconf.html#lib-install
38
+
FPGAwars_icezum/examples/leds/leds_on/platformio.ini ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #
2
+ # Project Configuration File
3
+ #
4
+ # A detailed documentation with the EXAMPLES is located here:
5
+ # http://docs.platformio.org/en/latest/projectconf.html
6
+ #
7
+
8
+ # A sign `#` at the beginning of the line indicates a comment
9
+ # Comment lines are ignored.
10
+
11
+ # Simple and base environment
12
+ # [env:mybaseenv]
13
+ # platform = %INSTALLED_PLATFORM_NAME_HERE%
14
+ # framework =
15
+ # board =
16
+ #
17
+ # Automatic targets - enable auto-uploading
18
+ # targets = upload
19
+
20
+ [env:icestick]
21
+ platform = lattice_ice40
22
+ framework = icestorm
23
+ board = icestick
FPGAwars_icezum/examples/leds/leds_on/src/.sconsign.dblite ADDED
Binary file (3.02 kB). View file
 
FPGAwars_icezum/examples/leds/leds_on/src/Makefile ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #-----------------------------------------------------
2
+ #-- Project 1
3
+ #-----------------------------------------------------
4
+ NAME = leds_on
5
+ DEPS =
6
+
7
+ #------------- Simulation of project 1 ---------
8
+ sim: $(NAME)_tb.vcd
9
+ gtkwave $< $(<:.vcd=.gtkw) &
10
+
11
+ #-- set the dependencies for simulation
12
+ $(NAME)_tb.vcd: $(NAME).v $(DEPS) $(NAME)_tb.v
13
+
14
+ #---- Synthesis of project 1 ------------------
15
+ sint: $(NAME).bin
16
+
17
+ #-- Set the dependencies for synthetization
18
+ $(NAME).blif: $(NAME).v $(DEPS)
19
+
20
+ #-- Set the dependencies for the place and route
21
+ $(NAME).asc: $(NAME).blif $(NAME).pcf
22
+
23
+ #---- Upload into FPGA of project 1 ------
24
+ prog: $(NAME).bin
25
+ iceprog $<
26
+
27
+ # --- Time report
28
+ time: $(NAME).rpt
29
+
30
+
31
+ #--------------------------------
32
+ #-- General Compilation rules
33
+ #--------------------------------
34
+
35
+ .SUFFIXES: .asc .bin .blif .v .vcd .rpt
36
+
37
+ # -- Rule for generating time reports
38
+ .asc.rpt:
39
+ icetime -d hx1k -mtr $@ $^
40
+
41
+ #-- Rule for generating the simulations
42
+ .v.vcd:
43
+ iverilog $^ -o $(@:.vcd=.out)
44
+ ./$(@:.vcd=.out)
45
+
46
+ #-- Rule to perform the synthesis
47
+ .v.blif:
48
+ yosys -p "synth_ice40 -blif $@" $^
49
+
50
+ #-- Rule to perform the place and route
51
+ #-- The .pcf file should have the same name than the .blif file
52
+ .blif.asc:
53
+ arachne-pnr -d 1k -p $(@:.asc=.pcf) $< -o $@
54
+
55
+ #-- Rule to obtain the .bin bitstream from the .txt ascii files
56
+ .asc.bin:
57
+ icepack $< $@
58
+
59
+ #-- Clean the project
60
+ clean:
61
+ rm -f *.bin *.asc *.blif *.out *.vcd examples/*~ *.rpt
62
+
63
+ .PHONY: all clean
FPGAwars_icezum/examples/leds/leds_on/src/SConstruct ADDED
@@ -0,0 +1,132 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # ----------------------------------------------------------------------
2
+ # -- Generic Scons script for Sintesizing hardware with APIO or scons
3
+ # -- on an icestick or Icezum Alhambra
4
+ # ----------------------------------------------------------------------
5
+ import os
6
+ from os.path import join
7
+ import platform
8
+ import glob
9
+ from SCons.Script import (Builder, DefaultEnvironment, Default, AlwaysBuild,
10
+ GetOption, Environment, Exit, COMMAND_LINE_TARGETS)
11
+
12
+ # -- Executables extension
13
+ EXT = ''
14
+ if 'Windows' == platform.system():
15
+ EXT = '.exe'
16
+
17
+ # -- Target name
18
+ TARGET = 'hardware'
19
+
20
+ # -- Get a list of all the verilog files in the src folfer, in ASCII, with
21
+ # -- the full path. All these files are used for the simulation
22
+ v_nodes = glob.glob('*.v')
23
+ src_sim = ["{}".format(f) for f in v_nodes]
24
+
25
+ # --------- Get the Testbench file (there should be only 1)
26
+ # -- Create a list with all the files finished in _tb.v. It should contain
27
+ # -- the test bench
28
+ list_tb = [f for f in src_sim if f[-5:].upper() == "_TB.V"]
29
+
30
+ if len(list_tb) > 1:
31
+ print("---> WARNING: More than one testbenches used")
32
+
33
+ # -- Error checking
34
+ try:
35
+ testbench = list_tb[0]
36
+
37
+ # -- there is no testbench
38
+ except IndexError:
39
+ testbench = None
40
+
41
+ if 'sim' in COMMAND_LINE_TARGETS:
42
+ if testbench is None:
43
+ print("ERROR!!! NO testbench found for simulation")
44
+ Exit(1)
45
+
46
+ # -- Simulation name
47
+ SIMULNAME, ext = os.path.splitext(testbench)
48
+ else:
49
+ SIMULNAME = ''
50
+
51
+ # -------- Get the synthesis files. They are ALL the files except the
52
+ # -------- testbench
53
+ src_synth = [f for f in src_sim if f not in list_tb]
54
+
55
+ # -- For debugging
56
+ print("----> Testbench: {}".format(testbench))
57
+ # print("SIM NAME: {}".format(SIMULNAME))
58
+
59
+ # -- Get the PCF file
60
+ PCF_list = glob.glob('*.pcf')
61
+
62
+ try:
63
+ PCF = PCF_list[0]
64
+ except IndexError:
65
+ print("\n--------> WARNING: no .pcf file found <----------\n")
66
+ PCF = 'ERROR.pcf'
67
+
68
+ # -- Debug
69
+ print("----> PCF Found: {}".format(PCF))
70
+
71
+
72
+ # -- Define the Sintesizing Builder
73
+ synth = Builder(action='yosys{0} -p \"synth_ice40 -blif $TARGET\" $SOURCE'.format(EXT),
74
+ suffix='.blif',
75
+ src_suffix='.v')
76
+
77
+ pnr = Builder(action='arachne-pnr{0} -d 1k -o $TARGET -p {1} $SOURCE'.format(EXT, PCF),
78
+ suffix='.asc',
79
+ src_suffix='.blif')
80
+
81
+ bitstream = Builder(action='icepack{0} $SOURCE $TARGET'.format(EXT),
82
+ suffix='.bin',
83
+ src_suffix='.asc')
84
+
85
+ # -- Icetime builder
86
+ time_rpt = Builder(action='icetime{0} -d hx1k -mtr $TARGET $SOURCE'.format(EXT),
87
+ suffix='.rpt',
88
+ src_suffix='.asc')
89
+
90
+ # -- Build the environment
91
+ env = DefaultEnvironment(BUILDERS={'Synth': synth, 'PnR': pnr,
92
+ 'Bin': bitstream, 'Time': time_rpt},
93
+ ENV=os.environ, tools=[])
94
+
95
+ # -- Generate the bitstream
96
+ blif = env.Synth(TARGET, [src_synth])
97
+ asc = env.PnR(TARGET, [blif, PCF])
98
+ bitstream = env.Bin(TARGET, asc)
99
+
100
+ # -- Upload the bitstream into FPGA
101
+ upload = env.Alias('upload', bitstream, 'iceprog{0} $SOURCE'.format(EXT))
102
+ AlwaysBuild(upload)
103
+
104
+ # -- Target time: calculate the time
105
+ rpt = env.Time(asc)
106
+ t = env.Alias('time', rpt)
107
+ AlwaysBuild(t)
108
+
109
+ # -------------------- Simulation ------------------
110
+ # -- Constructor para generar simulacion: icarus Verilog
111
+ iverilog = Builder(action='iverilog $SOURCES -o $TARGET',
112
+ suffix='.out',
113
+ src_suffix='.v')
114
+
115
+ vcd = Builder(action=join(glob.os.getcwd(), "$SOURCE"),
116
+ suffix='.vcd', src_suffix='.out')
117
+
118
+ simenv = Environment(BUILDERS={'IVerilog': iverilog, 'VCD': vcd},
119
+ ENV=os.environ)
120
+
121
+ out = simenv.IVerilog(SIMULNAME, src_sim)
122
+ vcd_file = simenv.VCD(SIMULNAME, out)
123
+
124
+ waves = simenv.Alias('sim', SIMULNAME+'.vcd', 'gtkwave ' +
125
+ "{} ".format(vcd_file[0]) + " " + SIMULNAME + ".gtkw")
126
+ AlwaysBuild(waves)
127
+
128
+ Default(bitstream)
129
+
130
+ # -- These is for cleaning the files generated using the alias targets
131
+ if GetOption('clean'):
132
+ env.Default([out, t, vcd_file])
FPGAwars_icezum/examples/leds/leds_on/src/leds_on.json ADDED
@@ -0,0 +1,235 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "nodes": [
3
+ {
4
+ "label": "",
5
+ "type": "output",
6
+ "params": [
7
+ "95"
8
+ ],
9
+ "id": 10,
10
+ "x": 814,
11
+ "y": 156,
12
+ "width": 56,
13
+ "inputConnectors": [
14
+ {
15
+ "label": "95"
16
+ }
17
+ ]
18
+ },
19
+ {
20
+ "label": "",
21
+ "type": "output",
22
+ "params": [
23
+ "96"
24
+ ],
25
+ "id": 11,
26
+ "x": 812,
27
+ "y": 213,
28
+ "width": 56,
29
+ "inputConnectors": [
30
+ {
31
+ "label": "96"
32
+ }
33
+ ]
34
+ },
35
+ {
36
+ "label": "",
37
+ "type": "output",
38
+ "params": [
39
+ "97"
40
+ ],
41
+ "id": 12,
42
+ "x": 812,
43
+ "y": 273,
44
+ "width": 56,
45
+ "inputConnectors": [
46
+ {
47
+ "label": "97"
48
+ }
49
+ ]
50
+ },
51
+ {
52
+ "label": "",
53
+ "type": "output",
54
+ "params": [
55
+ "98"
56
+ ],
57
+ "id": 13,
58
+ "x": 812,
59
+ "y": 333,
60
+ "width": 56,
61
+ "inputConnectors": [
62
+ {
63
+ "label": "98"
64
+ }
65
+ ]
66
+ },
67
+ {
68
+ "label": "",
69
+ "type": "output",
70
+ "params": [
71
+ "99"
72
+ ],
73
+ "id": 14,
74
+ "x": 812,
75
+ "y": 393,
76
+ "width": 56,
77
+ "inputConnectors": [
78
+ {
79
+ "label": "99"
80
+ }
81
+ ]
82
+ },
83
+ {
84
+ "label": "",
85
+ "type": "output",
86
+ "params": [
87
+ "101"
88
+ ],
89
+ "id": 16,
90
+ "x": 812,
91
+ "y": 461,
92
+ "width": 64,
93
+ "inputConnectors": [
94
+ {
95
+ "label": "101"
96
+ }
97
+ ]
98
+ },
99
+ {
100
+ "label": "",
101
+ "type": "output",
102
+ "params": [
103
+ "102"
104
+ ],
105
+ "id": 17,
106
+ "x": 812,
107
+ "y": 521,
108
+ "width": 64,
109
+ "inputConnectors": [
110
+ {
111
+ "label": "102"
112
+ }
113
+ ]
114
+ },
115
+ {
116
+ "label": "",
117
+ "type": "output",
118
+ "params": [
119
+ "104"
120
+ ],
121
+ "id": 18,
122
+ "x": 812,
123
+ "y": 581,
124
+ "width": 64,
125
+ "inputConnectors": [
126
+ {
127
+ "label": "104"
128
+ }
129
+ ]
130
+ },
131
+ {
132
+ "label": "",
133
+ "type": "driver",
134
+ "params": [
135
+ {
136
+ "name": "B",
137
+ "value": "1'b1"
138
+ }
139
+ ],
140
+ "vcode": "module driver #(parameter B = 1'b0)(output o);\nassign o = B;\nendmodule\n",
141
+ "id": 19,
142
+ "x": 509,
143
+ "y": 153,
144
+ "width": 55,
145
+ "outputConnectors": [
146
+ {
147
+ "name": "o",
148
+ "label": "\"1\""
149
+ }
150
+ ]
151
+ }
152
+ ],
153
+ "connections": [
154
+ {
155
+ "source": {
156
+ "nodeID": 19,
157
+ "connectorIndex": 0
158
+ },
159
+ "dest": {
160
+ "nodeID": 10,
161
+ "connectorIndex": 0
162
+ }
163
+ },
164
+ {
165
+ "source": {
166
+ "nodeID": 19,
167
+ "connectorIndex": 0
168
+ },
169
+ "dest": {
170
+ "nodeID": 11,
171
+ "connectorIndex": 0
172
+ }
173
+ },
174
+ {
175
+ "source": {
176
+ "nodeID": 19,
177
+ "connectorIndex": 0
178
+ },
179
+ "dest": {
180
+ "nodeID": 12,
181
+ "connectorIndex": 0
182
+ }
183
+ },
184
+ {
185
+ "source": {
186
+ "nodeID": 19,
187
+ "connectorIndex": 0
188
+ },
189
+ "dest": {
190
+ "nodeID": 13,
191
+ "connectorIndex": 0
192
+ }
193
+ },
194
+ {
195
+ "source": {
196
+ "nodeID": 19,
197
+ "connectorIndex": 0
198
+ },
199
+ "dest": {
200
+ "nodeID": 14,
201
+ "connectorIndex": 0
202
+ }
203
+ },
204
+ {
205
+ "source": {
206
+ "nodeID": 19,
207
+ "connectorIndex": 0
208
+ },
209
+ "dest": {
210
+ "nodeID": 16,
211
+ "connectorIndex": 0
212
+ }
213
+ },
214
+ {
215
+ "source": {
216
+ "nodeID": 19,
217
+ "connectorIndex": 0
218
+ },
219
+ "dest": {
220
+ "nodeID": 17,
221
+ "connectorIndex": 0
222
+ }
223
+ },
224
+ {
225
+ "source": {
226
+ "nodeID": 19,
227
+ "connectorIndex": 0
228
+ },
229
+ "dest": {
230
+ "nodeID": 18,
231
+ "connectorIndex": 0
232
+ }
233
+ }
234
+ ]
235
+ }
FPGAwars_icezum/examples/leds/leds_on/src/leds_on.pcf ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # -- IceZUM Alhambra leds
2
+
3
+ set_io LPORT[0] 95
4
+ set_io LPORT[1] 96
5
+ set_io LPORT[2] 97
6
+ set_io LPORT[3] 98
7
+
8
+ set_io LPORT[4] 99
9
+ set_io LPORT[5] 101
10
+ set_io LPORT[6] 102
11
+ set_io LPORT[7] 104
FPGAwars_icezum/examples/leds/leds_on/src/leds_on.v ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ //--------------------------------------------------------------------
2
+ //-- IceZUM Alhambra test
3
+ //-- Hello world example
4
+ //-- Turn on all the yellow leds
5
+ //--------------------------------------------------------------------
6
+ //-- (c) BQ March, 2016. Written by Juan Gonzalez (obijuan)
7
+ //--------------------------------------------------------------------
8
+ //-- Releases under the GPL v2+ license
9
+ //--------------------------------------------------------------------
10
+
11
+ module leds_on(output wire [7:0] LPORT);
12
+
13
+ //-- Turn on all the leds
14
+ assign LPORT = 8'hFF;
15
+
16
+ endmodule
FPGAwars_icezum/examples/leds/leds_on/src/leds_on_tb.gtkw ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [*]
2
+ [*] GTKWave Analyzer v3.3.66 (w)1999-2015 BSI
3
+ [*] Tue Mar 15 08:22:44 2016
4
+ [*]
5
+ [dumpfile] "/home/obijuan/development/icezum/examples/leds/leds_on/src/leds_on_tb.vcd"
6
+ [dumpfile_mtime] "Tue Mar 15 08:22:30 2016"
7
+ [dumpfile_size] 460
8
+ [savefile] "/home/obijuan/development/icezum/examples/leds/leds_on/src/leds_on_tb.gtkw"
9
+ [timestart] 0
10
+ [size] 1000 600
11
+ [pos] -1 -1
12
+ *-8.314166 964 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1
13
+ [treeopen] leds_on_tb.
14
+ [sst_width] 223
15
+ [signals_width] 134
16
+ [sst_expanded] 1
17
+ [sst_vpaned_height] 160
18
+ @29
19
+ leds_on_tb.clk
20
+ @22
21
+ leds_on_tb.UUT.LPORT[7:0]
22
+ [pattern_trace] 1
23
+ [pattern_trace] 0
FPGAwars_icezum/examples/leds/leds_on/src/leds_on_tb.v ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ //-------------------------------------------------------------------
2
+ //-- leds_on_tb.v
3
+ //-- Testbench
4
+ //-------------------------------------------------------------------
5
+ //-- BQ March 2016. Written by Juan Gonzalez (Obijuan)
6
+ //-------------------------------------------------------------------
7
+ `default_nettype none
8
+ `timescale 100 ns / 10 ns
9
+
10
+ module leds_on_tb();
11
+
12
+ //-- Simulation time: 1us (10 * 100ns)
13
+ parameter DURATION = 10;
14
+
15
+ //-- Clock signal. It is not used in this simulation
16
+ reg clk = 0;
17
+ always #0.5 clk = ~clk;
18
+
19
+ //-- Leds port
20
+ wire [7:0] lport;
21
+
22
+ //-- Instantiate the unit to test
23
+ leds_on UUT (.LPORT(lport));
24
+
25
+
26
+ initial begin
27
+
28
+ //-- File were to store the simulation results
29
+ $dumpfile("leds_on_tb.vcd");
30
+ $dumpvars(0, leds_on_tb);
31
+
32
+ #(DURATION) $display("End of simulation");
33
+ $finish;
34
+ end
35
+
36
+ endmodule