Updates since v1.0

This commit is contained in:
Philip Smart
2023-11-08 14:59:46 +00:00
parent f9db6c3b9c
commit 9461438568
82 changed files with 1212366 additions and 67 deletions

28
.gitignore vendored
View File

@@ -52,3 +52,31 @@ nohup.out
*bak
*-backups
*cache*
CUPL/SFD700.ABS
CUPL/SFD700.DOC
CUPL/SFD700.JED
CUPL/SFD700.JED.1
CUPL/SFD700.JED.2
CUPL/SFD700.JED.3
CUPL/SFD700.JED.4
CUPL/SFD700.JED.5
CUPL/SFD700.JED.6
CUPL/SFD700.JED.7
CUPL/SFD700.PLD.v1.0
CUPL/SFD700.bk
CUPL/SFD700_1.ABS
CUPL/SFD700_1.DOC
CUPL/SFD700_2.ABS
CUPL/SFD700_2.DOC
CUPL/SFD700_G.JED
CUPL/test
CUPL/testabc
CUPL/testit
CUPL/x
CPLD/v1.2/build/db/
CPLD/v1.2/build/incremental_db/
CPLD/v1.2/build/output_files/
CPLD/v1.2/build/simulation/
CPLD/v1.2/build/x
CPLD/v1.2/sfd700.vhd.working12082023
CPLD/v1.2/tzpuFusionX.vhd.old

30
CPLD/v1.2/build/sfd700.qpf vendored Normal file
View File

@@ -0,0 +1,30 @@
# -------------------------------------------------------------------------- #
#
# Copyright (C) 1991-2013 Altera Corporation
# Your use of Altera Corporation's design tools, logic functions
# and other software and tools, and its AMPP partner logic
# functions, and any output files from any of the foregoing
# (including device programming or simulation files), and any
# associated documentation or information are expressly subject
# to the terms and conditions of the Altera Program License
# Subscription Agreement, Altera MegaCore Function License
# Agreement, or other applicable license agreement, including,
# without limitation, that your use is for the sole purpose of
# programming logic devices manufactured by Altera and sold by
# Altera or its authorized distributors. Please refer to the
# applicable agreement for further details.
#
# -------------------------------------------------------------------------- #
#
# Quartus II 64-Bit
# Version 13.0.1 Build 232 06/12/2013 Service Pack 1 SJ Web Edition
# Date created = 14:14:16 November 28, 2022
#
# -------------------------------------------------------------------------- #
QUARTUS_VERSION = "13.0"
DATE = "14:14:16 July 27, 2023"
# Revisions
PROJECT_REVISION = "sfd700"

163
CPLD/v1.2/build/sfd700.qsf vendored Normal file
View File

@@ -0,0 +1,163 @@
# -------------------------------------------------------------------------- #
#
# Copyright (C) 1991-2013 Altera Corporation
# Your use of Altera Corporation's design tools, logic functions
# and other software and tools, and its AMPP partner logic
# functions, and any output files from any of the foregoing
# (including device programming or simulation files), and any
# associated documentation or information are expressly subject
# to the terms and conditions of the Altera Program License
# Subscription Agreement, Altera MegaCore Function License
# Agreement, or other applicable license agreement, including,
# without limitation, that your use is for the sole purpose of
# programming logic devices manufactured by Altera and sold by
# Altera or its authorized distributors. Please refer to the
# applicable agreement for further details.
#
# -------------------------------------------------------------------------- #
#
# Quartus II 64-Bit
# Version 13.0.1 Build 232 06/12/2013 Service Pack 1 SJ Web Edition
# Date created = 16:29:32 June 24, 2020
#
# -------------------------------------------------------------------------- #
#
# Notes:
#
# 1) The default values for assignments are stored in the file:
# tzpuFusionX_MZ700.qdf
# If this file doesn't exist, see file:
# assignment_defaults.qdf
#
# 2) Altera recommends that you do not modify this file. This
# file is updated automatically by the Quartus II software
# and any changes you make may be lost or overwritten.
#
# -------------------------------------------------------------------------- #
set_global_assignment -name FAMILY MAX7000S
set_global_assignment -name DEVICE "EPM7128SLC84-15"
set_global_assignment -name TOP_LEVEL_ENTITY sfd700
set_global_assignment -name ORIGINAL_QUARTUS_VERSION "13.0 SP1"
set_global_assignment -name PROJECT_CREATION_TIME_DATE "16:29:32 JULY 27, 2023"
set_global_assignment -name LAST_QUARTUS_VERSION "13.0 SP1"
set_global_assignment -name PROJECT_OUTPUT_DIRECTORY output_files
set_global_assignment -name ERROR_CHECK_FREQUENCY_DIVISOR "-1"
set_global_assignment -name EDA_DESIGN_ENTRY_SYNTHESIS_TOOL "<None>"
set_global_assignment -name EDA_INPUT_VCC_NAME VCC -section_id eda_design_synthesis
set_global_assignment -name EDA_INPUT_DATA_FORMAT EDIF -section_id eda_design_synthesis
set_global_assignment -name EDA_SIMULATION_TOOL "ModelSim-Altera (VHDL)"
set_global_assignment -name EDA_OUTPUT_DATA_FORMAT VHDL -section_id eda_simulation
set_global_assignment -name OPTIMIZE_HOLD_TIMING OFF
set_global_assignment -name OPTIMIZE_MULTI_CORNER_TIMING OFF
set_global_assignment -name FITTER_EFFORT "STANDARD FIT"
set_global_assignment -name MAX7000_DEVICE_IO_STANDARD LVTTL
# Z80 Address Bus
# ===============
set_location_assignment PIN_4 -to Z80_ADDR[0]
set_location_assignment PIN_5 -to Z80_ADDR[1]
set_location_assignment PIN_6 -to Z80_ADDR[2]
set_location_assignment PIN_8 -to Z80_ADDR[3]
set_location_assignment PIN_9 -to Z80_ADDR[4]
set_location_assignment PIN_10 -to Z80_ADDR[5]
set_location_assignment PIN_11 -to Z80_ADDR[6]
set_location_assignment PIN_15 -to Z80_ADDR[7]
set_location_assignment PIN_16 -to Z80_ADDR[8]
set_location_assignment PIN_17 -to Z80_ADDR[9]
set_location_assignment PIN_18 -to Z80_ADDR[10]
set_location_assignment PIN_20 -to Z80_ADDR[11]
set_location_assignment PIN_21 -to Z80_ADDR[12]
set_location_assignment PIN_22 -to Z80_ADDR[13]
set_location_assignment PIN_24 -to Z80_ADDR[14]
set_location_assignment PIN_25 -to Z80_ADDR[15]
# Z80 Data Bus
# ============
set_location_assignment PIN_27 -to Z80_DATA[0]
set_location_assignment PIN_28 -to Z80_DATA[1]
set_location_assignment PIN_29 -to Z80_DATA[2]
set_location_assignment PIN_30 -to Z80_DATA[3]
set_location_assignment PIN_31 -to Z80_DATA[4]
set_location_assignment PIN_33 -to Z80_DATA[5]
set_location_assignment PIN_34 -to Z80_DATA[6]
set_location_assignment PIN_35 -to Z80_DATA[7]
# Z80 Control signals.
# ====================
set_location_assignment PIN_36 -to Z80_M1n
set_location_assignment PIN_37 -to Z80_RDn
set_location_assignment PIN_39 -to Z80_WRn
set_location_assignment PIN_40 -to Z80_IORQn
set_location_assignment PIN_41 -to Z80_MREQn
set_location_assignment PIN_44 -to Z80_INT
set_location_assignment PIN_45 -to Z80_EXWAITn
# Mode Select
# ===========
set_location_assignment PIN_49 -to MODE[0]
set_location_assignment PIN_48 -to MODE[1]
set_location_assignment PIN_50 -to MODE[2]
# Inverted Data Bus
# =================
set_location_assignment PIN_74 -to ID[0]
set_location_assignment PIN_73 -to ID[1]
set_location_assignment PIN_70 -to ID[2]
set_location_assignment PIN_69 -to ID[3]
set_location_assignment PIN_68 -to ID[4]
set_location_assignment PIN_67 -to ID[5]
set_location_assignment PIN_65 -to ID[6]
set_location_assignment PIN_64 -to ID[7]
# FDC Control Signals
# ===================
set_location_assignment PIN_63 -to FDCn
set_location_assignment PIN_61 -to INTRQ
set_location_assignment PIN_60 -to DRQ
set_location_assignment PIN_58 -to DDENn
set_location_assignment PIN_57 -to SIDE1
set_location_assignment PIN_56 -to MOTOR
set_location_assignment PIN_55 -to DRVSAn
set_location_assignment PIN_54 -to DRVSBn
set_location_assignment PIN_52 -to DRVSCn
set_location_assignment PIN_51 -to DRVSDn
# Memory Control Signals
# ======================
set_location_assignment PIN_80 -to ROM_A10
set_location_assignment PIN_79 -to RAM_A10
set_location_assignment PIN_77 -to ROM_CSn
set_location_assignment PIN_76 -to RAM_CSn
set_location_assignment PIN_75 -to RSV
# Clocks
# ======
set_location_assignment PIN_81 -to CLK_FDC
set_location_assignment PIN_83 -to CLK_16M
set_location_assignment PIN_2 -to CLK_BUS0
set_global_assignment -name VHDL_FILE ../sfd700_Toplevel.vhd
set_global_assignment -name VHDL_FILE ../sfd700_pkg.vhd
set_global_assignment -name VHDL_FILE ../sfd700.vhd
set_global_assignment -name SDC_FILE sfd700_constraints.sdc
set_global_assignment -name VHDL_INPUT_VERSION VHDL_2008
set_global_assignment -name VHDL_SHOW_LMF_MAPPING_MESSAGES OFF
set_global_assignment -name SYNTH_TIMING_DRIVEN_SYNTHESIS OFF
set_global_assignment -name MAX7000_OPTIMIZATION_TECHNIQUE AREA
set_global_assignment -name AUTO_RESOURCE_SHARING OFF
set_global_assignment -name PRE_MAPPING_RESYNTHESIS OFF
set_global_assignment -name USE_LOGICLOCK_CONSTRAINTS_IN_BALANCING OFF
set_global_assignment -name INFER_RAMS_FROM_RAW_LOGIC OFF
set_global_assignment -name AUTO_LCELL_INSERTION ON
set_global_assignment -name CDF_FILE output_files/sfd700.cdf
set_global_assignment -name DEVICE_FILTER_PACKAGE PLCC
set_global_assignment -name DEVICE_FILTER_PIN_COUNT 84
set_global_assignment -name DEVICE_FILTER_SPEED_GRADE 15

138
CPLD/v1.2/build/sfd700_constraints.sdc vendored Normal file
View File

@@ -0,0 +1,138 @@
## Generated SDC file "tzpuFusionX.out.sdc"
## Copyright (C) 1991-2013 Altera Corporation
## Your use of Altera Corporation's design tools, logic functions
## and other software and tools, and its AMPP partner logic
## functions, and any output files from any of the foregoing
## (including device programming or simulation files), and any
## associated documentation or information are expressly subject
## to the terms and conditions of the Altera Program License
## Subscription Agreement, Altera MegaCore Function License
## Agreement, or other applicable license agreement, including,
## without limitation, that your use is for the sole purpose of
## programming logic devices manufactured by Altera and sold by
## Altera or its authorized distributors. Please refer to the
## applicable agreement for further details.
## VENDOR "Altera"
## PROGRAM "Quartus II"
## VERSION "Version 13.0.1 Build 232 06/12/2013 Service Pack 1 SJ Web Edition"
## DATE "Fri Jun 26 22:10:05 2020"
##
## DEVICE "EPM7160STC100-10"
##
#**************************************************************
# Time Information
#**************************************************************
set_time_format -unit ns -decimal_places 3
#**************************************************************
# Create Clock
#**************************************************************
# Standard mainboard clock. Varies so take 4MHz being maximum.
#create_clock -name {CLK_BUS0} -period 250.00 -waveform { 0.000 125.000 } [get_ports { CLK_BUS0 }]
# For 16MHz crystal.
create_clock -name {CLK_16M} -period 62.500 -waveform { 0.000 31.250 } [ get_ports { CLK_16M }]
#**************************************************************
# Create Generated Clock
#**************************************************************
#**************************************************************
# Set Clock Latency
#**************************************************************
#**************************************************************
# Set Clock Uncertainty
#**************************************************************
derive_clock_uncertainty
#**************************************************************
# Set Input Delay
#**************************************************************
set_input_delay -add_delay -clock [get_clocks {CLK_16M}] 1.000 [get_ports {Z80_ADDR[*]}]
set_input_delay -add_delay -clock [get_clocks {CLK_16M}] 1.000 [get_ports {Z80_DATA[*]}]
set_input_delay -add_delay -clock [get_clocks {CLK_16M}] 1.000 [get_ports {ID[*]}]
set_input_delay -add_delay -clock [get_clocks {CLK_16M}] 1.000 [get_ports {Z80_WRn}]
set_input_delay -add_delay -clock [get_clocks {CLK_16M}] 1.000 [get_ports {Z80_RDn}]
#set_input_delay -add_delay -clock [get_clocks {CLK_16M}] 1.000 [get_ports {Z80_M1n}]
set_input_delay -add_delay -clock [get_clocks {CLK_16M}] 1.000 [get_ports {Z80_MREQn}]
set_input_delay -add_delay -clock [get_clocks {CLK_16M}] 1.000 [get_ports {Z80_IORQn}]
set_input_delay -add_delay -clock [get_clocks {CLK_16M}] 1.000 [get_ports {Z80_RESETn}]
set_input_delay -add_delay -clock [get_clocks {CLK_16M}] 1.000 [get_ports {MODE[*]}]
set_input_delay -add_delay -clock [get_clocks {CLK_16M}] 1.000 [get_ports {INTRQ}]
set_input_delay -add_delay -clock [get_clocks {CLK_16M}] 1.000 [get_ports {DRQ}]
#**************************************************************
# Set Output Delay
#**************************************************************
set_output_delay -add_delay -clock [get_clocks {CLK_16M}] 1.000 [get_ports {Z80_DATA[*]}]
set_output_delay -add_delay -clock [get_clocks {CLK_16M}] 1.000 [get_ports {ID[*]}]
set_output_delay -add_delay -clock [get_clocks {CLK_16M}] 1.000 [get_ports {Z80_INT}]
set_output_delay -add_delay -clock [get_clocks {CLK_16M}] 1.000 [get_ports {Z80_EXWAITn}]
set_output_delay -add_delay -clock [get_clocks {CLK_16M}] 1.000 [get_ports {ROM_A10}]
set_output_delay -add_delay -clock [get_clocks {CLK_16M}] 1.000 [get_ports {RAM_A10}]
set_output_delay -add_delay -clock [get_clocks {CLK_16M}] 1.000 [get_ports {ROM_CSn}]
set_output_delay -add_delay -clock [get_clocks {CLK_16M}] 1.000 [get_ports {RAM_CSn}]
set_output_delay -add_delay -clock [get_clocks {CLK_16M}] 1.000 [get_ports {RSV}]
set_output_delay -add_delay -clock [get_clocks {CLK_16M}] 1.000 [get_ports {FDCn}]
set_output_delay -add_delay -clock [get_clocks {CLK_16M}] 1.000 [get_ports {DDENn}]
set_output_delay -add_delay -clock [get_clocks {CLK_16M}] 1.000 [get_ports {SIDE1}]
set_output_delay -add_delay -clock [get_clocks {CLK_16M}] 1.000 [get_ports {MOTOR}]
set_output_delay -add_delay -clock [get_clocks {CLK_16M}] 1.000 [get_ports {DRVSAn}]
set_output_delay -add_delay -clock [get_clocks {CLK_16M}] 1.000 [get_ports {DRVSBn}]
set_output_delay -add_delay -clock [get_clocks {CLK_16M}] 1.000 [get_ports {DRVSCn}]
set_output_delay -add_delay -clock [get_clocks {CLK_16M}] 1.000 [get_ports {DRVSDn}]
set_output_delay -add_delay -clock [get_clocks {CLK_16M}] 1.000 [get_ports {CLK_FDC}]
#**************************************************************
# Set Max Delay
#**************************************************************
#**************************************************************
# Set Min Delay
#**************************************************************
#**************************************************************
# Set Clock Groups
#**************************************************************
#**************************************************************
# Set False Path
#**************************************************************
#**************************************************************
# Set Multicycle Path
#**************************************************************
#**************************************************************
# Set Maximum Delay
#**************************************************************
#**************************************************************
# Set Minimum Delay
#**************************************************************
#**************************************************************
# Set Input Transition
#**************************************************************

476
CPLD/v1.2/sfd700.vhd vendored Normal file
View File

@@ -0,0 +1,476 @@
-------------------------------------------------------------------------------------------------------
--
-- Name: sfd700.vhd
-- Created: July 2023
-- Author(s): Philip Smart
-- Description: SFD700 CPLD configuration file.
--
-- This module contains parameters for the CPLD in the SFD700 Floppy Disk Interface
-- project.
--
-- Credits:
-- Copyright: (c) 2018-23 Philip Smart <philip.smart@net2net.org>
--
-- History: July 2023 - v1.0 - Initial write.
---------------------------------------------------------------------------------------------------------
-- This source file is free software: you can redistribute it and-or modify
-- it under the terms of the GNU General Public License as published
-- by the Free Software Foundation, either version 3 of the License, or
-- (at your option) any later version.
--
-- This source file is distributed in the hope that it will be useful,
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-- GNU General Public License for more details.
--
-- You should have received a copy of the GNU General Public License
-- along with this program. If not, see <http:--www.gnu.org-licenses->.
---------------------------------------------------------------------------------------------------------
library ieee;
library pkgs;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
use ieee.numeric_std.all;
use work.sfd700_pkg.all;
entity cpld128 is
port (
-- Z80 Address Bus
Z80_ADDR : in std_logic_vector(15 downto 0); -- Host Address Bus.
-- Z80 Data Bus
Z80_DATA : inout std_logic_vector(7 downto 0); -- Host Data Bus.
-- Z80 Control signals.
Z80_M1n : in std_logic; -- Host M1n input.
Z80_RDn : in std_logic; -- Host RDn input.
Z80_WRn : in std_logic; -- Host WRn input.
Z80_IORQn : in std_logic; -- Host IORQn input.
Z80_MREQn : in std_logic; -- Host MREQn input.
Z80_INT : out std_logic; -- Host INT output, active high.
Z80_EXWAITn : out std_logic; -- Host external Wait output.
-- Reset.
Z80_RESETn : in std_logic; -- Host RESET signal.
-- Inverted Data to FDC and High Address Bits to ROM/RAM.
ID : inout std_logic_vector(7 downto 0);
-- ROM/RAM Control Signals.
ROM_A10 : out std_logic; -- Flash ROM A10 line - additional address bit and used for MZ-80A DRQ code selection.
RAM_A10 : out std_logic; -- RAM A10 line - additional address bit.
ROM_CSn : out std_logic; -- Chip select for Flash ROM.
RAM_CSn : out std_logic; -- Chip select for Flash RAM.
RSV : out std_logic; -- Reserved.
-- Interface Configuration.
MODE : in std_logic_vector(2 downto 0); -- Jumper settings to configure interface behaviour.
-- Floppy Disk Interface.
FDCn : out std_logic; -- WD1773 chip select.
INTRQ : in std_logic; -- WD1773 Interrupt.
DRQ : in std_logic; -- WD1773 Data Request.
DDENn : out std_logic; -- WD1773 Double Data Rate Enable.
SIDE1 : out std_logic; -- Side 1 of disk select.
MOTOR : out std_logic; -- Motor on signal.
DRVSAn : out std_logic; -- Drive A select.
DRVSBn : out std_logic; -- Drive B select.
DRVSCn : out std_logic; -- Drive C select.
DRVSDn : out std_logic; -- Drive D select.
-- Clocks.
CLK_16M : in std_logic; -- 16MHz primary oscillator.
CLK_FDC : out std_logic; -- 8MHz clock to drive WD1773.
CLK_BUS0 : in std_logic -- Host clock.
);
end entity;
architecture rtl of cpld128 is
-- CPU Interface internal signals.
signal Z80_M1ni : std_logic;
signal Z80_RDni : std_logic;
signal Z80_WRni : std_logic;
signal Z80_IORQni : std_logic;
signal Z80_MREQni : std_logic;
signal Z80_INTi : std_logic;
signal Z80_EXWAITni : std_logic;
-- Internal CPU state control.
signal MEM_ADDR : std_logic_vector(15 downto 0) := (others => '0');
-- Select signals.
signal MEM_EXXX_SELni : std_logic;
signal MEM_FXXX_SELni : std_logic;
signal FDC_SELni : std_logic;
signal DRIVE_WR_SELni : std_logic;
signal DDEN_WR_SELni : std_logic;
signal SIDE_WR_SELni : std_logic;
signal INTEN_SELni : std_logic;
signal EXXX_RD_SELni : std_logic;
signal EXXX_WR_SELni : std_logic;
signal FXXX_RD_SELni : std_logic;
signal FXXX_WR_SELni : std_logic;
signal RAMEN_RD_SELni : std_logic;
signal RAMEN_WR_SELni : std_logic;
signal MODE_RD_SELni : std_logic;
signal ROMINHSET_WR_SELni : std_logic;
signal ROMINHCLR_WR_SELni : std_logic;
signal ROMDISSET_WR_SELni : std_logic;
signal ROMDISCLR_WR_SELni : std_logic;
signal ROM_SELni : std_logic;
signal RAM_SELni : std_logic;
-- Registers.
signal REG_DRIVEA : std_logic;
signal REG_DRIVEB : std_logic;
signal REG_DRIVEC : std_logic;
signal REG_DRIVED : std_logic;
signal REG_MOTOR : std_logic;
signal REG_SIDE : std_logic;
signal REG_DDEN : std_logic;
signal REG_INT : std_logic;
signal REG_EXXX_PAGE : std_logic_vector(6 downto 0);
signal REG_FXXX_PAGE : std_logic_vector(6 downto 0);
signal REG_ROMDIS : std_logic;
signal REG_ROMINH : std_logic;
signal REG_RAMEN : std_logic;
-- Selected mode of the interface, ie. which machine it will be plugged into.
signal IFMODE : integer range 0 to 7 := 0;
-- Clocks.
signal CLK_8Mi : std_logic := '0';
-- Functions.
function to_std_logic(L: boolean) return std_logic is
begin
if L then
return('1');
else
return('0');
end if;
end function to_std_logic;
begin
-- Create FDC Clock based on primary clock.
FDCCLK: process( CLK_16M )
begin
if(rising_edge(CLK_16M)) then
CLK_8Mi <= not CLK_8Mi;
end if;
end process;
-- Process to register configuration mode on reset.
SETMODE: process( Z80_RESETn, MODE )
begin
if(Z80_RESETn = '0') then
-- Configuration jumpers specify the machine the SFD700 card will be used with.
IFMODE <= to_integer(unsigned(MODE));
end if;
end process;
-- Set Floppy Disk Side.
-- A write to 0xDD bit D0 = low sets Floppy Disk side 1, high sets side 0.
SETSIDE: process( Z80_RESETn, CLK_16M, SIDE_WR_SELni )
variable SIDE_SEL_LASTni : std_logic;
begin
if(Z80_RESETn = '0') then
REG_SIDE <= '0';
SIDE_SEL_LASTni := '0';
elsif(rising_edge(CLK_16M)) then
if(SIDE_WR_SELni = '0' and SIDE_SEL_LASTni = '1') then
REG_SIDE <= not Z80_DATA(0);
end if;
SIDE_SEL_LASTni := SIDE_WR_SELni;
end if;
end process;
-- Set Double Data Rate Enable.
-- A write to 0xDE bit D0 = low enables double data rate, high enables single data rate.
SETDDEN: process( Z80_RESETn, CLK_16M, DDEN_WR_SELni )
variable DDEN_SEL_LASTni : std_logic;
begin
if(Z80_RESETn = '0') then
REG_DDEN <= '1';
DDEN_SEL_LASTni := '0';
elsif(rising_edge(CLK_16M)) then
if(DDEN_WR_SELni = '0' and DDEN_SEL_LASTni = '1') then
REG_DDEN <= not Z80_DATA(0);
end if;
DDEN_SEL_LASTni := DDEN_WR_SELni;
end if;
end process;
-- Set Drive Number and Motor
-- A write to 0xDC, bits D2:0 sets the active drive. Bit 2 high enables the active drive, low disables all drives.
-- Bit D7 enables the motor.
SETDRIVE: process( Z80_RESETn, CLK_16M, DRIVE_WR_SELni )
variable DRIVE_SEL_LASTni: std_logic;
begin
if(Z80_RESETn = '0') then
REG_DRIVEA <= '0';
REG_DRIVEB <= '0';
REG_DRIVEC <= '0';
REG_DRIVED <= '0';
REG_MOTOR <= '0';
DRIVE_SEL_LASTni := '0';
elsif(rising_edge(CLK_16M)) then
if(DRIVE_WR_SELni = '0' and DRIVE_SEL_LASTni = '1') then
REG_DRIVEA <= '0';
REG_DRIVEB <= '0';
REG_DRIVEC <= '0';
REG_DRIVED <= '0';
REG_MOTOR <= Z80_DATA(7);
case(to_integer(unsigned(Z80_DATA(2 downto 0)))) is
when 0 =>
when 4 =>
REG_DRIVEA <= '1';
when 5 =>
REG_DRIVEB <= '1';
when 6 =>
REG_DRIVEC <= '1';
when 7 =>
REG_DRIVED <= '1';
when others =>
end case;
end if;
DRIVE_SEL_LASTni := DRIVE_WR_SELni;
end if;
end process;
-- Set Interrupt Enable
-- A write to 0xDF enables WD1773 interrupts, a read from 0xDF disables WD1773 interrupts.
SETINT: process( Z80_RESETn, CLK_16M, INTEN_SELni )
variable INTEN_SEL_LASTni: std_logic;
begin
if(Z80_RESETn = '0') then
REG_INT <= '0';
INTEN_SEL_LASTni := '0';
elsif(rising_edge(CLK_16M)) then
if(INTEN_SELni = '0' and INTEN_SEL_LASTni = '1') then
REG_INT <= Z80_RDn;
end if;
INTEN_SEL_LASTni := INTEN_SELni;
end if;
end process;
-- Set FlashROM/RAM EXXX (E300:EFFF) page address. Each bank is 4K but due to the memory mapped I/O, only
-- E300:EFFF is useable in RFS.
-- A write t0 0x60 copies D6:0 into the EXXX page address register which selects a required 4K page in region E300:EFFF
SETEXXXPAGE: process( Z80_RESETn, CLK_16M, IFMODE, EXXX_WR_SELni )
variable EXXX_SEL_LASTni : std_logic;
begin
if(Z80_RESETn = '0') then
-- Customised UROM containing RFS start bank.
REG_EXXX_PAGE <= "0000010";
EXXX_SEL_LASTni := '0';
elsif(rising_edge(CLK_16M)) then
if(EXXX_WR_SELni = '0' and EXXX_SEL_LASTni = '1') then
REG_EXXX_PAGE <= Z80_DATA(6 downto 0);
end if;
EXXX_SEL_LASTni := EXXX_WR_SELni;
end if;
end process;
-- Set FlashROM/RAM FXXX (F000:FFFF) page address.
-- A write to 0x61 copies D6:0 into the FXXX page address register which selects a 4K page
-- window of ROM/RAM accessible in the FXXX window.
SETFXXXPAGE: process( Z80_RESETn, CLK_16M, IFMODE, FXXX_WR_SELni )
variable FXXX_SEL_LASTni : std_logic;
begin
if(Z80_RESETn = '0') then
-- Initial page is set to 0, which is the MZ-80A AFI ROM. The original ROM is 2K so potential to add additional code in the upper block.
REG_FXXX_PAGE <= (others => '0');
-- MZ-700, starting at the second 4k page, set banking registers to 4K block which stores the MZ-700 AFI ROM.
if(IFMODE = MODE_MZ700) then
REG_FXXX_PAGE(1 downto 0) <= "01";
end if;
elsif(rising_edge(CLK_16M)) then
-- Set 4k F000:FFFF page address.
if(FXXX_WR_SELni = '0' and FXXX_SEL_LASTni = '1') then
REG_FXXX_PAGE <= Z80_DATA(6 downto 0);
end if;
-- Edge detection.
FXXX_SEL_LASTni := FXXX_WR_SELni;
end if;
end process;
-- Enable FlashROM or RAM.
-- A write to 0x62 with D0 = low enables FlashROM, D0 = high enables RAM.
SETRAMEN: process( Z80_RESETn, CLK_16M, RAMEN_WR_SELni )
variable RAMEN_SEL_LASTni: std_logic;
begin
if(Z80_RESETn = '0') then
REG_RAMEN <= '0';
elsif(rising_edge(CLK_16M)) then
if(RAMEN_WR_SELni = '0' and RAMEN_SEL_LASTni = '1') then
REG_RAMEN <= Z80_DATA(0);
end if;
RAMEN_SEL_LASTni := RAMEN_WR_SELni;
end if;
end process;
-- MZ-700/MZ-1500 paged memory logic. Detect the memory paging I/O operations and enable/disable access to the onboard FlashROM/RAM.
--
-- MZ-700 Memory Management Ports
-- |0000:0FFF|1000:CFFF|D000:FFFF
-- ------------------------------
-- OUT 0xE0 = |DRAM | |
-- OUT 0xE1 = | | |DRAM
-- OUT 0xE2 = |MONITOR | |
-- OUT 0xE3 = | | |Memory Mapped I/O
-- OUT 0xE4 = |MONITOR |DRAM |Memory Mapped I/O
-- OUT 0xE5 = | | |Inhibit
-- OUT 0xE6 = | | |<return>
--
-- A write to 0xE1 enables RAM in the region 0xD000:FFFF so the onboard FlashROM/RAM should be disabled. A write to 0xE3/0xE4 re-enables
-- FlashROM/RAM. A write to 0xE5 inhibits all access to region 0xD000:FFFF so the onboard FlashROM/RAM is disabled, write to 0xE6 re-enables it.
SETHIMEM: process( Z80_RESETn, CLK_16M, ROMINHSET_WR_SELni, ROMINHCLR_WR_SELni, ROMDISSET_WR_SELni, ROMDISCLR_WR_SELni )
variable ROMINHSET_LAST : std_logic;
variable ROMINHCLR_LAST : std_logic;
variable ROMDISSET_LAST : std_logic;
variable ROMDISCLR_LAST : std_logic;
begin
if(Z80_RESETn = '0') then
REG_ROMINH <= '0';
REG_ROMDIS <= '0';
ROMINHSET_LAST := '0';
ROMINHCLR_LAST := '0';
ROMDISSET_LAST := '0';
ROMDISCLR_LAST := '0';
elsif(rising_edge(CLK_16M)) then
if(ROMINHSET_WR_SELni = '0' and ROMINHSET_LAST = '1') then
REG_ROMINH <= '1';
end if;
if(ROMINHCLR_WR_SELni = '0' and ROMINHCLR_LAST = '1') then
REG_ROMINH <= '0';
end if;
if(ROMDISSET_WR_SELni = '0' and ROMDISSET_LAST = '1') then
REG_ROMDIS <= '1';
end if;
if(ROMDISCLR_WR_SELni = '0' and ROMDISCLR_LAST = '1') then
REG_ROMDIS <= '0';
end if;
ROMINHSET_LAST := ROMINHSET_WR_SELni;
ROMINHCLR_LAST := ROMINHCLR_WR_SELni;
ROMDISSET_LAST := ROMDISSET_WR_SELni;
ROMDISCLR_LAST := ROMDISCLR_WR_SELni;
end if;
end process;
-- Memory address select.
MEM_EXXX_SELni <= '0' when Z80_MREQn = '0' and unsigned(Z80_ADDR(15 downto 8)) >= X"E3" and unsigned(Z80_ADDR(15 downto 8)) < X"F0"
else '1';
MEM_FXXX_SELni <= '0' when Z80_MREQn = '0' and unsigned(Z80_ADDR(15 downto 8)) >= X"F0" and unsigned(Z80_ADDR(15 downto 8)) <= X"FF"
else '1';
ROM_SELni <= '0' when (IFMODE = MODE_MZ700 or IFMODE = MODE_MZ1500) and REG_ROMINH = '0' and REG_ROMDIS = '0' and REG_RAMEN = '0' and (MEM_EXXX_SELni = '0' or MEM_FXXX_SELni = '0')
else
'0' when (IFMODE = MODE_MZ1200 or IFMODE = MODE_MZ80A) and REG_RAMEN = '0' and (MEM_EXXX_SELni = '0' or MEM_FXXX_SELni = '0')
else '1';
RAM_SELni <= '0' when (IFMODE = MODE_MZ700 or IFMODE = MODE_MZ1500) and REG_ROMINH = '0' and REG_ROMDIS = '0' and REG_RAMEN = '1' and (MEM_EXXX_SELni = '0' or MEM_FXXX_SELni = '0')
else
'0' when (IFMODE = MODE_MZ1200 or IFMODE = MODE_MZ80A) and REG_RAMEN = '1' and (MEM_EXXX_SELni = '0' or MEM_FXXX_SELni = '0')
else '1';
-- I/O Port select.
FDC_SELni <= '0' when Z80_IORQn = '0' and (Z80_WRn = '0' or Z80_RDn = '0') and unsigned(Z80_ADDR(7 downto 0)) >= X"D8" and unsigned(Z80_ADDR(7 downto 0)) < X"DC"
else '1';
DRIVE_WR_SELni <= '0' when Z80_IORQn = '0' and Z80_WRn = '0' and unsigned(Z80_ADDR(7 downto 0)) = X"DC"
else '1';
DDEN_WR_SELni <= '0' when Z80_IORQn = '0' and Z80_WRn = '0' and unsigned(Z80_ADDR(7 downto 0)) = X"DE"
else '1';
SIDE_WR_SELni <= '0' when Z80_IORQn = '0' and Z80_WRn = '0' and unsigned(Z80_ADDR(7 downto 0)) = X"DD"
else '1';
INTEN_SELni <= '0' when Z80_IORQn = '0' and (Z80_WRn = '0' or Z80_RDn = '0') and unsigned(Z80_ADDR(7 downto 0)) = X"DF"
else '1';
EXXX_RD_SELni <= '0' when Z80_IORQn = '0' and Z80_RDn = '0' and unsigned(Z80_ADDR(7 downto 0)) = X"60"
else '1';
EXXX_WR_SELni <= '0' when Z80_IORQn = '0' and Z80_WRn = '0' and unsigned(Z80_ADDR(7 downto 0)) = X"60"
else '1';
FXXX_RD_SELni <= '0' when Z80_IORQn = '0' and Z80_RDn = '0' and unsigned(Z80_ADDR(7 downto 0)) = X"61"
else '1';
FXXX_WR_SELni <= '0' when Z80_IORQn = '0' and Z80_WRn = '0' and unsigned(Z80_ADDR(7 downto 0)) = X"61"
else '1';
RAMEN_RD_SELni <= '0' when Z80_IORQn = '0' and Z80_RDn = '0' and unsigned(Z80_ADDR(7 downto 0)) = X"62"
else '1';
RAMEN_WR_SELni <= '0' when Z80_IORQn = '0' and Z80_WRn = '0' and unsigned(Z80_ADDR(7 downto 0)) = X"62"
else '1';
MODE_RD_SELni <= '0' when Z80_IORQn = '0' and Z80_RDn = '0' and unsigned(Z80_ADDR(7 downto 0)) = X"63"
else '1';
ROMINHSET_WR_SELni <= '0' when Z80_IORQn = '0' and Z80_WRn = '0' and unsigned(Z80_ADDR(7 downto 0)) = X"E5"
else '1';
ROMINHCLR_WR_SELni <= '0' when Z80_IORQn = '0' and Z80_WRn = '0' and unsigned(Z80_ADDR(7 downto 0)) = X"E6"
else '1';
ROMDISSET_WR_SELni <= '0' when Z80_IORQn = '0' and Z80_WRn = '0' and unsigned(Z80_ADDR(7 downto 0)) = X"E1"
else '1';
ROMDISCLR_WR_SELni <= '0' when Z80_IORQn = '0' and Z80_WRn = '0' and (unsigned(Z80_ADDR(7 downto 0)) = X"E3" or unsigned(Z80_ADDR(7 downto 0)) = X"E4")
else '1';
-- WD1773 master clock.
CLK_FDC <= CLK_8Mi;
-- Data bus control.
Z80_DATA <= not ID when FDC_SELni = '0' and Z80_WRn = '1' -- WD1773
else
'0' & REG_EXXX_PAGE when EXXX_RD_SELni = '0' -- EXXX Register contents.
else
'0' & REG_FXXX_PAGE when FXXX_RD_SELni = '0' -- FXXX Register contents.
else
"0000000" & REG_RAMEN when RAMEN_RD_SELni = '0' -- ROM/RAM Enable register contents.
else
"00000" & MODE when MODE_RD_SELni = '0' -- Configured mode.
else
(others => 'Z');
-- ID is the inverted data bus, the WD1773 uses inverted data. ID doubles up as the FlashROM/RAM upper address bits when not being used for the WD1773.
ID <= not Z80_DATA when Z80_WRn = '0' and FDC_SELni = '0'
else
REG_EXXX_PAGE & Z80_ADDR(11) when MEM_EXXX_SELni = '0'
else
REG_FXXX_PAGE & Z80_ADDR(11) when MEM_FXXX_SELni = '0'
else
(others => 'Z');
-- Host interrupts and wait processing.
Z80_INT <= INTRQ when REG_INT = '1'
else '0';
Z80_EXWAITni <= '1';
Z80_EXWAITn <= Z80_EXWAITni;
-- FlashROM/RAM Address A10 - this is used on the MZ-80A/MZ-1200 as a means of speeding up data retrieval from the WD1773 where DRQ is used as the address bit and dupliate ROM code appears in each 1K segment except the upper bytes, 0x3FE.
ROM_A10 <= '1' when (IFMODE = MODE_MZ1200 or IFMODE = MODE_MZ80A) and DRQ = '1'
else Z80_ADDR(10);
RAM_A10 <= Z80_ADDR(10);
-- FlashROM/RAM Chip Select.
ROM_CSn <= ROM_SELni;
RAM_CSn <= RAM_SELni;
-- Floppy Disk Interface Signals.
FDCn <= FDC_SELni;
DRVSAn <= not REG_DRIVEA;
DRVSBn <= not REG_DRIVEB;
DRVSCn <= not REG_DRIVEC;
DRVSDn <= not REG_DRIVED;
MOTOR <= REG_MOTOR;
SIDE1 <= not REG_SIDE;
DDENn <= not REG_DDEN;
-- Reserved pins.
RSV <= '0';
end architecture;

144
CPLD/v1.2/sfd700_Toplevel.vhd vendored Normal file
View File

@@ -0,0 +1,144 @@
---------------------------------------------------------------------------------------------------------
--
-- Name: sfd700_Toplevel.vhd
-- Created: July 2023
-- Author(s): Philip Smart
-- Description: SFD700 CPLD configuration file.
--
-- This module contains parameters for the CPLD in the SFD700 Floppy Disk Interface
-- project.
--
-- Credits:
-- Copyright: (c) 2018-23 Philip Smart <philip.smart@net2net.org>
--
-- History: July 2023 - Initial write.
--
---------------------------------------------------------------------------------------------------------
-- This source file is free software: you can redistribute it and-or modify
-- it under the terms of the GNU General Public License as published
-- by the Free Software Foundation, either version 3 of the License, or
-- (at your option) any later version.
--
-- This source file is distributed in the hope that it will be useful,
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-- GNU General Public License for more details.
--
-- along with this program. If not, see <http:--www.gnu.org-licenses->.
---------------------------------------------------------------------------------------------------------
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.numeric_std.all;
use work.sfd700_pkg.all;
library altera;
use altera.altera_syn_attributes.all;
entity sfd700 is
port (
-- Z80 Address Bus
Z80_ADDR : in std_logic_vector(15 downto 0); -- Host Address Bus.
-- Z80 Data Bus
Z80_DATA : inout std_logic_vector(7 downto 0); -- Host Data Bus.
-- Z80 Control signals.
Z80_M1n : in std_logic; -- Host M1n input.
Z80_RDn : in std_logic; -- Host RDn input.
Z80_WRn : in std_logic; -- Host WRn input.
Z80_IORQn : in std_logic; -- Host IORQn input.
Z80_MREQn : in std_logic; -- Host MREQn input.
Z80_INT : out std_logic; -- Host INT output, active high.
Z80_EXWAITn : out std_logic; -- Host external Wait output.
-- Reset.
Z80_RESETn : in std_logic; -- Host RESET signal.
-- Inverted Data to FDC and High Address Bits to ROM/RAM.
ID : inout std_logic_vector(7 downto 0);
-- ROM/RAM Control Signals.
ROM_A10 : out std_logic; -- Flash ROM A10 line - additional address bit and used for MZ-80A DRQ code selection.
RAM_A10 : out std_logic; -- RAM A10 line - additional address bit.
ROM_CSn : out std_logic; -- Chip select for Flash ROM.
RAM_CSn : out std_logic; -- Chip select for Flash RAM.
RSV : out std_logic; -- Reserved.
-- Interface Configuration.
MODE : in std_logic_vector(2 downto 0); -- Jumper settings to configure interface behaviour.
-- Floppy Disk Interface.
FDCn : out std_logic; -- WD1773 chip select.
INTRQ : in std_logic; -- WD1773 Interrupt.
DRQ : in std_logic; -- WD1773 Data Request.
DDENn : out std_logic; -- WD1773 Double Data Rate Enable.
SIDE1 : out std_logic; -- Side 1 of disk select.
MOTOR : out std_logic; -- Motor on signal.
DRVSAn : out std_logic; -- Drive A select.
DRVSBn : out std_logic; -- Drive B select.
DRVSCn : out std_logic; -- Drive C select.
DRVSDn : out std_logic; -- Drive D select.
-- Clocks.
CLK_16M : in std_logic; -- 16MHz primary oscillator.
CLK_FDC : out std_logic; -- 8MHz clock to drive WD1773.
CLK_BUS0 : in std_logic -- Host clock.
);
END entity;
architecture rtl of sfd700 is
begin
cpldl128Toplevel : entity work.cpld128
port map
(
-- Z80 Address Bus
Z80_ADDR => Z80_ADDR, -- Host Address Bus.
-- Z80 Data Bus
Z80_DATA => Z80_DATA, -- Host Data Bus.
-- Z80 Control signals.
Z80_M1n => Z80_M1n, -- Host M1n input.
Z80_RDn => Z80_RDn, -- Host RDn input.
Z80_WRn => Z80_WRn, -- Host WRn input.
Z80_IORQn => Z80_IORQn, -- Host IORQn input.
Z80_MREQn => Z80_MREQn, -- Host MREQn input.
Z80_INT => Z80_INT, -- Host INT output, active high.
Z80_EXWAITn => Z80_EXWAITn, -- Host external Wait output.
-- Reset.
Z80_RESETn => Z80_RESETn, -- Host RESET signal.
-- Inverted Data to FDC and High Address Bits to ROM/RAM.
ID => ID,
-- ROM/RAM Control Signals.
ROM_A10 => ROM_A10, -- Flash ROM A10 line - additional address bit and used for MZ-80A DRQ code selection.
RAM_A10 => RAM_A10, -- RAM A10 line - additional address bit.
ROM_CSn => ROM_CSn, -- Chip select for Flash ROM.
RAM_CSn => RAM_CSn, -- Chip select for Flash RAM.
RSV => RSV, -- Reserved.
-- Interface Configuration.
MODE => MODE, -- Jumper settings to configure interface behaviour.
-- Floppy Disk Interface.
FDCn => FDCn, -- WD1773 chip select.
INTRQ => INTRQ, -- WD1773 Interrupt.
DRQ => DRQ, -- WD1773 Data Request.
DDENn => DDENn, -- WD1773 Double Data Rate Enable.
SIDE1 => SIDE1, -- Side 1 of disk select.
MOTOR => MOTOR, -- Motor on signal.
DRVSAn => DRVSAn, -- Drive A select.
DRVSBn => DRVSBn, -- Drive B select.
DRVSCn => DRVSCn, -- Drive C select.
DRVSDn => DRVSDn, -- Drive D select.
-- Clocks.
CLK_16M => CLK_16M, -- 16MHz primary oscillator.
CLK_FDC => CLK_FDC, -- 8MHz clock to drive WD1773.
CLK_BUS0 => CLK_BUS0 -- Host clock.
);
end architecture;

174
CPLD/v1.2/sfd700_pkg.vhd vendored Normal file
View File

@@ -0,0 +1,174 @@
---------------------------------------------------------------------------------------------------------
--
-- Name: sfd700_pkg.vhd
-- Created: July 2023
-- Author(s): Philip Smart
-- Description: SFD700 CPLD configuration file.
--
-- This module contains parameters for the CPLD in the SFD700 Floppy Disk Interface
-- project.
--
-- Credits:
-- Copyright: (c) 2018-23 Philip Smart <philip.smart@net2net.org>
--
-- History: July 2023 - Initial write.
--
---------------------------------------------------------------------------------------------------------
-- This source file is free software: you can redistribute it and-or modify
-- it under the terms of the GNU General Public License as published
-- by the Free Software Foundation, either version 3 of the License, or
-- (at your option) any later version.
--
-- This source file is distributed in the hope that it will be useful,
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-- GNU General Public License for more details.
--
-- You should have received a copy of the GNU General Public License
-- along with this program. If not, see <http:--www.gnu.org-licenses->.
---------------------------------------------------------------------------------------------------------
library ieee;
library pkgs;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
use ieee.math_real.all;
package sfd700_pkg is
------------------------------------------------------------
-- Constants
------------------------------------------------------------
-- Potential logic state constants.
constant YES : std_logic := '1';
constant NO : std_logic := '0';
constant HI : std_logic := '1';
constant LO : std_logic := '0';
constant ONE : std_logic := '1';
constant ZERO : std_logic := '0';
constant HIZ : std_logic := 'Z';
-- Target hardware modes.
constant MODE_MZ1200 : integer := 0;
constant MODE_MZ80A : integer := 0;
constant MODE_MZ700 : integer := 1;
constant MODE_MZ80B : integer := 2;
constant MODE_MZ800 : integer := 3;
constant MODE_MZ1500 : integer := 4;
constant MODE_MZ2000 : integer := 5;
constant MODE_MZ2200 : integer := 6;
------------------------------------------------------------
-- Configurable parameters.
------------------------------------------------------------
-- Version of hdl.
constant CPLD_VERSION : integer := 1;
------------------------------------------------------------
-- Function prototypes
------------------------------------------------------------
-- Find the maximum of two integers.
function IntMax(a : in integer; b : in integer) return integer;
-- Find the number of bits required to represent an integer.
function log2ceil(arg : positive) return natural;
-- Function to calculate the number of whole 'clock' cycles in a given time period, the period being in ns.
function clockTicks(period : in integer; clock : in integer) return integer;
-- Function to reverse the order of the bits in a standard logic vector.
-- ie. 1010 becomes 0101
function reverse_vector(slv:std_logic_vector) return std_logic_vector;
-- Function to convert an integer (0 or 1) into std_logic.
--
function to_std_logic(i : in integer) return std_logic;
-- Function to return the value of a bit as an integer for array indexing etc.
function bit_to_integer( s : std_logic ) return natural;
------------------------------------------------------------
-- Records
------------------------------------------------------------
------------------------------------------------------------
-- Components
------------------------------------------------------------
end sfd700_pkg;
------------------------------------------------------------
-- Function definitions.
------------------------------------------------------------
package body sfd700_pkg is
-- Find the maximum of two integers.
function IntMax(a : in integer; b : in integer) return integer is
begin
if a > b then
return a;
else
return b;
end if;
return a;
end function IntMax;
-- Find the number of bits required to represent an integer.
function log2ceil(arg : positive) return natural is
variable tmp : positive := 1;
variable log : natural := 0;
begin
if arg = 1 then
return 0;
end if;
while arg > tmp loop
tmp := tmp * 2;
log := log + 1;
end loop;
return log;
end function;
-- Function to calculate the number of whole 'clock' cycles in a given time period, the period being in ns.
function clockTicks(period : in integer; clock : in integer) return integer is
variable ticks : real;
variable fracTicks : real;
begin
ticks := (Real(period) * Real(clock)) / 1000000000.0;
fracTicks := ticks - CEIL(ticks);
if fracTicks > 0.0001 then
return Integer(CEIL(ticks + 1.0));
else
return Integer(CEIL(ticks));
end if;
end function;
function reverse_vector(slv:std_logic_vector) return std_logic_vector is
variable target : std_logic_vector(slv'high downto slv'low);
begin
for idx in slv'high downto slv'low loop
target(idx) := slv(slv'low + (slv'high-idx));
end loop;
return target;
end reverse_vector;
function to_std_logic(i : in integer) return std_logic is
begin
if i = 0 then
return '0';
end if;
return '1';
end function;
-- Function to return the value of a bit as an integer for array indexing etc.
function bit_to_integer( s : std_logic ) return natural is
begin
if s = '1' then
return 1;
else
return 0;
end if;
end function;
end package body;

67
CUPL/SFD700.PLD vendored
View File

@@ -1,67 +0,0 @@
Name SFD700 ;
PartNo GAL26CV12 ;
Date 24/04/2023 ;
Revision 01 ;
Designer Philip Smart ;
Company engineers@work ;
Assembly SFD700 ;
Location ;
Device g26cv12 ;
/* *************** CONSTANTS ********************** */
$DEFINE ON 'b'1
$DEFINE OFF 'b'0
/* *************** INPUT PINS ********************* */
PIN 1 = A0 ; /* Address bus A0 */
PIN 2 = A1 ; /* A1 */
PIN 3 = A2 ; /* A2 */
PIN 4 = A3 ; /* A3 */
PIN 5 = A4 ; /* A4 */
PIN 6 = A5 ; /* A5 */
PIN 8 = A6 ; /* A6 */
PIN 9 = A7 ; /* A7 */
PIN 10 = A12 ; /* A12 */
PIN 11 = A13 ; /* A13 */
PIN 12 = A14 ; /* A14 */
PIN 13 = A15 ; /* A15 */
PIN 14 = !MREQn ; /* Z80 MREQ active low */
PIN 15 = !IORQn ; /* Z80 IORQ active low */
PIN 16 = !WRn ; /* Z80 WR active low */
PIN 17 = !RDn ; /* Z80 RD active low */
PIN 28 = RESET ; /* System Reset active high */
/* *************** OUTPUT PINS ******************** */
PIN 22 = !BUSENn ; /* BUS direction, low = read into Z80, high = write to card. */
PIN 20 = !IOBUSDIRn ; /* I/O BUS direction, low = read into Z80, high = write to FD IC's */
PIN 27 = !FDCn ; /* WD1773 Chip Select active low I/O - Address 0xD8 .. 0xDB */
PIN 26 = !DRIVEn ; /* Disk Drive Select active low - Address 0xDC */
PIN 25 = !DDENn ; /* Drive Density select active low - Address 0xDE */
PIN 24 = !FDCRESETn ; /* Peripheral Reset active low */
PIN 23 = !SIDEn ; /* Disk Head Select active low - Address 0xDD */
PIN 19 = !INTEN ; /* Interrupt enable. */
PIN 18 = !ROMn ; /* ROM Select. */
/* Decoder equations. */
FIELD IOADDR = [A7..0] ; /* Address lines considered for I/O devices. */
FIELD HIADDR = [A15..12] ; /* Address lines considered for ROM device. */
WD1773SELR = IORQn & RDn & IOADDR:[D8..DB] ; /* FDC select. */
WD1773SELW = IORQn & WRn & IOADDR:[D8..DB] ; /* FDC select. */
SIDESEL = IORQn & WRn & IOADDR:[DD..DD] ; /* Drive side select. */
DRIVESEL = IORQn & WRn & IOADDR:[DC..DC] ; /* Drive number select. */
DDENSEL = IORQn & WRn & IOADDR:[DE..DE] ; /* Drive Double Density select. */
ROMSEL = MREQn & RDn & HIADDR:[F000..F7FF] ; /* Rom Select. */
DRAMENSEL = IORQn & WRn & IOADDR:[E1];
/* Assign output pins based on equations. */
IOBUSDIRn = WD1773SELR ;
BUSENn = ROMSEL # WD1773SELR # WD1773SELW #
SIDESEL # DRIVESEL # DDENSEL ;
FDCRESETn = RESET ;
FDCn = WD1773SELR # WD1773SELW ;
SIDEn = SIDESEL ;
DRIVEn = DRIVESEL ;
DDENn = DDENSEL ;
ROMn = ROMSEL ;
INTEN.sp = DRAMENSEL ;
INTEN.ar = RESET ;

48
CUPL/SFD700_2.PLD.MZ700 vendored Normal file
View File

@@ -0,0 +1,48 @@
Name SFD700_GAL2 ;
PartNo GAL16V8 ;
Date 22/05/2023 ;
Revision 01 ;
Designer Philip Smart ;
Company engineers@work ;
Assembly SFD700 ;
Location ;
Device g16v8 ;
/* *************** CONSTANTS ********************** */
$DEFINE ON 'b'1
$DEFINE OFF 'b'0
/* *************** INPUT PINS ********************* */
PIN 1 = CLK ; /* Registered clock input */
PIN 2 = A10 ; /* Address bus A10 */
PIN 3 = A11 ; /* A11 */
PIN 4 = A12 ; /* A12 */
PIN 5 = A13 ; /* A13 */
PIN 6 = A14 ; /* A14 */
PIN 7 = A15 ; /* A15 */
PIN 8 = !MREQn ; /* Z80 MREQ active low */
PIN 9 = !RDn ; /* Z80 RD active low */
PIN 12 = MODESEL0 ; /* Mode selection bit 0 */
PIN 13 = MODESEL1 ; /* Mode selection bit 1 */
PIN 14 = ROMINH ; /* Rom select inhibit */
PIN 15 = ROMDIS ; /* Rom select disable */
PIN 16 = DRQ ; /* FDC Data Request */
/* *************** OUTPUT PINS ******************** */
PIN 17 = ROMA15 ; /* ROM A15 */
PIN 18 = ROMA10 ; /* ROM A10 */
PIN 19 = !ROMCSn ; /* ROM Chip Select */
/* Decoder equations. */
FIELD HIADDR = [A15..A12] ; /* Address lines considered for ROM device. */
ROMOUTSEL = MREQn & RDn & HIADDR:[F000..FFFF] & !ROMDIS & !ROMINH ; /* Rom Select. */
/* Assign output pins based on equations. */
ROMCSn.D = ROMOUTSEL ;
ROMA15.D = MODESEL1;
ROMA10.D = (MODESEL1 & ROMOUTSEL & !A10) # (!MODESEL1 & ROMOUTSEL & DRQ);
MODESEL0.OE = OFF;
MODESEL1.OE = OFF;
ROMINH.OE = OFF;
ROMEN.OE = OFF;
DRQ.OE = OFF;

46
CUPL/SFD700_2.PLD.MZ80A vendored Normal file
View File

@@ -0,0 +1,46 @@
Name SFD700_GAL2 ;
PartNo GAL16V8 ;
Date 22/05/2023 ;
Revision 01 ;
Designer Philip Smart ;
Company engineers@work ;
Assembly SFD700 ;
Location ;
Device g16v8 ;
/* *************** CONSTANTS ********************** */
$DEFINE ON 'b'1
$DEFINE OFF 'b'0
/* *************** INPUT PINS ********************* */
PIN 1 = CLK ; /* Registered clock input */
PIN 2 = A10 ; /* Address bus A10 */
PIN 3 = A11 ; /* A11 */
PIN 4 = A12 ; /* A12 */
PIN 5 = A13 ; /* A13 */
PIN 6 = A14 ; /* A14 */
PIN 7 = A15 ; /* A15 */
PIN 8 = !MREQn ; /* Z80 MREQ active low */
PIN 9 = !RDn ; /* Z80 RD active low */
PIN 12 = MODESEL0 ; /* Mode selection bit 0 */
PIN 13 = MODESEL1 ; /* Mode selection bit 1 */
PIN 14 = ROMINH ; /* Rom select inhibit */
PIN 15 = ROMDIS ; /* Rom select disable */
PIN 16 = DRQ ; /* FDC Data Request */
/* *************** OUTPUT PINS ******************** */
PIN 17 = ROMA15 ; /* ROM A15 */
PIN 18 = ROMA10 ; /* ROM A10 */
PIN 19 = !ROMCSn ; /* ROM Chip Select */
/* Decoder equations. */
FIELD HIADDR = [A15..A12] ; /* Address lines considered for ROM device. */
ROMOUTSEL = MREQn & RDn & HIADDR:[F000..FFFF] ; /* Rom Select. */
/* Assign output pins based on equations. */
ROMCSn.D = ROMOUTSEL;
ROMA15.D = MODESEL1;
ROMA10.D = !DRQ;
/*DRQ.OE = OFF; */
/* ROMA10.OE = ON; */
/* ROMA15.OE = ON; */

615886
CUPL/infoic.xml vendored Normal file

File diff suppressed because it is too large Load Diff

1
EX.BAT vendored Normal file
View File

@@ -0,0 +1 @@
cupl -j -f -a g16v8 count10

BIN
Roms/mz-1e05.rom vendored Normal file

Binary file not shown.

BIN
Roms/mz-1e14.rom vendored Normal file

Binary file not shown.

BIN
Roms/mz80afi.rom vendored Normal file

Binary file not shown.

33848
kicad/Output/v1.1/SFD700-B_Cu.gbr vendored Normal file

File diff suppressed because it is too large Load Diff

476
kicad/Output/v1.1/SFD700-B_Mask.gbr vendored Normal file
View File

@@ -0,0 +1,476 @@
G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(7.0.0-0)*
G04 #@! TF.CreationDate,2023-05-08T12:54:49+01:00*
G04 #@! TF.ProjectId,SFD700,53464437-3030-42e6-9b69-6361645f7063,rev?*
G04 #@! TF.SameCoordinates,Original*
G04 #@! TF.FileFunction,Soldermask,Bot*
G04 #@! TF.FilePolarity,Negative*
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (7.0.0-0)) date 2023-05-08 12:54:49*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 Aperture macros list*
%AMRoundRect*
0 Rectangle with rounded corners*
0 $1 Rounding radius*
0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*
0 Add a 4 corners polygon primitive as box body*
4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*
0 Add four circle primitives for the rounded corners*
1,1,$1+$1,$2,$3*
1,1,$1+$1,$4,$5*
1,1,$1+$1,$6,$7*
1,1,$1+$1,$8,$9*
0 Add four rect primitives between the rounded corners*
20,1,$1+$1,$2,$3,$4,$5,0*
20,1,$1+$1,$4,$5,$6,$7,0*
20,1,$1+$1,$6,$7,$8,$9,0*
20,1,$1+$1,$8,$9,$2,$3,0*%
G04 Aperture macros list end*
%ADD10C,1.600000*%
%ADD11RoundRect,0.250000X0.600000X-0.600000X0.600000X0.600000X-0.600000X0.600000X-0.600000X-0.600000X0*%
%ADD12C,1.700000*%
%ADD13C,1.400000*%
%ADD14O,1.400000X1.400000*%
%ADD15R,1.600000X1.600000*%
%ADD16O,1.600000X1.600000*%
%ADD17R,1.422400X1.422400*%
%ADD18C,1.422400*%
%ADD19C,1.500000*%
%ADD20R,1.500000X13.000000*%
%ADD21C,5.400000*%
%ADD22R,1.350000X1.350000*%
%ADD23O,1.350000X1.350000*%
%ADD24R,1.050000X1.500000*%
%ADD25O,1.050000X1.500000*%
G04 APERTURE END LIST*
D10*
X161036000Y-68072000D03*
X161036000Y-70572000D03*
X104847000Y-67996000D03*
X104847000Y-70496000D03*
X133096000Y-68072000D03*
X133096000Y-70572000D03*
X105300000Y-94628000D03*
X105300000Y-97128000D03*
X105300000Y-81420000D03*
X105300000Y-83920000D03*
X152400000Y-125984000D03*
X149900000Y-125984000D03*
X197906000Y-129876000D03*
X195406000Y-129876000D03*
X203748000Y-129794000D03*
X206248000Y-129794000D03*
X163576000Y-112268000D03*
X163576000Y-109768000D03*
D11*
X137160000Y-57150000D03*
D12*
X137160000Y-54610000D03*
X139700000Y-57150000D03*
X139700000Y-54610000D03*
X142240000Y-57150000D03*
X142240000Y-54610000D03*
X144780000Y-57150000D03*
X144780000Y-54610000D03*
X147320000Y-57150000D03*
X147320000Y-54610000D03*
X149860000Y-57150000D03*
X149860000Y-54610000D03*
X152400000Y-57150000D03*
X152400000Y-54610000D03*
X154940000Y-57150000D03*
X154940000Y-54610000D03*
X157480000Y-57150000D03*
X157480000Y-54610000D03*
X160020000Y-57150000D03*
X160020000Y-54610000D03*
X162560000Y-57150000D03*
X162560000Y-54610000D03*
X165100000Y-57150000D03*
X165100000Y-54610000D03*
X167640000Y-57150000D03*
X167640000Y-54610000D03*
X170180000Y-57150000D03*
X170180000Y-54610000D03*
X172720000Y-57150000D03*
X172720000Y-54610000D03*
X175260000Y-57150000D03*
X175260000Y-54610000D03*
X177800000Y-57150000D03*
X177800000Y-54610000D03*
D13*
X130114000Y-80098000D03*
D14*
X130113999Y-85177999D03*
D13*
X136652000Y-126746000D03*
D14*
X131571999Y-126745999D03*
D15*
X138429999Y-61721999D03*
D16*
X140969999Y-61721999D03*
X143509999Y-61721999D03*
X146049999Y-61721999D03*
X148589999Y-61721999D03*
X151129999Y-61721999D03*
D15*
X164337999Y-73151999D03*
D16*
X166877999Y-73151999D03*
X169417999Y-73151999D03*
X171957999Y-73151999D03*
X174497999Y-73151999D03*
X177037999Y-73151999D03*
X179577999Y-73151999D03*
X179577999Y-65531999D03*
X177037999Y-65531999D03*
X174497999Y-65531999D03*
X171957999Y-65531999D03*
X169417999Y-65531999D03*
X166877999Y-65531999D03*
X164337999Y-65531999D03*
D15*
X108201999Y-73085999D03*
D16*
X110741999Y-73085999D03*
X113281999Y-73085999D03*
X115821999Y-73085999D03*
X118361999Y-73085999D03*
X120901999Y-73085999D03*
X123441999Y-73085999D03*
X123441999Y-65465999D03*
X120901999Y-65465999D03*
X118361999Y-65465999D03*
X115821999Y-65465999D03*
X113281999Y-65465999D03*
X110741999Y-65465999D03*
X108201999Y-65465999D03*
D15*
X171190999Y-109209999D03*
D16*
X173730999Y-109209999D03*
X176270999Y-109209999D03*
X178810999Y-109209999D03*
X181350999Y-109209999D03*
X183890999Y-109209999D03*
X186430999Y-109209999D03*
X186430999Y-101589999D03*
X183890999Y-101589999D03*
X181350999Y-101589999D03*
X178810999Y-101589999D03*
X176270999Y-101589999D03*
X173730999Y-101589999D03*
X171190999Y-101589999D03*
D15*
X108601999Y-99941999D03*
D16*
X111141999Y-99941999D03*
X113681999Y-99941999D03*
X116221999Y-99941999D03*
X118761999Y-99941999D03*
X121301999Y-99941999D03*
X123841999Y-99941999D03*
X123841999Y-92321999D03*
X121301999Y-92321999D03*
X118761999Y-92321999D03*
X116221999Y-92321999D03*
X113681999Y-92321999D03*
X111141999Y-92321999D03*
X108601999Y-92321999D03*
D17*
X147259999Y-113393999D03*
D18*
X144720000Y-115934000D03*
X147260000Y-115934000D03*
X144720000Y-118474000D03*
X147260000Y-121014000D03*
X147260000Y-118474000D03*
X149800000Y-121014000D03*
X149800000Y-118474000D03*
X152340000Y-121014000D03*
X152340000Y-118474000D03*
X154880000Y-121014000D03*
X157420000Y-118474000D03*
X154880000Y-118474000D03*
X157420000Y-115934000D03*
X154880000Y-115934000D03*
X157420000Y-113394000D03*
X154880000Y-113394000D03*
X157420000Y-110854000D03*
X154880000Y-108314000D03*
X154880000Y-110854000D03*
X152340000Y-108314000D03*
X152340000Y-110854000D03*
X149800000Y-108314000D03*
X149800000Y-110854000D03*
X147260000Y-108314000D03*
X144720000Y-110854000D03*
X147260000Y-110854000D03*
X144720000Y-113394000D03*
D15*
X163575999Y-122935999D03*
D16*
X166115999Y-122935999D03*
X168655999Y-122935999D03*
X171195999Y-122935999D03*
X173735999Y-122935999D03*
X176275999Y-122935999D03*
X178815999Y-122935999D03*
X181355999Y-122935999D03*
X183895999Y-122935999D03*
X186435999Y-122935999D03*
X186435999Y-115315999D03*
X183895999Y-115315999D03*
X181355999Y-115315999D03*
X178815999Y-115315999D03*
X176275999Y-115315999D03*
X173735999Y-115315999D03*
X171195999Y-115315999D03*
X168655999Y-115315999D03*
X166115999Y-115315999D03*
X163575999Y-115315999D03*
D15*
X195071999Y-122935999D03*
D16*
X197611999Y-122935999D03*
X200151999Y-122935999D03*
X202691999Y-122935999D03*
X205231999Y-122935999D03*
X207771999Y-122935999D03*
X210311999Y-122935999D03*
X210311999Y-115315999D03*
X207771999Y-115315999D03*
X205231999Y-115315999D03*
X202691999Y-115315999D03*
X200151999Y-115315999D03*
X197611999Y-115315999D03*
X195071999Y-115315999D03*
D15*
X192531999Y-73151999D03*
D16*
X195071999Y-73151999D03*
X197611999Y-73151999D03*
X200151999Y-73151999D03*
X202691999Y-73151999D03*
X205231999Y-73151999D03*
X207771999Y-73151999D03*
X210311999Y-73151999D03*
X210311999Y-65531999D03*
X207771999Y-65531999D03*
X205231999Y-65531999D03*
X202691999Y-65531999D03*
X200151999Y-65531999D03*
X197611999Y-65531999D03*
X195071999Y-65531999D03*
X192531999Y-65531999D03*
D15*
X195071999Y-109219999D03*
D16*
X197611999Y-109219999D03*
X200151999Y-109219999D03*
X202691999Y-109219999D03*
X205231999Y-109219999D03*
X207771999Y-109219999D03*
X210311999Y-109219999D03*
X210311999Y-101599999D03*
X207771999Y-101599999D03*
X205231999Y-101599999D03*
X202691999Y-101599999D03*
X200151999Y-101599999D03*
X197611999Y-101599999D03*
X195071999Y-101599999D03*
D15*
X192546999Y-92445999D03*
D16*
X195086999Y-92445999D03*
X197626999Y-92445999D03*
X200166999Y-92445999D03*
X202706999Y-92445999D03*
X205246999Y-92445999D03*
X207786999Y-92445999D03*
X210326999Y-92445999D03*
X210326999Y-84825999D03*
X207786999Y-84825999D03*
X205246999Y-84825999D03*
X202706999Y-84825999D03*
X200166999Y-84825999D03*
X197626999Y-84825999D03*
X195086999Y-84825999D03*
X192546999Y-84825999D03*
D19*
X114300000Y-52328000D03*
X109400000Y-52328000D03*
D20*
X189469999Y-138153199D03*
X186929999Y-138153199D03*
X184389999Y-138153199D03*
X181849999Y-138153199D03*
X179309999Y-138153199D03*
X176769999Y-138153199D03*
X174229999Y-138153199D03*
X171689999Y-138153199D03*
X169149999Y-138153199D03*
X166609999Y-138153199D03*
X164069999Y-138153199D03*
X161529999Y-138153199D03*
X158989999Y-138153199D03*
X156449999Y-138153199D03*
X153909999Y-138153199D03*
X151369999Y-138153199D03*
X148829999Y-138153199D03*
X146289999Y-138153199D03*
X143749999Y-138153199D03*
X141209999Y-138153199D03*
X138669999Y-138153199D03*
X136129999Y-138153199D03*
D10*
X167894000Y-104180000D03*
X167894000Y-106680000D03*
D21*
X104140000Y-131064000D03*
D10*
X191770000Y-104140000D03*
X191770000Y-106640000D03*
X191770000Y-120396000D03*
X191770000Y-117896000D03*
D22*
X136513999Y-80667999D03*
D23*
X136513999Y-82667999D03*
X136513999Y-84667999D03*
D22*
X133513999Y-80667999D03*
D23*
X133513999Y-82667999D03*
X133513999Y-84667999D03*
D13*
X109300000Y-57150000D03*
D14*
X114379999Y-57149999D03*
D10*
X124226000Y-61722000D03*
X126726000Y-61722000D03*
X189230000Y-68072000D03*
X189230000Y-70572000D03*
D15*
X145033999Y-96265999D03*
D16*
X147573999Y-96265999D03*
X150113999Y-96265999D03*
X152653999Y-96265999D03*
X155193999Y-96265999D03*
X157733999Y-96265999D03*
X160273999Y-96265999D03*
X162813999Y-96265999D03*
X165353999Y-96265999D03*
X167893999Y-96265999D03*
X170433999Y-96265999D03*
X172973999Y-96265999D03*
X175513999Y-96265999D03*
X178053999Y-96265999D03*
X178053999Y-81025999D03*
X175513999Y-81025999D03*
X172973999Y-81025999D03*
X170433999Y-81025999D03*
X167893999Y-81025999D03*
X165353999Y-81025999D03*
X162813999Y-81025999D03*
X160273999Y-81025999D03*
X157733999Y-81025999D03*
X155193999Y-81025999D03*
X152653999Y-81025999D03*
X150113999Y-81025999D03*
X147573999Y-81025999D03*
X145033999Y-81025999D03*
D10*
X182334000Y-90036000D03*
X182334000Y-87536000D03*
D21*
X212090000Y-131064000D03*
D24*
X125729999Y-128445999D03*
D25*
X127253999Y-128445999D03*
X128828799Y-128445999D03*
D13*
X109240000Y-59944000D03*
D14*
X114319999Y-59943999D03*
D10*
X189230000Y-89916000D03*
X189230000Y-87416000D03*
X118404000Y-61722000D03*
X120904000Y-61722000D03*
D21*
X104140000Y-43942000D03*
X211836000Y-43942000D03*
D10*
X107586000Y-104487000D03*
X105086000Y-104487000D03*
D15*
X105155999Y-122427999D03*
D16*
X107695999Y-122427999D03*
X110235999Y-122427999D03*
X112775999Y-122427999D03*
X115315999Y-122427999D03*
X117855999Y-122427999D03*
X120395999Y-122427999D03*
X122935999Y-122427999D03*
X125475999Y-122427999D03*
X128015999Y-122427999D03*
X130555999Y-122427999D03*
X133095999Y-122427999D03*
X135635999Y-122427999D03*
X138175999Y-122427999D03*
X138175999Y-107187999D03*
X135635999Y-107187999D03*
X133095999Y-107187999D03*
X130555999Y-107187999D03*
X128015999Y-107187999D03*
X125475999Y-107187999D03*
X122935999Y-107187999D03*
X120395999Y-107187999D03*
X117855999Y-107187999D03*
X115315999Y-107187999D03*
X112775999Y-107187999D03*
X110235999Y-107187999D03*
X107695999Y-107187999D03*
X105155999Y-107187999D03*
D15*
X136397999Y-73151999D03*
D16*
X138937999Y-73151999D03*
X141477999Y-73151999D03*
X144017999Y-73151999D03*
X146557999Y-73151999D03*
X149097999Y-73151999D03*
X151637999Y-73151999D03*
X151637999Y-65531999D03*
X149097999Y-65531999D03*
X146557999Y-65531999D03*
X144017999Y-65531999D03*
X141477999Y-65531999D03*
X138937999Y-65531999D03*
X136397999Y-65531999D03*
D15*
X108601999Y-86733999D03*
D16*
X111141999Y-86733999D03*
X113681999Y-86733999D03*
X116221999Y-86733999D03*
X118761999Y-86733999D03*
X121301999Y-86733999D03*
X123841999Y-86733999D03*
X123841999Y-79113999D03*
X121301999Y-79113999D03*
X118761999Y-79113999D03*
X116221999Y-79113999D03*
X113681999Y-79113999D03*
X111141999Y-79113999D03*
X108601999Y-79113999D03*
M02*

15
kicad/Output/v1.1/SFD700-B_Paste.gbr vendored Normal file
View File

@@ -0,0 +1,15 @@
G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(7.0.0-0)*
G04 #@! TF.CreationDate,2023-05-08T12:54:49+01:00*
G04 #@! TF.ProjectId,SFD700,53464437-3030-42e6-9b69-6361645f7063,rev?*
G04 #@! TF.SameCoordinates,Original*
G04 #@! TF.FileFunction,Paste,Bot*
G04 #@! TF.FilePolarity,Positive*
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (7.0.0-0)) date 2023-05-08 12:54:49*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 APERTURE END LIST*
M02*

View File

@@ -0,0 +1,15 @@
G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(7.0.0-0)*
G04 #@! TF.CreationDate,2023-05-08T12:54:49+01:00*
G04 #@! TF.ProjectId,SFD700,53464437-3030-42e6-9b69-6361645f7063,rev?*
G04 #@! TF.SameCoordinates,Original*
G04 #@! TF.FileFunction,Legend,Bot*
G04 #@! TF.FilePolarity,Positive*
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (7.0.0-0)) date 2023-05-08 12:54:49*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 APERTURE END LIST*
M02*

38
kicad/Output/v1.1/SFD700-Edge_Cuts.gbr vendored Normal file
View File

@@ -0,0 +1,38 @@
G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(7.0.0-0)*
G04 #@! TF.CreationDate,2023-05-08T12:54:49+01:00*
G04 #@! TF.ProjectId,SFD700,53464437-3030-42e6-9b69-6361645f7063,rev?*
G04 #@! TF.SameCoordinates,Original*
G04 #@! TF.FileFunction,Profile,NP*
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (7.0.0-0)) date 2023-05-08 12:54:49*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 #@! TA.AperFunction,Profile*
%ADD10C,0.050000*%
G04 #@! TD*
G04 APERTURE END LIST*
D10*
X216000000Y-40000000D02*
X216000000Y-135000000D01*
X100000000Y-40000000D02*
X216000000Y-40000000D01*
X134000000Y-135000000D02*
X100000000Y-135000000D01*
X192000000Y-135000000D02*
X192000000Y-144700000D01*
X134200000Y-145000000D02*
X191700000Y-145000000D01*
X216000000Y-135000000D02*
X192000000Y-135000000D01*
X134000000Y-135000000D02*
X134000000Y-144800000D01*
X191700000Y-145000000D02*
X192000000Y-144700000D01*
X100000000Y-40000000D02*
X100000000Y-135000000D01*
X134000000Y-144800000D02*
X134200000Y-145000000D01*
M02*

31017
kicad/Output/v1.1/SFD700-F_Cu.gbr vendored Normal file

File diff suppressed because it is too large Load Diff

476
kicad/Output/v1.1/SFD700-F_Mask.gbr vendored Normal file
View File

@@ -0,0 +1,476 @@
G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(7.0.0-0)*
G04 #@! TF.CreationDate,2023-05-08T12:54:49+01:00*
G04 #@! TF.ProjectId,SFD700,53464437-3030-42e6-9b69-6361645f7063,rev?*
G04 #@! TF.SameCoordinates,Original*
G04 #@! TF.FileFunction,Soldermask,Top*
G04 #@! TF.FilePolarity,Negative*
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (7.0.0-0)) date 2023-05-08 12:54:49*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 Aperture macros list*
%AMRoundRect*
0 Rectangle with rounded corners*
0 $1 Rounding radius*
0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*
0 Add a 4 corners polygon primitive as box body*
4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*
0 Add four circle primitives for the rounded corners*
1,1,$1+$1,$2,$3*
1,1,$1+$1,$4,$5*
1,1,$1+$1,$6,$7*
1,1,$1+$1,$8,$9*
0 Add four rect primitives between the rounded corners*
20,1,$1+$1,$2,$3,$4,$5,0*
20,1,$1+$1,$4,$5,$6,$7,0*
20,1,$1+$1,$6,$7,$8,$9,0*
20,1,$1+$1,$8,$9,$2,$3,0*%
G04 Aperture macros list end*
%ADD10C,1.600000*%
%ADD11RoundRect,0.250000X0.600000X-0.600000X0.600000X0.600000X-0.600000X0.600000X-0.600000X-0.600000X0*%
%ADD12C,1.700000*%
%ADD13C,1.400000*%
%ADD14O,1.400000X1.400000*%
%ADD15R,1.600000X1.600000*%
%ADD16O,1.600000X1.600000*%
%ADD17R,1.422400X1.422400*%
%ADD18C,1.422400*%
%ADD19C,1.500000*%
%ADD20R,1.500000X13.000000*%
%ADD21C,5.400000*%
%ADD22R,1.350000X1.350000*%
%ADD23O,1.350000X1.350000*%
%ADD24R,1.050000X1.500000*%
%ADD25O,1.050000X1.500000*%
G04 APERTURE END LIST*
D10*
X161036000Y-68072000D03*
X161036000Y-70572000D03*
X104847000Y-67996000D03*
X104847000Y-70496000D03*
X133096000Y-68072000D03*
X133096000Y-70572000D03*
X105300000Y-94628000D03*
X105300000Y-97128000D03*
X105300000Y-81420000D03*
X105300000Y-83920000D03*
X152400000Y-125984000D03*
X149900000Y-125984000D03*
X197906000Y-129876000D03*
X195406000Y-129876000D03*
X203748000Y-129794000D03*
X206248000Y-129794000D03*
X163576000Y-112268000D03*
X163576000Y-109768000D03*
D11*
X137160000Y-57150000D03*
D12*
X137160000Y-54610000D03*
X139700000Y-57150000D03*
X139700000Y-54610000D03*
X142240000Y-57150000D03*
X142240000Y-54610000D03*
X144780000Y-57150000D03*
X144780000Y-54610000D03*
X147320000Y-57150000D03*
X147320000Y-54610000D03*
X149860000Y-57150000D03*
X149860000Y-54610000D03*
X152400000Y-57150000D03*
X152400000Y-54610000D03*
X154940000Y-57150000D03*
X154940000Y-54610000D03*
X157480000Y-57150000D03*
X157480000Y-54610000D03*
X160020000Y-57150000D03*
X160020000Y-54610000D03*
X162560000Y-57150000D03*
X162560000Y-54610000D03*
X165100000Y-57150000D03*
X165100000Y-54610000D03*
X167640000Y-57150000D03*
X167640000Y-54610000D03*
X170180000Y-57150000D03*
X170180000Y-54610000D03*
X172720000Y-57150000D03*
X172720000Y-54610000D03*
X175260000Y-57150000D03*
X175260000Y-54610000D03*
X177800000Y-57150000D03*
X177800000Y-54610000D03*
D13*
X130114000Y-80098000D03*
D14*
X130113999Y-85177999D03*
D13*
X136652000Y-126746000D03*
D14*
X131571999Y-126745999D03*
D15*
X138429999Y-61721999D03*
D16*
X140969999Y-61721999D03*
X143509999Y-61721999D03*
X146049999Y-61721999D03*
X148589999Y-61721999D03*
X151129999Y-61721999D03*
D15*
X164337999Y-73151999D03*
D16*
X166877999Y-73151999D03*
X169417999Y-73151999D03*
X171957999Y-73151999D03*
X174497999Y-73151999D03*
X177037999Y-73151999D03*
X179577999Y-73151999D03*
X179577999Y-65531999D03*
X177037999Y-65531999D03*
X174497999Y-65531999D03*
X171957999Y-65531999D03*
X169417999Y-65531999D03*
X166877999Y-65531999D03*
X164337999Y-65531999D03*
D15*
X108201999Y-73085999D03*
D16*
X110741999Y-73085999D03*
X113281999Y-73085999D03*
X115821999Y-73085999D03*
X118361999Y-73085999D03*
X120901999Y-73085999D03*
X123441999Y-73085999D03*
X123441999Y-65465999D03*
X120901999Y-65465999D03*
X118361999Y-65465999D03*
X115821999Y-65465999D03*
X113281999Y-65465999D03*
X110741999Y-65465999D03*
X108201999Y-65465999D03*
D15*
X171190999Y-109209999D03*
D16*
X173730999Y-109209999D03*
X176270999Y-109209999D03*
X178810999Y-109209999D03*
X181350999Y-109209999D03*
X183890999Y-109209999D03*
X186430999Y-109209999D03*
X186430999Y-101589999D03*
X183890999Y-101589999D03*
X181350999Y-101589999D03*
X178810999Y-101589999D03*
X176270999Y-101589999D03*
X173730999Y-101589999D03*
X171190999Y-101589999D03*
D15*
X108601999Y-99941999D03*
D16*
X111141999Y-99941999D03*
X113681999Y-99941999D03*
X116221999Y-99941999D03*
X118761999Y-99941999D03*
X121301999Y-99941999D03*
X123841999Y-99941999D03*
X123841999Y-92321999D03*
X121301999Y-92321999D03*
X118761999Y-92321999D03*
X116221999Y-92321999D03*
X113681999Y-92321999D03*
X111141999Y-92321999D03*
X108601999Y-92321999D03*
D17*
X147259999Y-113393999D03*
D18*
X144720000Y-115934000D03*
X147260000Y-115934000D03*
X144720000Y-118474000D03*
X147260000Y-121014000D03*
X147260000Y-118474000D03*
X149800000Y-121014000D03*
X149800000Y-118474000D03*
X152340000Y-121014000D03*
X152340000Y-118474000D03*
X154880000Y-121014000D03*
X157420000Y-118474000D03*
X154880000Y-118474000D03*
X157420000Y-115934000D03*
X154880000Y-115934000D03*
X157420000Y-113394000D03*
X154880000Y-113394000D03*
X157420000Y-110854000D03*
X154880000Y-108314000D03*
X154880000Y-110854000D03*
X152340000Y-108314000D03*
X152340000Y-110854000D03*
X149800000Y-108314000D03*
X149800000Y-110854000D03*
X147260000Y-108314000D03*
X144720000Y-110854000D03*
X147260000Y-110854000D03*
X144720000Y-113394000D03*
D15*
X163575999Y-122935999D03*
D16*
X166115999Y-122935999D03*
X168655999Y-122935999D03*
X171195999Y-122935999D03*
X173735999Y-122935999D03*
X176275999Y-122935999D03*
X178815999Y-122935999D03*
X181355999Y-122935999D03*
X183895999Y-122935999D03*
X186435999Y-122935999D03*
X186435999Y-115315999D03*
X183895999Y-115315999D03*
X181355999Y-115315999D03*
X178815999Y-115315999D03*
X176275999Y-115315999D03*
X173735999Y-115315999D03*
X171195999Y-115315999D03*
X168655999Y-115315999D03*
X166115999Y-115315999D03*
X163575999Y-115315999D03*
D15*
X195071999Y-122935999D03*
D16*
X197611999Y-122935999D03*
X200151999Y-122935999D03*
X202691999Y-122935999D03*
X205231999Y-122935999D03*
X207771999Y-122935999D03*
X210311999Y-122935999D03*
X210311999Y-115315999D03*
X207771999Y-115315999D03*
X205231999Y-115315999D03*
X202691999Y-115315999D03*
X200151999Y-115315999D03*
X197611999Y-115315999D03*
X195071999Y-115315999D03*
D15*
X192531999Y-73151999D03*
D16*
X195071999Y-73151999D03*
X197611999Y-73151999D03*
X200151999Y-73151999D03*
X202691999Y-73151999D03*
X205231999Y-73151999D03*
X207771999Y-73151999D03*
X210311999Y-73151999D03*
X210311999Y-65531999D03*
X207771999Y-65531999D03*
X205231999Y-65531999D03*
X202691999Y-65531999D03*
X200151999Y-65531999D03*
X197611999Y-65531999D03*
X195071999Y-65531999D03*
X192531999Y-65531999D03*
D15*
X195071999Y-109219999D03*
D16*
X197611999Y-109219999D03*
X200151999Y-109219999D03*
X202691999Y-109219999D03*
X205231999Y-109219999D03*
X207771999Y-109219999D03*
X210311999Y-109219999D03*
X210311999Y-101599999D03*
X207771999Y-101599999D03*
X205231999Y-101599999D03*
X202691999Y-101599999D03*
X200151999Y-101599999D03*
X197611999Y-101599999D03*
X195071999Y-101599999D03*
D15*
X192546999Y-92445999D03*
D16*
X195086999Y-92445999D03*
X197626999Y-92445999D03*
X200166999Y-92445999D03*
X202706999Y-92445999D03*
X205246999Y-92445999D03*
X207786999Y-92445999D03*
X210326999Y-92445999D03*
X210326999Y-84825999D03*
X207786999Y-84825999D03*
X205246999Y-84825999D03*
X202706999Y-84825999D03*
X200166999Y-84825999D03*
X197626999Y-84825999D03*
X195086999Y-84825999D03*
X192546999Y-84825999D03*
D19*
X114300000Y-52328000D03*
X109400000Y-52328000D03*
D20*
X189469999Y-138153199D03*
X186929999Y-138153199D03*
X184389999Y-138153199D03*
X181849999Y-138153199D03*
X179309999Y-138153199D03*
X176769999Y-138153199D03*
X174229999Y-138153199D03*
X171689999Y-138153199D03*
X169149999Y-138153199D03*
X166609999Y-138153199D03*
X164069999Y-138153199D03*
X161529999Y-138153199D03*
X158989999Y-138153199D03*
X156449999Y-138153199D03*
X153909999Y-138153199D03*
X151369999Y-138153199D03*
X148829999Y-138153199D03*
X146289999Y-138153199D03*
X143749999Y-138153199D03*
X141209999Y-138153199D03*
X138669999Y-138153199D03*
X136129999Y-138153199D03*
D10*
X167894000Y-104180000D03*
X167894000Y-106680000D03*
D21*
X104140000Y-131064000D03*
D10*
X191770000Y-104140000D03*
X191770000Y-106640000D03*
X191770000Y-120396000D03*
X191770000Y-117896000D03*
D22*
X136513999Y-80667999D03*
D23*
X136513999Y-82667999D03*
X136513999Y-84667999D03*
D22*
X133513999Y-80667999D03*
D23*
X133513999Y-82667999D03*
X133513999Y-84667999D03*
D13*
X109300000Y-57150000D03*
D14*
X114379999Y-57149999D03*
D10*
X124226000Y-61722000D03*
X126726000Y-61722000D03*
X189230000Y-68072000D03*
X189230000Y-70572000D03*
D15*
X145033999Y-96265999D03*
D16*
X147573999Y-96265999D03*
X150113999Y-96265999D03*
X152653999Y-96265999D03*
X155193999Y-96265999D03*
X157733999Y-96265999D03*
X160273999Y-96265999D03*
X162813999Y-96265999D03*
X165353999Y-96265999D03*
X167893999Y-96265999D03*
X170433999Y-96265999D03*
X172973999Y-96265999D03*
X175513999Y-96265999D03*
X178053999Y-96265999D03*
X178053999Y-81025999D03*
X175513999Y-81025999D03*
X172973999Y-81025999D03*
X170433999Y-81025999D03*
X167893999Y-81025999D03*
X165353999Y-81025999D03*
X162813999Y-81025999D03*
X160273999Y-81025999D03*
X157733999Y-81025999D03*
X155193999Y-81025999D03*
X152653999Y-81025999D03*
X150113999Y-81025999D03*
X147573999Y-81025999D03*
X145033999Y-81025999D03*
D10*
X182334000Y-90036000D03*
X182334000Y-87536000D03*
D21*
X212090000Y-131064000D03*
D24*
X125729999Y-128445999D03*
D25*
X127253999Y-128445999D03*
X128828799Y-128445999D03*
D13*
X109240000Y-59944000D03*
D14*
X114319999Y-59943999D03*
D10*
X189230000Y-89916000D03*
X189230000Y-87416000D03*
X118404000Y-61722000D03*
X120904000Y-61722000D03*
D21*
X104140000Y-43942000D03*
X211836000Y-43942000D03*
D10*
X107586000Y-104487000D03*
X105086000Y-104487000D03*
D15*
X105155999Y-122427999D03*
D16*
X107695999Y-122427999D03*
X110235999Y-122427999D03*
X112775999Y-122427999D03*
X115315999Y-122427999D03*
X117855999Y-122427999D03*
X120395999Y-122427999D03*
X122935999Y-122427999D03*
X125475999Y-122427999D03*
X128015999Y-122427999D03*
X130555999Y-122427999D03*
X133095999Y-122427999D03*
X135635999Y-122427999D03*
X138175999Y-122427999D03*
X138175999Y-107187999D03*
X135635999Y-107187999D03*
X133095999Y-107187999D03*
X130555999Y-107187999D03*
X128015999Y-107187999D03*
X125475999Y-107187999D03*
X122935999Y-107187999D03*
X120395999Y-107187999D03*
X117855999Y-107187999D03*
X115315999Y-107187999D03*
X112775999Y-107187999D03*
X110235999Y-107187999D03*
X107695999Y-107187999D03*
X105155999Y-107187999D03*
D15*
X136397999Y-73151999D03*
D16*
X138937999Y-73151999D03*
X141477999Y-73151999D03*
X144017999Y-73151999D03*
X146557999Y-73151999D03*
X149097999Y-73151999D03*
X151637999Y-73151999D03*
X151637999Y-65531999D03*
X149097999Y-65531999D03*
X146557999Y-65531999D03*
X144017999Y-65531999D03*
X141477999Y-65531999D03*
X138937999Y-65531999D03*
X136397999Y-65531999D03*
D15*
X108601999Y-86733999D03*
D16*
X111141999Y-86733999D03*
X113681999Y-86733999D03*
X116221999Y-86733999D03*
X118761999Y-86733999D03*
X121301999Y-86733999D03*
X123841999Y-86733999D03*
X123841999Y-79113999D03*
X121301999Y-79113999D03*
X118761999Y-79113999D03*
X116221999Y-79113999D03*
X113681999Y-79113999D03*
X111141999Y-79113999D03*
X108601999Y-79113999D03*
M02*

15
kicad/Output/v1.1/SFD700-F_Paste.gbr vendored Normal file
View File

@@ -0,0 +1,15 @@
G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(7.0.0-0)*
G04 #@! TF.CreationDate,2023-05-08T12:54:49+01:00*
G04 #@! TF.ProjectId,SFD700,53464437-3030-42e6-9b69-6361645f7063,rev?*
G04 #@! TF.SameCoordinates,Original*
G04 #@! TF.FileFunction,Paste,Top*
G04 #@! TF.FilePolarity,Positive*
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (7.0.0-0)) date 2023-05-08 12:54:49*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 APERTURE END LIST*
M02*

17367
kicad/Output/v1.1/SFD700-F_Silkscreen.gbr vendored Normal file

File diff suppressed because it is too large Load Diff

29814
kicad/Output/v1.1/SFD700-In1_Cu.gbr vendored Normal file

File diff suppressed because it is too large Load Diff

25103
kicad/Output/v1.1/SFD700-In2_Cu.gbr vendored Normal file

File diff suppressed because it is too large Load Diff

1324
kicad/Output/v1.1/SFD700-NPTH-drl_map.dxf vendored Normal file

File diff suppressed because it is too large Load Diff

13
kicad/Output/v1.1/SFD700-NPTH.drl vendored Normal file
View File

@@ -0,0 +1,13 @@
M48
; DRILL file {KiCad (7.0.0-0)} date Monday, 08 May 2023 at 12:54:53
; FORMAT={-:-/ absolute / metric / decimal}
; #@! TF.CreationDate,2023-05-08T12:54:53+01:00
; #@! TF.GenerationSoftware,Kicad,Pcbnew,(7.0.0-0)
; #@! TF.FileFunction,NonPlated,1,4,NPTH
FMAT,2
METRIC
%
G90
G05
T0
M30

44346
kicad/Output/v1.1/SFD700-PTH-drl_map.dxf vendored Normal file

File diff suppressed because it is too large Load Diff

394
kicad/Output/v1.1/SFD700-PTH.drl vendored Normal file
View File

@@ -0,0 +1,394 @@
M48
; DRILL file {KiCad (7.0.0-0)} date Monday, 08 May 2023 at 12:54:53
; FORMAT={-:-/ absolute / metric / decimal}
; #@! TF.CreationDate,2023-05-08T12:54:53+01:00
; #@! TF.GenerationSoftware,Kicad,Pcbnew,(7.0.0-0)
; #@! TF.FileFunction,Plated,1,4,PTH
FMAT,2
METRIC
; #@! TA.AperFunction,Plated,PTH,ViaDrill
T1C0.400
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T2C0.700
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T3C0.750
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T4C0.800
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T5C1.000
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T6C2.700
%
G90
G05
T1
X140.0Y-124.145
X148.382Y-128.521
X149.647Y-128.521
X153.478Y-128.521
X159.639Y-98.894
X162.814Y-130.944
X171.303Y-104.386
X172.436Y-110.458
X175.623Y-66.898
X179.855Y-94.825
X180.742Y-124.428
X182.118Y-130.556
X183.519Y-129.861
X184.613Y-129.833
X186.238Y-130.642
X187.89Y-126.926
T2
X109.24Y-59.944
X109.3Y-57.15
X114.32Y-59.944
X114.38Y-57.15
X130.114Y-80.098
X130.114Y-85.178
X131.572Y-126.746
X136.652Y-126.746
T3
X125.73Y-128.446
X127.254Y-128.446
X128.829Y-128.446
T4
X104.847Y-67.996
X104.847Y-70.496
X105.086Y-104.487
X105.156Y-107.188
X105.156Y-122.428
X105.3Y-81.42
X105.3Y-83.92
X105.3Y-94.628
X105.3Y-97.128
X107.586Y-104.487
X107.696Y-107.188
X107.696Y-122.428
X108.202Y-65.466
X108.202Y-73.086
X108.602Y-79.114
X108.602Y-86.734
X108.602Y-92.322
X108.602Y-99.942
X109.4Y-52.328
X110.236Y-107.188
X110.236Y-122.428
X110.742Y-65.466
X110.742Y-73.086
X111.142Y-79.114
X111.142Y-86.734
X111.142Y-92.322
X111.142Y-99.942
X112.776Y-107.188
X112.776Y-122.428
X113.282Y-65.466
X113.282Y-73.086
X113.682Y-79.114
X113.682Y-86.734
X113.682Y-92.322
X113.682Y-99.942
X114.3Y-52.328
X115.316Y-107.188
X115.316Y-122.428
X115.822Y-65.466
X115.822Y-73.086
X116.222Y-79.114
X116.222Y-86.734
X116.222Y-92.322
X116.222Y-99.942
X117.856Y-107.188
X117.856Y-122.428
X118.362Y-65.466
X118.362Y-73.086
X118.404Y-61.722
X118.762Y-79.114
X118.762Y-86.734
X118.762Y-92.322
X118.762Y-99.942
X120.396Y-107.188
X120.396Y-122.428
X120.902Y-65.466
X120.902Y-73.086
X120.904Y-61.722
X121.302Y-79.114
X121.302Y-86.734
X121.302Y-92.322
X121.302Y-99.942
X122.936Y-107.188
X122.936Y-122.428
X123.442Y-65.466
X123.442Y-73.086
X123.842Y-79.114
X123.842Y-86.734
X123.842Y-92.322
X123.842Y-99.942
X124.226Y-61.722
X125.476Y-107.188
X125.476Y-122.428
X126.726Y-61.722
X128.016Y-107.188
X128.016Y-122.428
X130.556Y-107.188
X130.556Y-122.428
X133.096Y-68.072
X133.096Y-70.572
X133.096Y-107.188
X133.096Y-122.428
X133.514Y-80.668
X133.514Y-82.668
X133.514Y-84.668
X135.636Y-107.188
X135.636Y-122.428
X136.398Y-65.532
X136.398Y-73.152
X136.514Y-80.668
X136.514Y-82.668
X136.514Y-84.668
X138.176Y-107.188
X138.176Y-122.428
X138.43Y-61.722
X138.938Y-65.532
X138.938Y-73.152
X140.97Y-61.722
X141.478Y-65.532
X141.478Y-73.152
X143.51Y-61.722
X144.018Y-65.532
X144.018Y-73.152
X144.72Y-110.854
X144.72Y-113.394
X144.72Y-115.934
X144.72Y-118.474
X145.034Y-81.026
X145.034Y-96.266
X146.05Y-61.722
X146.558Y-65.532
X146.558Y-73.152
X147.26Y-108.314
X147.26Y-110.854
X147.26Y-113.394
X147.26Y-115.934
X147.26Y-118.474
X147.26Y-121.014
X147.574Y-81.026
X147.574Y-96.266
X148.59Y-61.722
X149.098Y-65.532
X149.098Y-73.152
X149.8Y-108.314
X149.8Y-110.854
X149.8Y-118.474
X149.8Y-121.014
X149.9Y-125.984
X150.114Y-81.026
X150.114Y-96.266
X151.13Y-61.722
X151.638Y-65.532
X151.638Y-73.152
X152.34Y-108.314
X152.34Y-110.854
X152.34Y-118.474
X152.34Y-121.014
X152.4Y-125.984
X152.654Y-81.026
X152.654Y-96.266
X154.88Y-108.314
X154.88Y-110.854
X154.88Y-113.394
X154.88Y-115.934
X154.88Y-118.474
X154.88Y-121.014
X155.194Y-81.026
X155.194Y-96.266
X157.42Y-110.854
X157.42Y-113.394
X157.42Y-115.934
X157.42Y-118.474
X157.734Y-81.026
X157.734Y-96.266
X160.274Y-81.026
X160.274Y-96.266
X161.036Y-68.072
X161.036Y-70.572
X162.814Y-81.026
X162.814Y-96.266
X163.576Y-109.768
X163.576Y-112.268
X163.576Y-115.316
X163.576Y-122.936
X164.338Y-65.532
X164.338Y-73.152
X165.354Y-81.026
X165.354Y-96.266
X166.116Y-115.316
X166.116Y-122.936
X166.878Y-65.532
X166.878Y-73.152
X167.894Y-81.026
X167.894Y-96.266
X167.894Y-104.18
X167.894Y-106.68
X168.656Y-115.316
X168.656Y-122.936
X169.418Y-65.532
X169.418Y-73.152
X170.434Y-81.026
X170.434Y-96.266
X171.191Y-101.59
X171.191Y-109.21
X171.196Y-115.316
X171.196Y-122.936
X171.958Y-65.532
X171.958Y-73.152
X172.974Y-81.026
X172.974Y-96.266
X173.731Y-101.59
X173.731Y-109.21
X173.736Y-115.316
X173.736Y-122.936
X174.498Y-65.532
X174.498Y-73.152
X175.514Y-81.026
X175.514Y-96.266
X176.271Y-101.59
X176.271Y-109.21
X176.276Y-115.316
X176.276Y-122.936
X177.038Y-65.532
X177.038Y-73.152
X178.054Y-81.026
X178.054Y-96.266
X178.811Y-101.59
X178.811Y-109.21
X178.816Y-115.316
X178.816Y-122.936
X179.578Y-65.532
X179.578Y-73.152
X181.351Y-101.59
X181.351Y-109.21
X181.356Y-115.316
X181.356Y-122.936
X182.334Y-87.536
X182.334Y-90.036
X183.891Y-101.59
X183.891Y-109.21
X183.896Y-115.316
X183.896Y-122.936
X186.431Y-101.59
X186.431Y-109.21
X186.436Y-115.316
X186.436Y-122.936
X189.23Y-68.072
X189.23Y-70.572
X189.23Y-87.416
X189.23Y-89.916
X191.77Y-104.14
X191.77Y-106.64
X191.77Y-117.896
X191.77Y-120.396
X192.532Y-65.532
X192.532Y-73.152
X192.547Y-84.826
X192.547Y-92.446
X195.072Y-65.532
X195.072Y-73.152
X195.072Y-101.6
X195.072Y-109.22
X195.072Y-115.316
X195.072Y-122.936
X195.087Y-84.826
X195.087Y-92.446
X195.406Y-129.876
X197.612Y-65.532
X197.612Y-73.152
X197.612Y-101.6
X197.612Y-109.22
X197.612Y-115.316
X197.612Y-122.936
X197.627Y-84.826
X197.627Y-92.446
X197.906Y-129.876
X200.152Y-65.532
X200.152Y-73.152
X200.152Y-101.6
X200.152Y-109.22
X200.152Y-115.316
X200.152Y-122.936
X200.167Y-84.826
X200.167Y-92.446
X202.692Y-65.532
X202.692Y-73.152
X202.692Y-101.6
X202.692Y-109.22
X202.692Y-115.316
X202.692Y-122.936
X202.707Y-84.826
X202.707Y-92.446
X203.748Y-129.794
X205.232Y-65.532
X205.232Y-73.152
X205.232Y-101.6
X205.232Y-109.22
X205.232Y-115.316
X205.232Y-122.936
X205.247Y-84.826
X205.247Y-92.446
X206.248Y-129.794
X207.772Y-65.532
X207.772Y-73.152
X207.772Y-101.6
X207.772Y-109.22
X207.772Y-115.316
X207.772Y-122.936
X207.787Y-84.826
X207.787Y-92.446
X210.312Y-65.532
X210.312Y-73.152
X210.312Y-101.6
X210.312Y-109.22
X210.312Y-115.316
X210.312Y-122.936
X210.327Y-84.826
X210.327Y-92.446
T5
X137.16Y-54.61
X137.16Y-57.15
X139.7Y-54.61
X139.7Y-57.15
X142.24Y-54.61
X142.24Y-57.15
X144.78Y-54.61
X144.78Y-57.15
X147.32Y-54.61
X147.32Y-57.15
X149.86Y-54.61
X149.86Y-57.15
X152.4Y-54.61
X152.4Y-57.15
X154.94Y-54.61
X154.94Y-57.15
X157.48Y-54.61
X157.48Y-57.15
X160.02Y-54.61
X160.02Y-57.15
X162.56Y-54.61
X162.56Y-57.15
X165.1Y-54.61
X165.1Y-57.15
X167.64Y-54.61
X167.64Y-57.15
X170.18Y-54.61
X170.18Y-57.15
X172.72Y-54.61
X172.72Y-57.15
X175.26Y-54.61
X175.26Y-57.15
X177.8Y-54.61
X177.8Y-57.15
T6
X104.14Y-43.942
X104.14Y-131.064
X211.836Y-43.942
X212.09Y-131.064
T0
M30

Binary file not shown.

33920
kicad/Output/v1.2/SFD700-B_Cu.gbr vendored Normal file

File diff suppressed because it is too large Load Diff

463
kicad/Output/v1.2/SFD700-B_Mask.gbr vendored Normal file
View File

@@ -0,0 +1,463 @@
G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(7.0.0-0)*
G04 #@! TF.CreationDate,2023-07-27T10:02:38+01:00*
G04 #@! TF.ProjectId,SFD700,53464437-3030-42e6-9b69-6361645f7063,rev?*
G04 #@! TF.SameCoordinates,Original*
G04 #@! TF.FileFunction,Soldermask,Bot*
G04 #@! TF.FilePolarity,Negative*
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (7.0.0-0)) date 2023-07-27 10:02:38*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 Aperture macros list*
%AMRoundRect*
0 Rectangle with rounded corners*
0 $1 Rounding radius*
0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*
0 Add a 4 corners polygon primitive as box body*
4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*
0 Add four circle primitives for the rounded corners*
1,1,$1+$1,$2,$3*
1,1,$1+$1,$4,$5*
1,1,$1+$1,$6,$7*
1,1,$1+$1,$8,$9*
0 Add four rect primitives between the rounded corners*
20,1,$1+$1,$2,$3,$4,$5,0*
20,1,$1+$1,$4,$5,$6,$7,0*
20,1,$1+$1,$6,$7,$8,$9,0*
20,1,$1+$1,$8,$9,$2,$3,0*%
G04 Aperture macros list end*
%ADD10R,1.700000X1.700000*%
%ADD11O,1.700000X1.700000*%
%ADD12C,1.600000*%
%ADD13R,1.350000X1.350000*%
%ADD14O,1.350000X1.350000*%
%ADD15R,1.600000X1.600000*%
%ADD16O,1.600000X1.600000*%
%ADD17O,1.400000X1.400000*%
%ADD18C,1.400000*%
%ADD19C,1.422400*%
%ADD20R,1.422400X1.422400*%
%ADD21R,1.500000X13.000000*%
%ADD22C,5.400000*%
%ADD23R,1.050000X1.500000*%
%ADD24O,1.050000X1.500000*%
%ADD25RoundRect,0.250000X0.600000X-0.600000X0.600000X0.600000X-0.600000X0.600000X-0.600000X-0.600000X0*%
%ADD26C,1.700000*%
G04 APERTURE END LIST*
D10*
X113090799Y-51618999D03*
D11*
X115630799Y-51618999D03*
X118170799Y-51618999D03*
X120710799Y-51618999D03*
D12*
X194685600Y-128524000D03*
X197185600Y-128524000D03*
X112897600Y-77622400D03*
X115397600Y-77622400D03*
X184505600Y-68478400D03*
X184505600Y-65978400D03*
D13*
X196291199Y-119989599D03*
D14*
X196291199Y-117989599D03*
X196291199Y-115989599D03*
D15*
X104393999Y-100329999D03*
D16*
X106933999Y-100329999D03*
X109473999Y-100329999D03*
X112013999Y-100329999D03*
X114553999Y-100329999D03*
X117093999Y-100329999D03*
X119633999Y-100329999D03*
X122173999Y-100329999D03*
X124713999Y-100329999D03*
X127253999Y-100329999D03*
X129793999Y-100329999D03*
X132333999Y-100329999D03*
X134873999Y-100329999D03*
X137413999Y-100329999D03*
X139953999Y-100329999D03*
X142493999Y-100329999D03*
X142493999Y-85089999D03*
X139953999Y-85089999D03*
X137413999Y-85089999D03*
X134873999Y-85089999D03*
X132333999Y-85089999D03*
X129793999Y-85089999D03*
X127253999Y-85089999D03*
X124713999Y-85089999D03*
X122173999Y-85089999D03*
X119633999Y-85089999D03*
X117093999Y-85089999D03*
X114553999Y-85089999D03*
X112013999Y-85089999D03*
X109473999Y-85089999D03*
X106933999Y-85089999D03*
X104393999Y-85089999D03*
D17*
X201802999Y-108711999D03*
D18*
X206883000Y-108712000D03*
D17*
X206933799Y-116230399D03*
D18*
X201853800Y-116230400D03*
D17*
X206908399Y-111175799D03*
D18*
X201828400Y-111175800D03*
D17*
X206908399Y-113690399D03*
D18*
X201828400Y-113690400D03*
D12*
X104414000Y-82042000D03*
X106914000Y-82042000D03*
X123469400Y-68021200D03*
X123469400Y-70521200D03*
D16*
X148091999Y-65536999D03*
X150631999Y-65536999D03*
X153171999Y-65536999D03*
X155711999Y-65536999D03*
X158251999Y-65536999D03*
X160791999Y-65536999D03*
X163331999Y-65536999D03*
X165871999Y-65536999D03*
X168411999Y-65536999D03*
X170951999Y-65536999D03*
X173491999Y-65536999D03*
X176031999Y-65536999D03*
X178571999Y-65536999D03*
X181111999Y-65536999D03*
X181111999Y-80776999D03*
X178571999Y-80776999D03*
X176031999Y-80776999D03*
X173491999Y-80776999D03*
X170951999Y-80776999D03*
X168411999Y-80776999D03*
X165871999Y-80776999D03*
X163331999Y-80776999D03*
X160791999Y-80776999D03*
X158251999Y-80776999D03*
X155711999Y-80776999D03*
X153171999Y-80776999D03*
X150631999Y-80776999D03*
D15*
X148091999Y-80776999D03*
X104393999Y-123702999D03*
D16*
X106933999Y-123702999D03*
X109473999Y-123702999D03*
X112013999Y-123702999D03*
X114553999Y-123702999D03*
X117093999Y-123702999D03*
X119633999Y-123702999D03*
X122173999Y-123702999D03*
X124713999Y-123702999D03*
X127253999Y-123702999D03*
X129793999Y-123702999D03*
X132333999Y-123702999D03*
X134873999Y-123702999D03*
X137413999Y-123702999D03*
X139953999Y-123702999D03*
X142493999Y-123702999D03*
X142493999Y-108462999D03*
X139953999Y-108462999D03*
X137413999Y-108462999D03*
X134873999Y-108462999D03*
X132333999Y-108462999D03*
X129793999Y-108462999D03*
X127253999Y-108462999D03*
X124713999Y-108462999D03*
X122173999Y-108462999D03*
X119633999Y-108462999D03*
X117093999Y-108462999D03*
X114553999Y-108462999D03*
X112013999Y-108462999D03*
X109473999Y-108462999D03*
X106933999Y-108462999D03*
X104393999Y-108462999D03*
D12*
X189225000Y-84866000D03*
X189225000Y-87366000D03*
X189225000Y-68356000D03*
X189225000Y-70856000D03*
X176002000Y-125222000D03*
X173502000Y-125222000D03*
X185420000Y-101052000D03*
X185420000Y-98552000D03*
X154432000Y-125222000D03*
X151932000Y-125222000D03*
X161544000Y-84328000D03*
X159044000Y-84328000D03*
X175584800Y-84378800D03*
X178084800Y-84378800D03*
D11*
X212343999Y-111124999D03*
X209803999Y-111124999D03*
X212343999Y-113664999D03*
X209803999Y-113664999D03*
X212343999Y-116204999D03*
X209803999Y-116204999D03*
X212343999Y-118744999D03*
X209803999Y-118744999D03*
X212343999Y-121284999D03*
D10*
X209803999Y-121284999D03*
D17*
X185673999Y-115417599D03*
D18*
X185674000Y-120497600D03*
D17*
X119887999Y-130047999D03*
D18*
X124968000Y-130048000D03*
D15*
X138429999Y-61721999D03*
D16*
X140969999Y-61721999D03*
X143509999Y-61721999D03*
X146049999Y-61721999D03*
X148589999Y-61721999D03*
X151129999Y-61721999D03*
D15*
X192526999Y-73395999D03*
D16*
X195066999Y-73395999D03*
X197606999Y-73395999D03*
X200146999Y-73395999D03*
X202686999Y-73395999D03*
X205226999Y-73395999D03*
X207766999Y-73395999D03*
X207766999Y-65775999D03*
X205226999Y-65775999D03*
X202686999Y-65775999D03*
X200146999Y-65775999D03*
X197606999Y-65775999D03*
X195066999Y-65775999D03*
X192526999Y-65775999D03*
D15*
X192526999Y-89905999D03*
D16*
X195066999Y-89905999D03*
X197606999Y-89905999D03*
X200146999Y-89905999D03*
X202686999Y-89905999D03*
X205226999Y-89905999D03*
X207766999Y-89905999D03*
X207766999Y-82285999D03*
X205226999Y-82285999D03*
X202686999Y-82285999D03*
X200146999Y-82285999D03*
X197606999Y-82285999D03*
X195066999Y-82285999D03*
X192526999Y-82285999D03*
D19*
X167640000Y-91948000D03*
X167640000Y-89408000D03*
X170180000Y-91948000D03*
X170180000Y-89408000D03*
X172720000Y-91948000D03*
X172720000Y-89408000D03*
X175260000Y-91948000D03*
X175260000Y-89408000D03*
X177800000Y-91948000D03*
X177800000Y-89408000D03*
X180340000Y-91948000D03*
X177800000Y-94488000D03*
X180340000Y-94488000D03*
X177800000Y-97028000D03*
X180340000Y-97028000D03*
X177800000Y-99568000D03*
X180340000Y-99568000D03*
X177800000Y-102108000D03*
X180340000Y-102108000D03*
X177800000Y-104648000D03*
X180340000Y-104648000D03*
X177800000Y-107188000D03*
X180340000Y-107188000D03*
X177800000Y-109728000D03*
X180340000Y-109728000D03*
X177800000Y-112268000D03*
X180340000Y-112268000D03*
X177800000Y-114808000D03*
X180340000Y-114808000D03*
X177800000Y-117348000D03*
X180340000Y-117348000D03*
X177800000Y-119888000D03*
X175260000Y-117348000D03*
X175260000Y-119888000D03*
X172720000Y-117348000D03*
X172720000Y-119888000D03*
X170180000Y-117348000D03*
X170180000Y-119888000D03*
X167640000Y-117348000D03*
X167640000Y-119888000D03*
X165100000Y-117348000D03*
X165100000Y-119888000D03*
X162560000Y-117348000D03*
X162560000Y-119888000D03*
X160020000Y-117348000D03*
X160020000Y-119888000D03*
X157480000Y-117348000D03*
X157480000Y-119888000D03*
X154940000Y-117348000D03*
X154940000Y-119888000D03*
X152400000Y-117348000D03*
X152400000Y-119888000D03*
X149860000Y-117348000D03*
X152400000Y-114808000D03*
X149860000Y-114808000D03*
X152400000Y-112268000D03*
X149860000Y-112268000D03*
X152400000Y-109728000D03*
X149860000Y-109728000D03*
X152400000Y-107188000D03*
X149860000Y-107188000D03*
X152400000Y-104648000D03*
X149860000Y-104648000D03*
X152400000Y-102108000D03*
X149860000Y-102108000D03*
X152400000Y-99568000D03*
X149860000Y-99568000D03*
X152400000Y-97028000D03*
X149860000Y-97028000D03*
X152400000Y-94488000D03*
X149860000Y-94488000D03*
X152400000Y-91948000D03*
X149860000Y-91948000D03*
X152400000Y-89408000D03*
X154940000Y-91948000D03*
X154940000Y-89408000D03*
X157480000Y-91948000D03*
X157480000Y-89408000D03*
X160020000Y-91948000D03*
X160020000Y-89408000D03*
X162560000Y-91948000D03*
X162560000Y-89408000D03*
X165100000Y-91948000D03*
D20*
X165099999Y-89407999D03*
D21*
X189469999Y-138153199D03*
X186929999Y-138153199D03*
X184389999Y-138153199D03*
X181849999Y-138153199D03*
X179309999Y-138153199D03*
X176769999Y-138153199D03*
X174229999Y-138153199D03*
X171689999Y-138153199D03*
X169149999Y-138153199D03*
X166609999Y-138153199D03*
X164069999Y-138153199D03*
X161529999Y-138153199D03*
X158989999Y-138153199D03*
X156449999Y-138153199D03*
X153909999Y-138153199D03*
X151369999Y-138153199D03*
X148829999Y-138153199D03*
X146289999Y-138153199D03*
X143749999Y-138153199D03*
X141209999Y-138153199D03*
X138669999Y-138153199D03*
X136129999Y-138153199D03*
D12*
X144740000Y-104394000D03*
X142240000Y-104394000D03*
D22*
X104140000Y-131064000D03*
D12*
X203270800Y-128778000D03*
X205770800Y-128778000D03*
D13*
X190296799Y-119991999D03*
D14*
X190296799Y-117991999D03*
X190296799Y-115991999D03*
D13*
X193296799Y-119991999D03*
D14*
X193296799Y-117991999D03*
X193296799Y-115991999D03*
D16*
X107779999Y-65971999D03*
X115399999Y-65971999D03*
X115399999Y-73591999D03*
D15*
X107779999Y-73591999D03*
D17*
X196799199Y-108711999D03*
D18*
X191719200Y-108712000D03*
D22*
X212090000Y-131064000D03*
D23*
X113487199Y-130047999D03*
D24*
X115011199Y-130047999D03*
X116585999Y-130047999D03*
D12*
X104292400Y-105105200D03*
X106792400Y-105105200D03*
D22*
X104140000Y-43942000D03*
X211836000Y-43942000D03*
D25*
X137160000Y-57150000D03*
D26*
X137160000Y-54610000D03*
X139700000Y-57150000D03*
X139700000Y-54610000D03*
X142240000Y-57150000D03*
X142240000Y-54610000D03*
X144780000Y-57150000D03*
X144780000Y-54610000D03*
X147320000Y-57150000D03*
X147320000Y-54610000D03*
X149860000Y-57150000D03*
X149860000Y-54610000D03*
X152400000Y-57150000D03*
X152400000Y-54610000D03*
X154940000Y-57150000D03*
X154940000Y-54610000D03*
X157480000Y-57150000D03*
X157480000Y-54610000D03*
X160020000Y-57150000D03*
X160020000Y-54610000D03*
X162560000Y-57150000D03*
X162560000Y-54610000D03*
X165100000Y-57150000D03*
X165100000Y-54610000D03*
X167640000Y-57150000D03*
X167640000Y-54610000D03*
X170180000Y-57150000D03*
X170180000Y-54610000D03*
X172720000Y-57150000D03*
X172720000Y-54610000D03*
X175260000Y-57150000D03*
X175260000Y-54610000D03*
X177800000Y-57150000D03*
X177800000Y-54610000D03*
D15*
X126745999Y-73405999D03*
D16*
X129285999Y-73405999D03*
X131825999Y-73405999D03*
X134365999Y-73405999D03*
X136905999Y-73405999D03*
X139445999Y-73405999D03*
X141985999Y-73405999D03*
X141985999Y-65785999D03*
X139445999Y-65785999D03*
X136905999Y-65785999D03*
X134365999Y-65785999D03*
X131825999Y-65785999D03*
X129285999Y-65785999D03*
X126745999Y-65785999D03*
M02*

15
kicad/Output/v1.2/SFD700-B_Paste.gbr vendored Normal file
View File

@@ -0,0 +1,15 @@
G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(7.0.0-0)*
G04 #@! TF.CreationDate,2023-07-27T10:02:38+01:00*
G04 #@! TF.ProjectId,SFD700,53464437-3030-42e6-9b69-6361645f7063,rev?*
G04 #@! TF.SameCoordinates,Original*
G04 #@! TF.FileFunction,Paste,Bot*
G04 #@! TF.FilePolarity,Positive*
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (7.0.0-0)) date 2023-07-27 10:02:38*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 APERTURE END LIST*
M02*

24253
kicad/Output/v1.2/SFD700-B_Silkscreen.gbr vendored Normal file

File diff suppressed because it is too large Load Diff

38
kicad/Output/v1.2/SFD700-Edge_Cuts.gbr vendored Normal file
View File

@@ -0,0 +1,38 @@
G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(7.0.0-0)*
G04 #@! TF.CreationDate,2023-07-27T10:02:39+01:00*
G04 #@! TF.ProjectId,SFD700,53464437-3030-42e6-9b69-6361645f7063,rev?*
G04 #@! TF.SameCoordinates,Original*
G04 #@! TF.FileFunction,Profile,NP*
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (7.0.0-0)) date 2023-07-27 10:02:39*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 #@! TA.AperFunction,Profile*
%ADD10C,0.050000*%
G04 #@! TD*
G04 APERTURE END LIST*
D10*
X216000000Y-40000000D02*
X216000000Y-135000000D01*
X100000000Y-40000000D02*
X216000000Y-40000000D01*
X134000000Y-135000000D02*
X100000000Y-135000000D01*
X192000000Y-135000000D02*
X192000000Y-144700000D01*
X134200000Y-145000000D02*
X191700000Y-145000000D01*
X216000000Y-135000000D02*
X192000000Y-135000000D01*
X134000000Y-135000000D02*
X134000000Y-144800000D01*
X191700000Y-145000000D02*
X192000000Y-144700000D01*
X100000000Y-40000000D02*
X100000000Y-135000000D01*
X134000000Y-144800000D02*
X134200000Y-145000000D01*
M02*

32794
kicad/Output/v1.2/SFD700-F_Cu.gbr vendored Normal file

File diff suppressed because it is too large Load Diff

463
kicad/Output/v1.2/SFD700-F_Mask.gbr vendored Normal file
View File

@@ -0,0 +1,463 @@
G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(7.0.0-0)*
G04 #@! TF.CreationDate,2023-07-27T10:02:38+01:00*
G04 #@! TF.ProjectId,SFD700,53464437-3030-42e6-9b69-6361645f7063,rev?*
G04 #@! TF.SameCoordinates,Original*
G04 #@! TF.FileFunction,Soldermask,Top*
G04 #@! TF.FilePolarity,Negative*
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (7.0.0-0)) date 2023-07-27 10:02:38*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 Aperture macros list*
%AMRoundRect*
0 Rectangle with rounded corners*
0 $1 Rounding radius*
0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*
0 Add a 4 corners polygon primitive as box body*
4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*
0 Add four circle primitives for the rounded corners*
1,1,$1+$1,$2,$3*
1,1,$1+$1,$4,$5*
1,1,$1+$1,$6,$7*
1,1,$1+$1,$8,$9*
0 Add four rect primitives between the rounded corners*
20,1,$1+$1,$2,$3,$4,$5,0*
20,1,$1+$1,$4,$5,$6,$7,0*
20,1,$1+$1,$6,$7,$8,$9,0*
20,1,$1+$1,$8,$9,$2,$3,0*%
G04 Aperture macros list end*
%ADD10R,1.700000X1.700000*%
%ADD11O,1.700000X1.700000*%
%ADD12C,1.600000*%
%ADD13R,1.350000X1.350000*%
%ADD14O,1.350000X1.350000*%
%ADD15R,1.600000X1.600000*%
%ADD16O,1.600000X1.600000*%
%ADD17O,1.400000X1.400000*%
%ADD18C,1.400000*%
%ADD19C,1.422400*%
%ADD20R,1.422400X1.422400*%
%ADD21R,1.500000X13.000000*%
%ADD22C,5.400000*%
%ADD23R,1.050000X1.500000*%
%ADD24O,1.050000X1.500000*%
%ADD25RoundRect,0.250000X0.600000X-0.600000X0.600000X0.600000X-0.600000X0.600000X-0.600000X-0.600000X0*%
%ADD26C,1.700000*%
G04 APERTURE END LIST*
D10*
X113090799Y-51618999D03*
D11*
X115630799Y-51618999D03*
X118170799Y-51618999D03*
X120710799Y-51618999D03*
D12*
X194685600Y-128524000D03*
X197185600Y-128524000D03*
X112897600Y-77622400D03*
X115397600Y-77622400D03*
X184505600Y-68478400D03*
X184505600Y-65978400D03*
D13*
X196291199Y-119989599D03*
D14*
X196291199Y-117989599D03*
X196291199Y-115989599D03*
D15*
X104393999Y-100329999D03*
D16*
X106933999Y-100329999D03*
X109473999Y-100329999D03*
X112013999Y-100329999D03*
X114553999Y-100329999D03*
X117093999Y-100329999D03*
X119633999Y-100329999D03*
X122173999Y-100329999D03*
X124713999Y-100329999D03*
X127253999Y-100329999D03*
X129793999Y-100329999D03*
X132333999Y-100329999D03*
X134873999Y-100329999D03*
X137413999Y-100329999D03*
X139953999Y-100329999D03*
X142493999Y-100329999D03*
X142493999Y-85089999D03*
X139953999Y-85089999D03*
X137413999Y-85089999D03*
X134873999Y-85089999D03*
X132333999Y-85089999D03*
X129793999Y-85089999D03*
X127253999Y-85089999D03*
X124713999Y-85089999D03*
X122173999Y-85089999D03*
X119633999Y-85089999D03*
X117093999Y-85089999D03*
X114553999Y-85089999D03*
X112013999Y-85089999D03*
X109473999Y-85089999D03*
X106933999Y-85089999D03*
X104393999Y-85089999D03*
D17*
X201802999Y-108711999D03*
D18*
X206883000Y-108712000D03*
D17*
X206933799Y-116230399D03*
D18*
X201853800Y-116230400D03*
D17*
X206908399Y-111175799D03*
D18*
X201828400Y-111175800D03*
D17*
X206908399Y-113690399D03*
D18*
X201828400Y-113690400D03*
D12*
X104414000Y-82042000D03*
X106914000Y-82042000D03*
X123469400Y-68021200D03*
X123469400Y-70521200D03*
D16*
X148091999Y-65536999D03*
X150631999Y-65536999D03*
X153171999Y-65536999D03*
X155711999Y-65536999D03*
X158251999Y-65536999D03*
X160791999Y-65536999D03*
X163331999Y-65536999D03*
X165871999Y-65536999D03*
X168411999Y-65536999D03*
X170951999Y-65536999D03*
X173491999Y-65536999D03*
X176031999Y-65536999D03*
X178571999Y-65536999D03*
X181111999Y-65536999D03*
X181111999Y-80776999D03*
X178571999Y-80776999D03*
X176031999Y-80776999D03*
X173491999Y-80776999D03*
X170951999Y-80776999D03*
X168411999Y-80776999D03*
X165871999Y-80776999D03*
X163331999Y-80776999D03*
X160791999Y-80776999D03*
X158251999Y-80776999D03*
X155711999Y-80776999D03*
X153171999Y-80776999D03*
X150631999Y-80776999D03*
D15*
X148091999Y-80776999D03*
X104393999Y-123702999D03*
D16*
X106933999Y-123702999D03*
X109473999Y-123702999D03*
X112013999Y-123702999D03*
X114553999Y-123702999D03*
X117093999Y-123702999D03*
X119633999Y-123702999D03*
X122173999Y-123702999D03*
X124713999Y-123702999D03*
X127253999Y-123702999D03*
X129793999Y-123702999D03*
X132333999Y-123702999D03*
X134873999Y-123702999D03*
X137413999Y-123702999D03*
X139953999Y-123702999D03*
X142493999Y-123702999D03*
X142493999Y-108462999D03*
X139953999Y-108462999D03*
X137413999Y-108462999D03*
X134873999Y-108462999D03*
X132333999Y-108462999D03*
X129793999Y-108462999D03*
X127253999Y-108462999D03*
X124713999Y-108462999D03*
X122173999Y-108462999D03*
X119633999Y-108462999D03*
X117093999Y-108462999D03*
X114553999Y-108462999D03*
X112013999Y-108462999D03*
X109473999Y-108462999D03*
X106933999Y-108462999D03*
X104393999Y-108462999D03*
D12*
X189225000Y-84866000D03*
X189225000Y-87366000D03*
X189225000Y-68356000D03*
X189225000Y-70856000D03*
X176002000Y-125222000D03*
X173502000Y-125222000D03*
X185420000Y-101052000D03*
X185420000Y-98552000D03*
X154432000Y-125222000D03*
X151932000Y-125222000D03*
X161544000Y-84328000D03*
X159044000Y-84328000D03*
X175584800Y-84378800D03*
X178084800Y-84378800D03*
D11*
X212343999Y-111124999D03*
X209803999Y-111124999D03*
X212343999Y-113664999D03*
X209803999Y-113664999D03*
X212343999Y-116204999D03*
X209803999Y-116204999D03*
X212343999Y-118744999D03*
X209803999Y-118744999D03*
X212343999Y-121284999D03*
D10*
X209803999Y-121284999D03*
D17*
X185673999Y-115417599D03*
D18*
X185674000Y-120497600D03*
D17*
X119887999Y-130047999D03*
D18*
X124968000Y-130048000D03*
D15*
X138429999Y-61721999D03*
D16*
X140969999Y-61721999D03*
X143509999Y-61721999D03*
X146049999Y-61721999D03*
X148589999Y-61721999D03*
X151129999Y-61721999D03*
D15*
X192526999Y-73395999D03*
D16*
X195066999Y-73395999D03*
X197606999Y-73395999D03*
X200146999Y-73395999D03*
X202686999Y-73395999D03*
X205226999Y-73395999D03*
X207766999Y-73395999D03*
X207766999Y-65775999D03*
X205226999Y-65775999D03*
X202686999Y-65775999D03*
X200146999Y-65775999D03*
X197606999Y-65775999D03*
X195066999Y-65775999D03*
X192526999Y-65775999D03*
D15*
X192526999Y-89905999D03*
D16*
X195066999Y-89905999D03*
X197606999Y-89905999D03*
X200146999Y-89905999D03*
X202686999Y-89905999D03*
X205226999Y-89905999D03*
X207766999Y-89905999D03*
X207766999Y-82285999D03*
X205226999Y-82285999D03*
X202686999Y-82285999D03*
X200146999Y-82285999D03*
X197606999Y-82285999D03*
X195066999Y-82285999D03*
X192526999Y-82285999D03*
D19*
X167640000Y-91948000D03*
X167640000Y-89408000D03*
X170180000Y-91948000D03*
X170180000Y-89408000D03*
X172720000Y-91948000D03*
X172720000Y-89408000D03*
X175260000Y-91948000D03*
X175260000Y-89408000D03*
X177800000Y-91948000D03*
X177800000Y-89408000D03*
X180340000Y-91948000D03*
X177800000Y-94488000D03*
X180340000Y-94488000D03*
X177800000Y-97028000D03*
X180340000Y-97028000D03*
X177800000Y-99568000D03*
X180340000Y-99568000D03*
X177800000Y-102108000D03*
X180340000Y-102108000D03*
X177800000Y-104648000D03*
X180340000Y-104648000D03*
X177800000Y-107188000D03*
X180340000Y-107188000D03*
X177800000Y-109728000D03*
X180340000Y-109728000D03*
X177800000Y-112268000D03*
X180340000Y-112268000D03*
X177800000Y-114808000D03*
X180340000Y-114808000D03*
X177800000Y-117348000D03*
X180340000Y-117348000D03*
X177800000Y-119888000D03*
X175260000Y-117348000D03*
X175260000Y-119888000D03*
X172720000Y-117348000D03*
X172720000Y-119888000D03*
X170180000Y-117348000D03*
X170180000Y-119888000D03*
X167640000Y-117348000D03*
X167640000Y-119888000D03*
X165100000Y-117348000D03*
X165100000Y-119888000D03*
X162560000Y-117348000D03*
X162560000Y-119888000D03*
X160020000Y-117348000D03*
X160020000Y-119888000D03*
X157480000Y-117348000D03*
X157480000Y-119888000D03*
X154940000Y-117348000D03*
X154940000Y-119888000D03*
X152400000Y-117348000D03*
X152400000Y-119888000D03*
X149860000Y-117348000D03*
X152400000Y-114808000D03*
X149860000Y-114808000D03*
X152400000Y-112268000D03*
X149860000Y-112268000D03*
X152400000Y-109728000D03*
X149860000Y-109728000D03*
X152400000Y-107188000D03*
X149860000Y-107188000D03*
X152400000Y-104648000D03*
X149860000Y-104648000D03*
X152400000Y-102108000D03*
X149860000Y-102108000D03*
X152400000Y-99568000D03*
X149860000Y-99568000D03*
X152400000Y-97028000D03*
X149860000Y-97028000D03*
X152400000Y-94488000D03*
X149860000Y-94488000D03*
X152400000Y-91948000D03*
X149860000Y-91948000D03*
X152400000Y-89408000D03*
X154940000Y-91948000D03*
X154940000Y-89408000D03*
X157480000Y-91948000D03*
X157480000Y-89408000D03*
X160020000Y-91948000D03*
X160020000Y-89408000D03*
X162560000Y-91948000D03*
X162560000Y-89408000D03*
X165100000Y-91948000D03*
D20*
X165099999Y-89407999D03*
D21*
X189469999Y-138153199D03*
X186929999Y-138153199D03*
X184389999Y-138153199D03*
X181849999Y-138153199D03*
X179309999Y-138153199D03*
X176769999Y-138153199D03*
X174229999Y-138153199D03*
X171689999Y-138153199D03*
X169149999Y-138153199D03*
X166609999Y-138153199D03*
X164069999Y-138153199D03*
X161529999Y-138153199D03*
X158989999Y-138153199D03*
X156449999Y-138153199D03*
X153909999Y-138153199D03*
X151369999Y-138153199D03*
X148829999Y-138153199D03*
X146289999Y-138153199D03*
X143749999Y-138153199D03*
X141209999Y-138153199D03*
X138669999Y-138153199D03*
X136129999Y-138153199D03*
D12*
X144740000Y-104394000D03*
X142240000Y-104394000D03*
D22*
X104140000Y-131064000D03*
D12*
X203270800Y-128778000D03*
X205770800Y-128778000D03*
D13*
X190296799Y-119991999D03*
D14*
X190296799Y-117991999D03*
X190296799Y-115991999D03*
D13*
X193296799Y-119991999D03*
D14*
X193296799Y-117991999D03*
X193296799Y-115991999D03*
D16*
X107779999Y-65971999D03*
X115399999Y-65971999D03*
X115399999Y-73591999D03*
D15*
X107779999Y-73591999D03*
D17*
X196799199Y-108711999D03*
D18*
X191719200Y-108712000D03*
D22*
X212090000Y-131064000D03*
D23*
X113487199Y-130047999D03*
D24*
X115011199Y-130047999D03*
X116585999Y-130047999D03*
D12*
X104292400Y-105105200D03*
X106792400Y-105105200D03*
D22*
X104140000Y-43942000D03*
X211836000Y-43942000D03*
D25*
X137160000Y-57150000D03*
D26*
X137160000Y-54610000D03*
X139700000Y-57150000D03*
X139700000Y-54610000D03*
X142240000Y-57150000D03*
X142240000Y-54610000D03*
X144780000Y-57150000D03*
X144780000Y-54610000D03*
X147320000Y-57150000D03*
X147320000Y-54610000D03*
X149860000Y-57150000D03*
X149860000Y-54610000D03*
X152400000Y-57150000D03*
X152400000Y-54610000D03*
X154940000Y-57150000D03*
X154940000Y-54610000D03*
X157480000Y-57150000D03*
X157480000Y-54610000D03*
X160020000Y-57150000D03*
X160020000Y-54610000D03*
X162560000Y-57150000D03*
X162560000Y-54610000D03*
X165100000Y-57150000D03*
X165100000Y-54610000D03*
X167640000Y-57150000D03*
X167640000Y-54610000D03*
X170180000Y-57150000D03*
X170180000Y-54610000D03*
X172720000Y-57150000D03*
X172720000Y-54610000D03*
X175260000Y-57150000D03*
X175260000Y-54610000D03*
X177800000Y-57150000D03*
X177800000Y-54610000D03*
D15*
X126745999Y-73405999D03*
D16*
X129285999Y-73405999D03*
X131825999Y-73405999D03*
X134365999Y-73405999D03*
X136905999Y-73405999D03*
X139445999Y-73405999D03*
X141985999Y-73405999D03*
X141985999Y-65785999D03*
X139445999Y-65785999D03*
X136905999Y-65785999D03*
X134365999Y-65785999D03*
X131825999Y-65785999D03*
X129285999Y-65785999D03*
X126745999Y-65785999D03*
M02*

15
kicad/Output/v1.2/SFD700-F_Paste.gbr vendored Normal file
View File

@@ -0,0 +1,15 @@
G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(7.0.0-0)*
G04 #@! TF.CreationDate,2023-07-27T10:02:38+01:00*
G04 #@! TF.ProjectId,SFD700,53464437-3030-42e6-9b69-6361645f7063,rev?*
G04 #@! TF.SameCoordinates,Original*
G04 #@! TF.FileFunction,Paste,Top*
G04 #@! TF.FilePolarity,Positive*
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (7.0.0-0)) date 2023-07-27 10:02:38*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 APERTURE END LIST*
M02*

24719
kicad/Output/v1.2/SFD700-F_Silkscreen.gbr vendored Normal file

File diff suppressed because it is too large Load Diff

25416
kicad/Output/v1.2/SFD700-In1_Cu.gbr vendored Normal file

File diff suppressed because it is too large Load Diff

20237
kicad/Output/v1.2/SFD700-In2_Cu.gbr vendored Normal file

File diff suppressed because it is too large Load Diff

1324
kicad/Output/v1.2/SFD700-NPTH-drl_map.dxf vendored Normal file

File diff suppressed because it is too large Load Diff

13
kicad/Output/v1.2/SFD700-NPTH.drl vendored Normal file
View File

@@ -0,0 +1,13 @@
M48
; DRILL file {KiCad (7.0.0-0)} date Thursday, 27 July 2023 at 10:02:43
; FORMAT={-:-/ absolute / metric / decimal}
; #@! TF.CreationDate,2023-07-27T10:02:43+01:00
; #@! TF.GenerationSoftware,Kicad,Pcbnew,(7.0.0-0)
; #@! TF.FileFunction,NonPlated,1,4,NPTH
FMAT,2
METRIC
%
G90
G05
T0
M30

43412
kicad/Output/v1.2/SFD700-PTH-drl_map.dxf vendored Normal file

File diff suppressed because it is too large Load Diff

404
kicad/Output/v1.2/SFD700-PTH.drl vendored Normal file
View File

@@ -0,0 +1,404 @@
M48
; DRILL file {KiCad (7.0.0-0)} date Thursday, 27 July 2023 at 10:02:43
; FORMAT={-:-/ absolute / metric / decimal}
; #@! TF.CreationDate,2023-07-27T10:02:43+01:00
; #@! TF.GenerationSoftware,Kicad,Pcbnew,(7.0.0-0)
; #@! TF.FileFunction,Plated,1,4,PTH
FMAT,2
METRIC
; #@! TA.AperFunction,Plated,PTH,ViaDrill
T1C0.400
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T2C0.700
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T3C0.750
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T4C0.800
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T5C1.000
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T6C2.700
%
G90
G05
T1
X144.628Y-130.683
X146.424Y-112.033
X148.059Y-99.068
X148.632Y-131.033
X149.973Y-130.288
X150.59Y-88.734
X154.464Y-130.981
X154.467Y-95.954
X155.374Y-129.964
X158.328Y-129.028
X160.336Y-130.972
X161.955Y-103.211
X162.488Y-129.728
X163.16Y-130.53
X163.716Y-88.305
X164.514Y-130.3
X165.146Y-126.998
X166.007Y-130.15
X166.61Y-130.983
X167.709Y-130.807
X167.737Y-126.836
X168.714Y-107.188
X169.134Y-113.328
X169.712Y-96.586
X170.622Y-126.983
X172.222Y-81.496
X172.82Y-108.995
X173.903Y-129.945
X175.588Y-128.938
X177.259Y-129.405
X178.844Y-129.935
X179.303Y-89.773
X181.963Y-126.324
X183.102Y-131.301
X184.181Y-131.053
X185.759Y-131.192
X185.832Y-130.152
T2
X119.888Y-130.048
X124.968Y-130.048
X185.674Y-115.418
X185.674Y-120.498
X191.719Y-108.712
X196.799Y-108.712
X201.803Y-108.712
X201.828Y-111.176
X201.828Y-113.69
X201.854Y-116.23
X206.883Y-108.712
X206.908Y-111.176
X206.908Y-113.69
X206.934Y-116.23
T3
X113.487Y-130.048
X115.011Y-130.048
X116.586Y-130.048
T4
X104.292Y-105.105
X104.394Y-85.09
X104.394Y-100.33
X104.394Y-108.463
X104.394Y-123.703
X104.414Y-82.042
X106.792Y-105.105
X106.914Y-82.042
X106.934Y-85.09
X106.934Y-100.33
X106.934Y-108.463
X106.934Y-123.703
X107.78Y-65.972
X107.78Y-73.592
X109.474Y-85.09
X109.474Y-100.33
X109.474Y-108.463
X109.474Y-123.703
X112.014Y-85.09
X112.014Y-100.33
X112.014Y-108.463
X112.014Y-123.703
X112.898Y-77.622
X114.554Y-85.09
X114.554Y-100.33
X114.554Y-108.463
X114.554Y-123.703
X115.398Y-77.622
X115.4Y-65.972
X115.4Y-73.592
X117.094Y-85.09
X117.094Y-100.33
X117.094Y-108.463
X117.094Y-123.703
X119.634Y-85.09
X119.634Y-100.33
X119.634Y-108.463
X119.634Y-123.703
X122.174Y-85.09
X122.174Y-100.33
X122.174Y-108.463
X122.174Y-123.703
X123.469Y-68.021
X123.469Y-70.521
X124.714Y-85.09
X124.714Y-100.33
X124.714Y-108.463
X124.714Y-123.703
X126.746Y-65.786
X126.746Y-73.406
X127.254Y-85.09
X127.254Y-100.33
X127.254Y-108.463
X127.254Y-123.703
X129.286Y-65.786
X129.286Y-73.406
X129.794Y-85.09
X129.794Y-100.33
X129.794Y-108.463
X129.794Y-123.703
X131.826Y-65.786
X131.826Y-73.406
X132.334Y-85.09
X132.334Y-100.33
X132.334Y-108.463
X132.334Y-123.703
X134.366Y-65.786
X134.366Y-73.406
X134.874Y-85.09
X134.874Y-100.33
X134.874Y-108.463
X134.874Y-123.703
X136.906Y-65.786
X136.906Y-73.406
X137.414Y-85.09
X137.414Y-100.33
X137.414Y-108.463
X137.414Y-123.703
X138.43Y-61.722
X139.446Y-65.786
X139.446Y-73.406
X139.954Y-85.09
X139.954Y-100.33
X139.954Y-108.463
X139.954Y-123.703
X140.97Y-61.722
X141.986Y-65.786
X141.986Y-73.406
X142.24Y-104.394
X142.494Y-85.09
X142.494Y-100.33
X142.494Y-108.463
X142.494Y-123.703
X143.51Y-61.722
X144.74Y-104.394
X146.05Y-61.722
X148.092Y-65.537
X148.092Y-80.777
X148.59Y-61.722
X149.86Y-91.948
X149.86Y-94.488
X149.86Y-97.028
X149.86Y-99.568
X149.86Y-102.108
X149.86Y-104.648
X149.86Y-107.188
X149.86Y-109.728
X149.86Y-112.268
X149.86Y-114.808
X149.86Y-117.348
X150.632Y-65.537
X150.632Y-80.777
X151.13Y-61.722
X151.932Y-125.222
X152.4Y-89.408
X152.4Y-91.948
X152.4Y-94.488
X152.4Y-97.028
X152.4Y-99.568
X152.4Y-102.108
X152.4Y-104.648
X152.4Y-107.188
X152.4Y-109.728
X152.4Y-112.268
X152.4Y-114.808
X152.4Y-117.348
X152.4Y-119.888
X153.172Y-65.537
X153.172Y-80.777
X154.432Y-125.222
X154.94Y-89.408
X154.94Y-91.948
X154.94Y-117.348
X154.94Y-119.888
X155.712Y-65.537
X155.712Y-80.777
X157.48Y-89.408
X157.48Y-91.948
X157.48Y-117.348
X157.48Y-119.888
X158.252Y-65.537
X158.252Y-80.777
X159.044Y-84.328
X160.02Y-89.408
X160.02Y-91.948
X160.02Y-117.348
X160.02Y-119.888
X160.792Y-65.537
X160.792Y-80.777
X161.544Y-84.328
X162.56Y-89.408
X162.56Y-91.948
X162.56Y-117.348
X162.56Y-119.888
X163.332Y-65.537
X163.332Y-80.777
X165.1Y-89.408
X165.1Y-91.948
X165.1Y-117.348
X165.1Y-119.888
X165.872Y-65.537
X165.872Y-80.777
X167.64Y-89.408
X167.64Y-91.948
X167.64Y-117.348
X167.64Y-119.888
X168.412Y-65.537
X168.412Y-80.777
X170.18Y-89.408
X170.18Y-91.948
X170.18Y-117.348
X170.18Y-119.888
X170.952Y-65.537
X170.952Y-80.777
X172.72Y-89.408
X172.72Y-91.948
X172.72Y-117.348
X172.72Y-119.888
X173.492Y-65.537
X173.492Y-80.777
X173.502Y-125.222
X175.26Y-89.408
X175.26Y-91.948
X175.26Y-117.348
X175.26Y-119.888
X175.585Y-84.379
X176.002Y-125.222
X176.032Y-65.537
X176.032Y-80.777
X177.8Y-89.408
X177.8Y-91.948
X177.8Y-94.488
X177.8Y-97.028
X177.8Y-99.568
X177.8Y-102.108
X177.8Y-104.648
X177.8Y-107.188
X177.8Y-109.728
X177.8Y-112.268
X177.8Y-114.808
X177.8Y-117.348
X177.8Y-119.888
X178.085Y-84.379
X178.572Y-65.537
X178.572Y-80.777
X180.34Y-91.948
X180.34Y-94.488
X180.34Y-97.028
X180.34Y-99.568
X180.34Y-102.108
X180.34Y-104.648
X180.34Y-107.188
X180.34Y-109.728
X180.34Y-112.268
X180.34Y-114.808
X180.34Y-117.348
X181.112Y-65.537
X181.112Y-80.777
X184.506Y-65.978
X184.506Y-68.478
X185.42Y-98.552
X185.42Y-101.052
X189.225Y-68.356
X189.225Y-70.856
X189.225Y-84.866
X189.225Y-87.366
X190.297Y-115.992
X190.297Y-117.992
X190.297Y-119.992
X192.527Y-65.776
X192.527Y-73.396
X192.527Y-82.286
X192.527Y-89.906
X193.297Y-115.992
X193.297Y-117.992
X193.297Y-119.992
X194.686Y-128.524
X195.067Y-65.776
X195.067Y-73.396
X195.067Y-82.286
X195.067Y-89.906
X196.291Y-115.99
X196.291Y-117.99
X196.291Y-119.99
X197.186Y-128.524
X197.607Y-65.776
X197.607Y-73.396
X197.607Y-82.286
X197.607Y-89.906
X200.147Y-65.776
X200.147Y-73.396
X200.147Y-82.286
X200.147Y-89.906
X202.687Y-65.776
X202.687Y-73.396
X202.687Y-82.286
X202.687Y-89.906
X203.271Y-128.778
X205.227Y-65.776
X205.227Y-73.396
X205.227Y-82.286
X205.227Y-89.906
X205.771Y-128.778
X207.767Y-65.776
X207.767Y-73.396
X207.767Y-82.286
X207.767Y-89.906
T5
X113.091Y-51.619
X115.631Y-51.619
X118.171Y-51.619
X120.711Y-51.619
X137.16Y-54.61
X137.16Y-57.15
X139.7Y-54.61
X139.7Y-57.15
X142.24Y-54.61
X142.24Y-57.15
X144.78Y-54.61
X144.78Y-57.15
X147.32Y-54.61
X147.32Y-57.15
X149.86Y-54.61
X149.86Y-57.15
X152.4Y-54.61
X152.4Y-57.15
X154.94Y-54.61
X154.94Y-57.15
X157.48Y-54.61
X157.48Y-57.15
X160.02Y-54.61
X160.02Y-57.15
X162.56Y-54.61
X162.56Y-57.15
X165.1Y-54.61
X165.1Y-57.15
X167.64Y-54.61
X167.64Y-57.15
X170.18Y-54.61
X170.18Y-57.15
X172.72Y-54.61
X172.72Y-57.15
X175.26Y-54.61
X175.26Y-57.15
X177.8Y-54.61
X177.8Y-57.15
X209.804Y-111.125
X209.804Y-113.665
X209.804Y-116.205
X209.804Y-118.745
X209.804Y-121.285
X212.344Y-111.125
X212.344Y-113.665
X212.344Y-116.205
X212.344Y-118.745
X212.344Y-121.285
T6
X104.14Y-43.942
X104.14Y-131.064
X211.836Y-43.942
X212.09Y-131.064
T0
M30

Binary file not shown.

256
kicad/v1.0/Custom.kicad_sym vendored Normal file
View File

@@ -0,0 +1,256 @@
(kicad_symbol_lib (version 20220914) (generator kicad_symbol_editor)
(symbol "27C32" (in_bom yes) (on_board yes)
(property "Reference" "U" (at -7.62 24.13 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "27C32" (at -1.27 -6.35 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "Package_DIP:DIP-24_W15.24mm" (at -1.27 -22.86 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "OTP EPROM 64KiBit" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "OTP EPROM 64 KiBit, [Obsolete 2004-01]" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_fp_filters" "DIP*W15.24mm*" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "27C32_1_1"
(rectangle (start -7.62 22.86) (end 7.62 -17.78)
(stroke (width 0.254) (type default))
(fill (type background))
)
(pin input line (at -10.16 2.54 0) (length 2.54)
(name "A7" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 10.16 17.78 180) (length 2.54)
(name "D1" (effects (font (size 1.27 1.27))))
(number "10" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 10.16 15.24 180) (length 2.54)
(name "D2" (effects (font (size 1.27 1.27))))
(number "11" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at 0 -20.32 90) (length 2.54)
(name "GND" (effects (font (size 1.27 1.27))))
(number "12" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 10.16 12.7 180) (length 2.54)
(name "D3" (effects (font (size 1.27 1.27))))
(number "13" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 10.16 10.16 180) (length 2.54)
(name "D4" (effects (font (size 1.27 1.27))))
(number "14" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 10.16 7.62 180) (length 2.54)
(name "D5" (effects (font (size 1.27 1.27))))
(number "15" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 10.16 5.08 180) (length 2.54)
(name "D6" (effects (font (size 1.27 1.27))))
(number "16" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 10.16 2.54 180) (length 2.54)
(name "D7" (effects (font (size 1.27 1.27))))
(number "17" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 -15.24 0) (length 2.54)
(name "~{CE}" (effects (font (size 1.27 1.27))))
(number "18" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 -5.08 0) (length 2.54)
(name "A10" (effects (font (size 1.27 1.27))))
(number "19" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 5.08 0) (length 2.54)
(name "A6" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 -12.7 0) (length 2.54)
(name "~{OE}/VPP" (effects (font (size 1.27 1.27))))
(number "20" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 -7.62 0) (length 2.54)
(name "A11" (effects (font (size 1.27 1.27))))
(number "21" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 -2.54 0) (length 2.54)
(name "A9" (effects (font (size 1.27 1.27))))
(number "22" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 0 0) (length 2.54)
(name "A8" (effects (font (size 1.27 1.27))))
(number "23" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at 0 25.4 270) (length 2.54)
(name "VCC" (effects (font (size 1.27 1.27))))
(number "24" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 7.62 0) (length 2.54)
(name "A5" (effects (font (size 1.27 1.27))))
(number "3" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 10.16 0) (length 2.54)
(name "A4" (effects (font (size 1.27 1.27))))
(number "4" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 12.7 0) (length 2.54)
(name "A3" (effects (font (size 1.27 1.27))))
(number "5" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 15.24 0) (length 2.54)
(name "A2" (effects (font (size 1.27 1.27))))
(number "6" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 17.78 0) (length 2.54)
(name "A1" (effects (font (size 1.27 1.27))))
(number "7" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 20.32 0) (length 2.54)
(name "A0" (effects (font (size 1.27 1.27))))
(number "8" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 10.16 20.32 180) (length 2.54)
(name "D0" (effects (font (size 1.27 1.27))))
(number "9" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "GAL22V10" (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
(property "Reference" "U" (at -8.89 16.51 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "GAL22V10" (at 1.27 16.51 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "GAL PLD 16V8" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Programmable Logic Array, DIP-20/SOIC-20/PLCC-20" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_fp_filters" "DIP* PDIP* SOIC* SO* PLCC*" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "GAL22V10_0_0"
(pin power_in line (at 0 -17.78 90) (length 3.81)
(name "GND" (effects (font (size 1.27 1.27))))
(number "12" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at 0 17.78 270) (length 3.81)
(name "VCC" (effects (font (size 1.27 1.27))))
(number "24" (effects (font (size 1.27 1.27))))
)
)
(symbol "GAL22V10_0_1"
(rectangle (start -8.89 13.97) (end 8.89 -13.97)
(stroke (width 0.254) (type default))
(fill (type background))
)
)
(symbol "GAL22V10_1_1"
(pin input line (at -12.7 12.7 0) (length 3.81)
(name "I1/CLK" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin input line (at -12.7 -10.16 0) (length 3.81)
(name "I10" (effects (font (size 1.27 1.27))))
(number "10" (effects (font (size 1.27 1.27))))
)
(pin input line (at -12.7 -12.7 0) (length 3.81)
(name "I11" (effects (font (size 1.27 1.27))))
(number "11" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 12.7 -12.7 180) (length 3.81)
(name "IO11" (effects (font (size 1.27 1.27))))
(number "13" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 12.7 -10.16 180) (length 3.81)
(name "IO10" (effects (font (size 1.27 1.27))))
(number "14" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 12.7 -7.62 180) (length 3.81)
(name "IO9" (effects (font (size 1.27 1.27))))
(number "15" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 12.7 -5.08 180) (length 3.81)
(name "IO8" (effects (font (size 1.27 1.27))))
(number "16" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 12.7 -2.54 180) (length 3.81)
(name "IO7" (effects (font (size 1.27 1.27))))
(number "17" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 12.7 0 180) (length 3.81)
(name "IO6" (effects (font (size 1.27 1.27))))
(number "18" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 12.7 2.54 180) (length 3.81)
(name "IO5" (effects (font (size 1.27 1.27))))
(number "19" (effects (font (size 1.27 1.27))))
)
(pin input line (at -12.7 10.16 0) (length 3.81)
(name "I2" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 12.7 5.08 180) (length 3.81)
(name "IO4" (effects (font (size 1.27 1.27))))
(number "20" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 12.7 7.62 180) (length 3.81)
(name "I03" (effects (font (size 1.27 1.27))))
(number "21" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 12.7 10.16 180) (length 3.81)
(name "IO2" (effects (font (size 1.27 1.27))))
(number "22" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 12.7 12.7 180) (length 3.81)
(name "IO1" (effects (font (size 1.27 1.27))))
(number "23" (effects (font (size 1.27 1.27))))
)
(pin input line (at -12.7 7.62 0) (length 3.81)
(name "I3" (effects (font (size 1.27 1.27))))
(number "3" (effects (font (size 1.27 1.27))))
)
(pin input line (at -12.7 5.08 0) (length 3.81)
(name "I4" (effects (font (size 1.27 1.27))))
(number "4" (effects (font (size 1.27 1.27))))
)
(pin input line (at -12.7 2.54 0) (length 3.81)
(name "I5" (effects (font (size 1.27 1.27))))
(number "5" (effects (font (size 1.27 1.27))))
)
(pin input line (at -12.7 0 0) (length 3.81)
(name "I6" (effects (font (size 1.27 1.27))))
(number "6" (effects (font (size 1.27 1.27))))
)
(pin input line (at -12.7 -2.54 0) (length 3.81)
(name "I7" (effects (font (size 1.27 1.27))))
(number "7" (effects (font (size 1.27 1.27))))
)
(pin input line (at -12.7 -5.08 0) (length 3.81)
(name "I8" (effects (font (size 1.27 1.27))))
(number "8" (effects (font (size 1.27 1.27))))
)
(pin input line (at -12.7 -7.62 0) (length 3.81)
(name "I9" (effects (font (size 1.27 1.27))))
(number "9" (effects (font (size 1.27 1.27))))
)
)
)
)

View File

@@ -0,0 +1,38 @@
(module LOGO (layer F.Cu)
(at 0 0)
(fp_text reference "G***" (at 0 0) (layer F.SilkS) hide
(effects (font (thickness 0.3)))
)
(fp_text value "LOGO" (at 0.75 0) (layer F.SilkS) hide
(effects (font (thickness 0.3)))
)
(fp_poly (pts (xy -0.196711 -1.697674) (xy -0.119057 -1.509220) (xy -0.123862 -1.374646) (xy -0.129716 -1.236468) (xy -0.097802 -1.005898) (xy -0.040397 -0.733497) (xy 0.030224 -0.469826) (xy 0.101784 -0.265448)
(xy 0.162008 -0.170922) (xy 0.168777 -0.169333) (xy 0.297274 -0.239711) (xy 0.418671 -0.402675) (xy 0.473805 -0.550333) (xy 0.846667 -0.550333) (xy 0.889000 -0.508000) (xy 0.931334 -0.550333)
(xy 0.889000 -0.592666) (xy 0.846667 -0.550333) (xy 0.473805 -0.550333) (xy 0.487114 -0.585975) (xy 0.485719 -0.668727) (xy 0.495617 -0.762000) (xy 0.677334 -0.762000) (xy 0.706220 -0.679534)
(xy 0.714670 -0.677333) (xy 0.786956 -0.736662) (xy 0.804334 -0.762000) (xy 0.799138 -0.822397) (xy 1.029648 -0.822397) (xy 1.050249 -0.775082) (xy 1.135499 -0.684188) (xy 1.184509 -0.702834)
(xy 1.185334 -0.714670) (xy 1.125197 -0.786282) (xy 1.087585 -0.812418) (xy 1.029648 -0.822397) (xy 0.799138 -0.822397) (xy 0.797621 -0.840019) (xy 0.766997 -0.846666) (xy 0.680779 -0.785206)
(xy 0.677334 -0.762000) (xy 0.495617 -0.762000) (xy 0.505644 -0.856480) (xy 0.624365 -1.028153) (xy 0.791038 -1.128901) (xy 0.910773 -1.127241) (xy 1.170170 -0.981838) (xy 1.285822 -0.795551)
(xy 1.248936 -0.594056) (xy 1.137308 -0.465666) (xy 1.067352 -0.336069) (xy 1.005777 -0.104897) (xy 0.985426 0.021808) (xy 0.920256 0.322464) (xy 0.815971 0.590829) (xy 0.694853 0.780788)
(xy 0.586867 0.846667) (xy 0.575880 0.909525) (xy 0.641139 1.063944) (xy 0.658515 1.095201) (xy 0.726206 1.266176) (xy 0.733212 1.398144) (xy 0.690360 1.450964) (xy 0.608475 1.384498)
(xy 0.588729 1.353962) (xy 0.450158 1.132796) (xy 0.363474 1.033710) (xy 0.297936 1.030982) (xy 0.250149 1.070652) (xy 0.200922 1.175320) (xy 0.246623 1.223107) (xy 0.317233 1.330489)
(xy 0.336440 1.480789) (xy 0.300627 1.592584) (xy 0.263738 1.608667) (xy 0.168533 1.544953) (xy 0.050119 1.397000) (xy -0.082394 1.252472) (xy -0.214153 1.185741) (xy -0.301843 1.204755)
(xy -0.302145 1.317462) (xy -0.295986 1.333500) (xy -0.227278 1.587595) (xy -0.271288 1.731367) (xy -0.305906 1.750912) (xy -0.399063 1.705438) (xy -0.497227 1.549604) (xy -0.503121 1.535778)
(xy -0.611474 1.370919) (xy -0.752758 1.261874) (xy -0.885274 1.222116) (xy -0.967321 1.265117) (xy -0.963085 1.387172) (xy -0.903244 1.650363) (xy -0.936925 1.795537) (xy -1.025706 1.842257)
(xy -1.126508 1.813155) (xy -1.192810 1.655719) (xy -1.216266 1.533882) (xy -1.275255 1.302339) (xy -1.374047 1.194145) (xy -1.460560 1.170048) (xy -1.583689 1.124967) (xy -1.647763 1.003995)
(xy -1.677737 0.768791) (xy -1.683021 0.485785) (xy -1.663297 0.241036) (xy -1.653231 0.190414) (xy -1.622443 0.112889) (xy -0.310444 0.112889) (xy -0.298822 0.163223) (xy -0.254000 0.169334)
(xy -0.184310 0.138355) (xy -0.197555 0.112889) (xy -0.298035 0.102756) (xy -0.310444 0.112889) (xy -1.622443 0.112889) (xy -1.601404 0.059914) (xy -1.499755 0.016846) (xy -1.292184 0.038596)
(xy -1.281169 0.040446) (xy -1.009246 0.053143) (xy -0.960053 0.028222) (xy -0.056444 0.028222) (xy -0.044822 0.078557) (xy 0.000000 0.084667) (xy 0.069690 0.053689) (xy 0.056445 0.028222)
(xy -0.044035 0.018089) (xy -0.056444 0.028222) (xy -0.960053 0.028222) (xy -0.894251 -0.005113) (xy 0.315397 -0.005113) (xy 0.423832 -0.037049) (xy 0.604454 -0.162045) (xy 0.724868 -0.293695)
(xy 0.740159 -0.388329) (xy 0.738268 -0.390389) (xy 0.643174 -0.379791) (xy 0.489029 -0.271038) (xy 0.443859 -0.228343) (xy 0.315472 -0.071602) (xy 0.315397 -0.005113) (xy -0.894251 -0.005113)
(xy -0.872412 -0.016176) (xy -0.787661 -0.169333) (xy -0.423333 -0.169333) (xy -0.358904 -0.087127) (xy -0.338666 -0.084666) (xy -0.256460 -0.149096) (xy -0.254000 -0.169333) (xy -0.318429 -0.251540)
(xy -0.338666 -0.254000) (xy -0.420873 -0.189571) (xy -0.423333 -0.169333) (xy -0.787661 -0.169333) (xy -0.776919 -0.188745) (xy -0.751219 -0.254000) (xy -0.592666 -0.254000) (xy -0.561688 -0.184310)
(xy -0.536222 -0.197555) (xy -0.526089 -0.298035) (xy -0.536222 -0.310444) (xy -0.586556 -0.298822) (xy -0.592666 -0.254000) (xy -0.751219 -0.254000) (xy -0.701200 -0.381000) (xy -0.338666 -0.381000)
(xy -0.296333 -0.338666) (xy -0.254000 -0.381000) (xy -0.296333 -0.423333) (xy -0.338666 -0.381000) (xy -0.701200 -0.381000) (xy -0.671894 -0.455408) (xy -0.668608 -0.465666) (xy -0.169333 -0.465666)
(xy -0.127000 -0.423333) (xy -0.084666 -0.465666) (xy -0.127000 -0.508000) (xy -0.169333 -0.465666) (xy -0.668608 -0.465666) (xy -0.627916 -0.592666) (xy -0.338666 -0.592666) (xy -0.307688 -0.522976)
(xy -0.282222 -0.536222) (xy -0.272089 -0.636702) (xy -0.282222 -0.649111) (xy -0.332556 -0.637489) (xy -0.338666 -0.592666) (xy -0.627916 -0.592666) (xy -0.573639 -0.762062) (xy -0.498454 -1.054600)
(xy -0.462643 -1.278920) (xy -0.467437 -1.360244) (xy -0.468878 -1.556926) (xy -0.420620 -1.698403) (xy -0.323859 -1.879202) (xy -0.196711 -1.697674) )(layer F.SilkS) (width 0.010000)
)
(fp_poly (pts (xy 1.664232 -1.400084) (xy 1.647878 -1.266812) (xy 1.641503 -1.256210) (xy 1.591774 -1.076543) (xy 1.594935 -0.994833) (xy 1.571229 -0.873555) (xy 1.460270 -0.869531) (xy 1.291925 -0.977713)
(xy 1.206500 -1.060486) (xy 1.053024 -1.253391) (xy 1.042188 -1.372092) (xy 1.179190 -1.441292) (xy 1.291167 -1.462976) (xy 1.539212 -1.469081) (xy 1.664232 -1.400084) )(layer F.SilkS) (width 0.010000)
)
)

View File

@@ -0,0 +1,144 @@
(module LOGO (layer F.Cu)
(at 0 0)
(fp_text reference "G***" (at 0 0) (layer F.SilkS) hide
(effects (font (thickness 0.3)))
)
(fp_text value "LOGO" (at 0.75 0) (layer F.SilkS) hide
(effects (font (thickness 0.3)))
)
(fp_poly (pts (xy 20.320000 11.430000) (xy -20.320000 11.430000) (xy -20.320000 2.328333) (xy -7.664854 2.328333) (xy -7.664517 3.169628) (xy -7.663551 3.894108) (xy -7.662009 4.495699) (xy -7.659949 4.968330)
(xy -7.657424 5.305929) (xy -7.654491 5.502422) (xy -7.651204 5.551739) (xy -7.647618 5.447805) (xy -7.643790 5.184550) (xy -7.641203 4.925728) (xy -7.635603 4.092708) (xy -7.632362 3.153739)
(xy -7.631479 2.166748) (xy -7.632954 1.189663) (xy -7.636787 0.280410) (xy -7.641222 -0.323606) (xy -7.642993 -0.484984) (xy -6.771487 -0.484984) (xy -6.771474 0.052156) (xy -6.770845 1.138488)
(xy -6.769531 2.068586) (xy -6.767174 2.855548) (xy -6.763411 3.512474) (xy -6.757881 4.052461) (xy -6.750225 4.488610) (xy -6.740080 4.834018) (xy -6.727087 5.101784) (xy -6.710883 5.305007)
(xy -6.691109 5.456786) (xy -6.667403 5.570219) (xy -6.639405 5.658406) (xy -6.615432 5.715726) (xy -6.421061 6.028752) (xy -6.151020 6.320817) (xy -5.855005 6.545727) (xy -5.607614 6.652515)
(xy -5.406707 6.700003) (xy -5.291667 6.731721) (xy -5.161919 6.745496) (xy -4.880348 6.754902) (xy -4.464402 6.760113) (xy -3.931530 6.761305) (xy -3.299180 6.758653) (xy -2.584802 6.752332)
(xy -1.805845 6.742519) (xy -0.979757 6.729387) (xy -0.123986 6.713113) (xy 0.744018 6.693871) (xy 1.606806 6.671838) (xy 2.116666 6.657292) (xy 2.996480 6.630209) (xy 3.722551 6.605515)
(xy 4.310437 6.582205) (xy 4.775693 6.559272) (xy 5.133876 6.535709) (xy 5.400543 6.510510) (xy 5.591251 6.482668) (xy 5.721557 6.451176) (xy 5.799866 6.418977) (xy 6.121365 6.194411)
(xy 6.355295 5.892533) (xy 6.482640 5.629891) (xy 6.511143 5.548232) (xy 6.535422 5.441631) (xy 6.555767 5.297154) (xy 6.572465 5.101866) (xy 6.585806 4.842829) (xy 6.596079 4.507110)
(xy 6.603573 4.081771) (xy 6.608575 3.553878) (xy 6.611375 2.910495) (xy 6.612262 2.138686) (xy 6.611525 1.225515) (xy 6.609452 0.158048) (xy 6.609010 -0.030467) (xy 6.606262 -1.146976)
(xy 6.603111 -2.107079) (xy 6.598603 -2.923701) (xy 6.591781 -3.609767) (xy 6.581690 -4.178205) (xy 6.567375 -4.641939) (xy 6.547880 -5.013895) (xy 6.522249 -5.306999) (xy 6.489529 -5.534178)
(xy 6.448761 -5.708355) (xy 6.398993 -5.842459) (xy 6.339267 -5.949413) (xy 6.268629 -6.042145) (xy 6.186123 -6.133580) (xy 6.155459 -6.166390) (xy 5.874140 -6.404025) (xy 5.534401 -6.554749)
(xy 5.083347 -6.641968) (xy 5.079911 -6.642381) (xy 4.861089 -6.658551) (xy 4.500242 -6.673057) (xy 4.015703 -6.685874) (xy 3.425804 -6.696974) (xy 2.748878 -6.706332) (xy 2.003258 -6.713921)
(xy 1.207276 -6.719715) (xy 0.379264 -6.723687) (xy -0.462444 -6.725812) (xy -1.299517 -6.726064) (xy -2.113621 -6.724415) (xy -2.886425 -6.720839) (xy -3.599595 -6.715311) (xy -4.234799 -6.707804)
(xy -4.773705 -6.698291) (xy -5.197980 -6.686747) (xy -5.489291 -6.673144) (xy -5.628302 -6.657739) (xy -5.990847 -6.483959) (xy -6.324626 -6.193369) (xy -6.578501 -5.837008) (xy -6.669533 -5.618479)
(xy -6.692396 -5.494824) (xy -6.711979 -5.281513) (xy -6.728453 -4.969105) (xy -6.741986 -4.548160) (xy -6.752748 -4.009239) (xy -6.760910 -3.342900) (xy -6.766641 -2.539705) (xy -6.770110 -1.590213)
(xy -6.771487 -0.484984) (xy -7.642993 -0.484984) (xy -7.645185 -0.684613) (xy -7.648939 -0.882506) (xy -7.652429 -0.923505) (xy -7.655599 -0.813828) (xy -7.658395 -0.559694) (xy -7.660760 -0.167324)
(xy -7.662639 0.357065) (xy -7.663977 1.007253) (xy -7.664718 1.777020) (xy -7.664854 2.328333) (xy -20.320000 2.328333) (xy -20.320000 -7.672903) (xy -6.478304 -7.672903) (xy -6.424897 -7.668404)
(xy -6.226186 -7.664571) (xy -5.890181 -7.661533) (xy -5.424891 -7.659422) (xy -4.838327 -7.658366) (xy -4.572000 -7.658269) (xy -3.939245 -7.658866) (xy -3.424567 -7.660572) (xy -3.035974 -7.663255)
(xy -2.781477 -7.666786) (xy -2.669085 -7.671035) (xy -2.706808 -7.675872) (xy -2.902657 -7.681165) (xy -3.026834 -7.683378) (xy -3.680906 -7.690679) (xy -4.426929 -7.693658) (xy -5.187575 -7.692314)
(xy -5.885516 -7.686648) (xy -6.117167 -7.683378) (xy -6.378397 -7.677938) (xy -6.478304 -7.672903) (xy -20.320000 -7.672903) (xy -20.320000 -11.430000) (xy 20.320000 -11.430000) (xy 20.320000 11.430000) )(layer F.SilkS) (width 0.010000)
)
(fp_poly (pts (xy 5.372712 -5.975089) (xy 5.593398 -5.843407) (xy 5.723466 -5.723467) (xy 6.011333 -5.435601) (xy 6.011333 -0.507409) (xy 6.010943 0.538103) (xy 6.009560 1.426526) (xy 6.006865 2.170104)
(xy 6.002540 2.781083) (xy 5.996266 3.271704) (xy 5.987725 3.654212) (xy 5.976597 3.940852) (xy 5.962564 4.143866) (xy 5.945308 4.275498) (xy 5.924510 4.347993) (xy 5.899850 4.373594)
(xy 5.884333 4.372048) (xy 5.791894 4.379676) (xy 5.758467 4.518627) (xy 5.757333 4.574657) (xy 5.795532 4.774350) (xy 5.884333 4.826000) (xy 5.977043 4.888364) (xy 6.010818 5.089201)
(xy 6.011333 5.130799) (xy 5.973132 5.378053) (xy 5.836003 5.602092) (xy 5.723466 5.723466) (xy 5.435600 6.011333) (xy 4.105741 6.011333) (xy 3.600050 6.009444) (xy 3.241283 6.002298)
(xy 3.007056 5.987676) (xy 2.874987 5.963359) (xy 2.822693 5.927129) (xy 2.824617 5.884333) (xy 2.820326 5.855029) (xy 2.774102 5.830533) (xy 2.672580 5.810427) (xy 2.502397 5.794291)
(xy 2.250189 5.781709) (xy 1.902591 5.772262) (xy 1.446240 5.765532) (xy 0.867772 5.761100) (xy 0.153822 5.758549) (xy -0.708974 5.757460) (xy -1.234173 5.757333) (xy -5.341697 5.757333)
(xy -5.549516 5.549515) (xy -5.757334 5.341696) (xy -5.757334 4.275666) (xy -2.286000 4.275666) (xy -2.272082 4.530681) (xy -2.236178 4.699823) (xy -2.201334 4.741333) (xy -2.154967 4.664781)
(xy -2.124214 4.467308) (xy -2.117019 4.284602) (xy -1.862667 4.284602) (xy -1.844627 4.567814) (xy -1.800856 4.714001) (xy -1.746877 4.715060) (xy -1.698212 4.562888) (xy -1.677035 4.381500)
(xy -1.644654 4.146581) (xy -1.574696 4.032734) (xy -1.460500 3.994611) (xy -1.343781 3.994415) (xy -1.287841 4.065218) (xy -1.270816 4.248323) (xy -1.270000 4.354444) (xy -1.252522 4.585145)
(xy -1.208042 4.723192) (xy -1.180909 4.741333) (xy -1.130595 4.662767) (xy -1.112815 4.446703) (xy -1.117409 4.296833) (xy -1.127662 4.118744) (xy -0.902350 4.118744) (xy -0.888065 4.150180)
(xy -0.769490 4.250404) (xy -0.626776 4.321126) (xy -0.455334 4.422331) (xy -0.446061 4.513717) (xy -0.592766 4.567329) (xy -0.682331 4.572000) (xy -0.856697 4.595764) (xy -0.886476 4.660742)
(xy -0.886051 4.661438) (xy -0.771289 4.716430) (xy -0.570551 4.725585) (xy -0.563555 4.724938) (xy -0.359462 4.671141) (xy -0.275187 4.542724) (xy -0.269919 4.513388) (xy -0.300092 4.352540)
(xy -0.387713 4.275666) (xy -0.084667 4.275666) (xy -0.070749 4.530681) (xy -0.034845 4.699823) (xy 0.000000 4.741333) (xy 0.046366 4.664781) (xy 0.077119 4.467308) (xy 0.084666 4.275666)
(xy 0.083310 4.250803) (xy 0.269870 4.250803) (xy 0.292167 4.392979) (xy 0.368155 4.521945) (xy 0.498550 4.672459) (xy 0.663254 4.721359) (xy 0.828785 4.713450) (xy 1.143000 4.681496)
(xy 1.160858 4.275666) (xy 1.354666 4.275666) (xy 1.385645 4.494896) (xy 1.456266 4.639733) (xy 1.609781 4.714417) (xy 1.818975 4.739091) (xy 2.002935 4.710804) (xy 2.070943 4.662150)
(xy 2.032605 4.601632) (xy 1.873954 4.559062) (xy 1.849627 4.556317) (xy 1.627167 4.503527) (xy 1.541911 4.424225) (xy 1.598891 4.351401) (xy 1.803139 4.318047) (xy 1.813277 4.318000)
(xy 2.023905 4.297842) (xy 2.108778 4.223901) (xy 2.116666 4.165600) (xy 2.043168 3.949693) (xy 1.851611 3.825320) (xy 1.735666 3.810000) (xy 1.504644 3.877091) (xy 1.378593 4.075405)
(xy 1.354666 4.275666) (xy 1.160858 4.275666) (xy 1.168326 4.105974) (xy 1.169013 3.793267) (xy 1.153633 3.640666) (xy 2.201333 3.640666) (xy 2.232311 3.710356) (xy 2.257777 3.697111)
(xy 2.262046 3.654777) (xy 2.370666 3.654777) (xy 2.439444 3.717431) (xy 2.497666 3.725333) (xy 2.610443 3.687123) (xy 2.624666 3.654777) (xy 2.555889 3.592124) (xy 2.497666 3.584222)
(xy 2.384890 3.622431) (xy 2.370666 3.654777) (xy 2.262046 3.654777) (xy 2.267910 3.596631) (xy 2.257777 3.584222) (xy 2.207443 3.595844) (xy 2.201333 3.640666) (xy 1.153633 3.640666)
(xy 1.144915 3.554173) (xy 1.104826 3.441626) (xy 1.040034 3.428992) (xy 1.016331 3.571384) (xy 1.016000 3.603385) (xy 0.996701 3.777047) (xy 0.903513 3.843833) (xy 0.745283 3.853151)
(xy 0.511927 3.897541) (xy 0.357501 4.059292) (xy 0.348153 4.075410) (xy 0.269870 4.250803) (xy 0.083310 4.250803) (xy 0.070748 4.020651) (xy 0.034844 3.851510) (xy 0.000000 3.810000)
(xy -0.046367 3.886551) (xy -0.077120 4.084024) (xy -0.084667 4.275666) (xy -0.387713 4.275666) (xy -0.461748 4.210713) (xy -0.523919 4.174931) (xy -0.804334 4.022085) (xy -0.527560 3.995225)
(xy -0.342425 3.945436) (xy -0.311328 3.873449) (xy -0.430568 3.818648) (xy -0.544964 3.810000) (xy -0.739519 3.859920) (xy -0.874397 3.978449) (xy -0.902350 4.118744) (xy -1.127662 4.118744)
(xy -1.143000 3.852333) (xy -1.502834 3.840102) (xy -1.862667 3.827870) (xy -1.862667 4.284602) (xy -2.117019 4.284602) (xy -2.116667 4.275666) (xy -2.130586 4.020651) (xy -2.166490 3.851510)
(xy -2.201334 3.810000) (xy -2.247700 3.886551) (xy -2.278453 4.084024) (xy -2.286000 4.275666) (xy -5.757334 4.275666) (xy -5.757334 3.556000) (xy -2.286000 3.556000) (xy -2.221571 3.638206)
(xy -2.201334 3.640666) (xy -2.119127 3.576237) (xy -2.116667 3.556000) (xy -0.084667 3.556000) (xy -0.020238 3.638206) (xy 0.000000 3.640666) (xy 0.082206 3.576237) (xy 0.084666 3.556000)
(xy 0.020237 3.473793) (xy 0.000000 3.471333) (xy -0.082207 3.535762) (xy -0.084667 3.556000) (xy -2.116667 3.556000) (xy -2.181096 3.473793) (xy -2.201334 3.471333) (xy -2.283540 3.535762)
(xy -2.286000 3.556000) (xy -5.757334 3.556000) (xy -5.757334 1.869730) (xy -4.996663 1.869730) (xy -4.971479 2.183726) (xy -4.879127 2.389573) (xy -4.619363 2.600455) (xy -4.281975 2.685732)
(xy -3.996401 2.654896) (xy -3.837751 2.568669) (xy -3.818668 2.462862) (xy -3.920497 2.378231) (xy -4.124586 2.355530) (xy -4.133051 2.356328) (xy -4.423679 2.333578) (xy -4.595991 2.190732)
(xy -4.656454 1.922162) (xy -4.656667 1.900680) (xy -4.598300 1.605151) (xy -4.436783 1.424253) (xy -4.192492 1.378193) (xy -4.138091 1.386415) (xy -3.946031 1.388296) (xy -3.837038 1.325575)
(xy -3.845371 1.229005) (xy -3.904987 1.177163) (xy -4.065704 1.129472) (xy -3.640667 1.129472) (xy -3.603083 1.212733) (xy -3.505247 1.400655) (xy -3.388201 1.616306) (xy -3.250219 1.911037)
(xy -3.157875 2.193204) (xy -3.134201 2.349500) (xy -3.110561 2.544937) (xy -3.024306 2.619051) (xy -2.963334 2.624666) (xy -2.849317 2.593539) (xy -2.800138 2.470402) (xy -2.791358 2.307166)
(xy -2.735470 1.998341) (xy -2.688034 1.889366) (xy -2.211876 1.889366) (xy -2.160433 2.199145) (xy -2.010834 2.429798) (xy -1.736755 2.630150) (xy -1.474662 2.695615) (xy -1.206500 2.655969)
(xy -1.143206 2.624666) (xy -0.768593 2.624666) (xy -0.257297 2.624666) (xy 0.038759 2.615024) (xy 0.198176 2.580818) (xy 0.252828 2.514133) (xy 0.254000 2.497666) (xy 0.198076 2.409359)
(xy 0.012697 2.372971) (xy -0.084667 2.370666) (xy -0.423334 2.370666) (xy -0.423334 1.869964) (xy 0.373091 1.869964) (xy 0.457104 2.236232) (xy 0.649902 2.511966) (xy 0.918621 2.659223)
(xy 1.222485 2.672229) (xy 1.520713 2.545205) (xy 1.672166 2.408369) (xy 1.831801 2.106451) (xy 1.840400 1.856778) (xy 2.116666 1.856778) (xy 2.119455 2.220472) (xy 2.132542 2.446976)
(xy 2.163009 2.568400) (xy 2.217937 2.616856) (xy 2.286000 2.624666) (xy 2.382356 2.605012) (xy 2.434019 2.519805) (xy 2.454948 2.329674) (xy 2.458640 2.137833) (xy 2.461948 1.651000)
(xy 2.733807 2.136684) (xy 2.910650 2.422246) (xy 3.054431 2.575587) (xy 3.190521 2.623421) (xy 3.196166 2.623518) (xy 3.286122 2.615380) (xy 3.342120 2.568090) (xy 3.372190 2.449317)
(xy 3.384362 2.226729) (xy 3.386666 1.867995) (xy 3.386666 1.856458) (xy 3.383442 1.492295) (xy 3.369737 1.267184) (xy 3.339500 1.150903) (xy 3.286681 1.113227) (xy 3.238500 1.116359)
(xy 3.143694 1.178091) (xy 3.083680 1.342290) (xy 3.048000 1.609400) (xy 3.005666 2.074333) (xy 2.751666 1.608666) (xy 2.553796 1.297672) (xy 2.380213 1.140068) (xy 2.307166 1.115944)
(xy 2.217263 1.110895) (xy 2.161295 1.147689) (xy 2.131229 1.257565) (xy 2.119031 1.471760) (xy 2.116671 1.821512) (xy 2.116666 1.856778) (xy 1.840400 1.856778) (xy 1.843955 1.753564)
(xy 1.738798 1.445388) (xy 1.532174 1.208347) (xy 1.254750 1.100666) (xy 3.725333 1.100666) (xy 3.725333 2.624666) (xy 4.233333 2.624666) (xy 4.528305 2.614913) (xy 4.686675 2.580338)
(xy 4.740331 2.512968) (xy 4.741333 2.497666) (xy 4.685410 2.409359) (xy 4.500030 2.372971) (xy 4.402666 2.370666) (xy 4.181098 2.356466) (xy 4.083174 2.299072) (xy 4.064000 2.201333)
(xy 4.097148 2.084625) (xy 4.226555 2.037535) (xy 4.360333 2.032000) (xy 4.579506 2.004460) (xy 4.656130 1.916566) (xy 4.656666 1.905000) (xy 4.592407 1.811068) (xy 4.387322 1.778229)
(xy 4.360333 1.778000) (xy 4.159935 1.762185) (xy 4.077895 1.691020) (xy 4.064000 1.566333) (xy 4.082484 1.429960) (xy 4.169675 1.369347) (xy 4.373173 1.354742) (xy 4.402666 1.354666)
(xy 4.638151 1.333695) (xy 4.640556 1.331972) (xy 5.037779 1.331972) (xy 5.074402 1.476172) (xy 5.169982 1.500320) (xy 5.274043 1.439883) (xy 5.267976 1.365794) (xy 5.262836 1.285377)
(xy 5.340778 1.314696) (xy 5.416891 1.351433) (xy 5.380075 1.288241) (xy 5.342459 1.241099) (xy 5.193592 1.129134) (xy 5.081811 1.176315) (xy 5.037779 1.331972) (xy 4.640556 1.331972)
(xy 4.735186 1.264178) (xy 4.741333 1.227666) (xy 4.702319 1.153923) (xy 4.564019 1.114331) (xy 4.294541 1.100917) (xy 4.233333 1.100666) (xy 3.725333 1.100666) (xy 1.254750 1.100666)
(xy 1.249749 1.098725) (xy 0.934704 1.123456) (xy 0.652918 1.271031) (xy 0.438633 1.537516) (xy 0.373091 1.869964) (xy -0.423334 1.869964) (xy -0.423334 1.729458) (xy -0.427668 1.402898)
(xy -0.445903 1.213102) (xy -0.485886 1.127608) (xy -0.555464 1.113956) (xy -0.571500 1.116577) (xy -0.644916 1.154710) (xy -0.692692 1.256867) (xy -0.722133 1.455547) (xy -0.740540 1.783246)
(xy -0.744130 1.884786) (xy -0.768593 2.624666) (xy -1.143206 2.624666) (xy -1.037800 2.572536) (xy -1.017963 2.476196) (xy -1.132467 2.398521) (xy -1.337734 2.370666) (xy -1.634272 2.331909)
(xy -1.800752 2.201101) (xy -1.861190 1.956441) (xy -1.862667 1.894114) (xy -1.803453 1.601867) (xy -1.640245 1.422966) (xy -1.394696 1.378609) (xy -1.344091 1.386415) (xy -1.152031 1.388296)
(xy -1.043038 1.325575) (xy -1.051371 1.229005) (xy -1.110987 1.177163) (xy -1.373583 1.099241) (xy -1.677142 1.132627) (xy -1.945822 1.266036) (xy -1.993516 1.308484) (xy -2.155916 1.571730)
(xy -2.211876 1.889366) (xy -2.688034 1.889366) (xy -2.595287 1.676300) (xy -2.580125 1.651000) (xy -2.422497 1.360774) (xy -2.379587 1.182661) (xy -2.449786 1.105721) (xy -2.499037 1.100666)
(xy -2.615052 1.170671) (xy -2.741480 1.344191) (xy -2.768718 1.397000) (xy -2.871317 1.586226) (xy -2.950478 1.687822) (xy -2.963334 1.693333) (xy -3.030145 1.624606) (xy -3.129844 1.453857)
(xy -3.157949 1.397000) (xy -3.314584 1.168849) (xy -3.469964 1.100666) (xy -3.608535 1.112701) (xy -3.640667 1.129472) (xy -4.065704 1.129472) (xy -4.167583 1.099241) (xy -4.471142 1.132627)
(xy -4.739822 1.266036) (xy -4.787516 1.308484) (xy -4.933265 1.553474) (xy -4.996663 1.869730) (xy -5.757334 1.869730) (xy -5.757334 0.013228) (xy -5.757161 -1.069521) (xy -5.756604 -1.743675)
(xy -3.711635 -1.743675) (xy -3.574742 -1.284565) (xy -3.289798 -0.878399) (xy -2.863805 -0.539611) (xy -2.311015 -0.285094) (xy -1.806872 -0.164262) (xy -1.195619 -0.097525) (xy -0.531053 -0.086230)
(xy 0.133029 -0.131721) (xy 0.635000 -0.211404) (xy 1.035477 -0.308953) (xy 1.486832 -0.439421) (xy 1.841500 -0.557191) (xy 2.150918 -0.672706) (xy 2.333732 -0.760066) (xy 2.423216 -0.846903)
(xy 2.452645 -0.960848) (xy 2.455333 -1.066924) (xy 2.447111 -1.259492) (xy 2.426974 -1.352983) (xy 2.423535 -1.354667) (xy 2.335111 -1.323650) (xy 2.138636 -1.243288) (xy 1.936701 -1.156934)
(xy 1.427305 -0.950769) (xy 0.968201 -0.805153) (xy 0.508979 -0.710647) (xy -0.000772 -0.657817) (xy -0.611464 -0.637223) (xy -0.846667 -0.635892) (xy -1.332451 -0.637187) (xy -1.685583 -0.645268)
(xy -1.942739 -0.665196) (xy -2.140591 -0.702032) (xy -2.315814 -0.760837) (xy -2.505081 -0.846675) (xy -2.556785 -0.871917) (xy -2.971954 -1.130303) (xy -3.235795 -1.434223) (xy -3.364995 -1.808110)
(xy -3.384808 -2.084327) (xy -3.351158 -2.392926) (xy -3.307053 -2.562822) (xy -2.624667 -2.562822) (xy -2.609220 -2.150594) (xy -2.557479 -1.883098) (xy -2.461351 -1.738098) (xy -2.312739 -1.693360)
(xy -2.308104 -1.693334) (xy -1.953926 -1.693334) (xy -1.738963 -1.693334) (xy -1.626672 -1.701665) (xy -1.562408 -1.751269) (xy -1.532781 -1.879058) (xy -1.524405 -2.121944) (xy -1.524000 -2.286000)
(xy -1.520888 -2.595636) (xy -1.502765 -2.772847) (xy -1.456453 -2.854532) (xy -1.368775 -2.877588) (xy -1.312334 -2.878667) (xy -1.201750 -2.869952) (xy -1.138460 -2.819207) (xy -1.109287 -2.689535)
(xy -1.101053 -2.444036) (xy -1.100667 -2.286000) (xy -1.097555 -1.976365) (xy -1.079431 -1.799154) (xy -1.033120 -1.717469) (xy -0.945442 -1.694413) (xy -0.889000 -1.693334) (xy -0.780936 -1.701355)
(xy -0.717796 -1.749310) (xy -0.687520 -1.873035) (xy -0.678049 -2.108369) (xy -0.677334 -2.322286) (xy -0.681460 -2.435770) (xy -0.409982 -2.435770) (xy -0.388173 -2.154107) (xy -0.335939 -1.965438)
(xy -0.297819 -1.895384) (xy -0.143415 -1.748129) (xy 0.035122 -1.689245) (xy 0.185046 -1.721859) (xy 0.253608 -1.849100) (xy 0.254000 -1.862667) (xy 0.201060 -2.000571) (xy 0.127000 -2.032000)
(xy 0.047134 -2.077320) (xy 0.008126 -2.234228) (xy 0.001735 -2.408133) (xy 0.372266 -2.408133) (xy 0.435888 -2.133280) (xy 0.551451 -1.894552) (xy 0.662517 -1.781228) (xy 0.897175 -1.710921)
(xy 1.192089 -1.703227) (xy 1.460467 -1.755624) (xy 1.562977 -1.807410) (xy 1.651489 -1.921337) (xy 1.583822 -2.008405) (xy 1.372047 -2.060839) (xy 1.150873 -2.072749) (xy 0.924746 -2.098811)
(xy 0.793960 -2.162844) (xy 0.783984 -2.180167) (xy 0.815869 -2.244822) (xy 0.980356 -2.278371) (xy 1.220611 -2.286000) (xy 1.693333 -2.286000) (xy 1.693333 -2.555710) (xy 1.629811 -2.866248)
(xy 1.463507 -3.077860) (xy 1.230817 -3.188075) (xy 0.968133 -3.194426) (xy 0.711850 -3.094443) (xy 0.498362 -2.885656) (xy 0.384603 -2.644505) (xy 0.372266 -2.408133) (xy 0.001735 -2.408133)
(xy 0.000000 -2.455334) (xy 0.013595 -2.721552) (xy 0.060668 -2.851578) (xy 0.127000 -2.878667) (xy 0.230428 -2.949253) (xy 0.254000 -3.048000) (xy 0.201060 -3.185905) (xy 0.127000 -3.217334)
(xy 0.025051 -3.291247) (xy 0.000000 -3.434889) (xy -0.027640 -3.593466) (xy -0.139218 -3.630722) (xy -0.190500 -3.625389) (xy -0.281901 -3.601175) (xy -0.339980 -3.537506) (xy -0.374118 -3.400473)
(xy -0.393697 -3.156163) (xy -0.405604 -2.847884) (xy -0.409982 -2.435770) (xy -0.681460 -2.435770) (xy -0.692029 -2.726435) (xy -0.751410 -2.989474) (xy -0.878418 -3.138225) (xy -1.095993 -3.199510)
(xy -1.427078 -3.200151) (xy -1.428142 -3.200095) (xy -1.905000 -3.175000) (xy -1.953926 -1.693334) (xy -2.308104 -1.693334) (xy -2.252424 -1.731997) (xy -2.221657 -1.865467) (xy -2.212656 -2.119968)
(xy -2.219204 -2.434167) (xy -2.233901 -2.790460) (xy -2.255616 -3.011579) (xy -2.293909 -3.131664) (xy -2.358335 -3.184857) (xy -2.434167 -3.202056) (xy -2.529257 -3.206534) (xy -2.585930 -3.164377)
(xy -2.614103 -3.042301) (xy -2.623696 -2.807025) (xy -2.624667 -2.562822) (xy -3.307053 -2.562822) (xy -3.265879 -2.721426) (xy -3.148700 -3.013898) (xy -3.019349 -3.214409) (xy -2.972150 -3.254219)
(xy -2.888712 -3.381060) (xy -2.878667 -3.448756) (xy -2.918545 -3.510962) (xy -3.022652 -3.453373) (xy -3.167698 -3.301156) (xy -3.330394 -3.079478) (xy -3.487450 -2.813505) (xy -3.513256 -2.763004)
(xy -3.693473 -2.241299) (xy -3.711635 -1.743675) (xy -5.756604 -1.743675) (xy -5.756395 -1.995719) (xy -5.754661 -2.778149) (xy -5.751584 -3.429592) (xy -5.750068 -3.598334) (xy -2.624667 -3.598334)
(xy -2.598557 -3.436563) (xy -2.492100 -3.396280) (xy -2.434167 -3.401945) (xy -2.274884 -3.486055) (xy -2.243667 -3.598334) (xy -2.312841 -3.749744) (xy -2.434167 -3.794722) (xy -2.575248 -3.784133)
(xy -2.622482 -3.665975) (xy -2.624667 -3.598334) (xy -5.750068 -3.598334) (xy -5.748167 -3.810000) (xy 1.947333 -3.810000) (xy 1.947333 -2.840541) (xy 1.950603 -2.412868) (xy 1.963279 -2.123805)
(xy 1.989664 -1.942702) (xy 2.034058 -1.838914) (xy 2.095500 -1.784782) (xy 2.246918 -1.711918) (xy 2.307166 -1.695908) (xy 2.331215 -1.774208) (xy 2.351086 -1.989874) (xy 2.364857 -2.310952)
(xy 2.370606 -2.705490) (xy 2.370666 -2.751667) (xy 2.370666 -3.721625) (xy 2.580041 -3.721625) (xy 2.584125 -3.595802) (xy 2.673409 -3.456619) (xy 2.793693 -3.386849) (xy 2.799370 -3.386667)
(xy 2.901698 -3.448409) (xy 2.929892 -3.485722) (xy 2.934413 -3.550604) (xy 2.864333 -3.536128) (xy 2.755262 -3.546556) (xy 2.737555 -3.598334) (xy 2.797348 -3.670762) (xy 2.864333 -3.660540)
(xy 2.947760 -3.656324) (xy 2.929892 -3.710946) (xy 2.795846 -3.801716) (xy 2.638663 -3.778627) (xy 2.580041 -3.721625) (xy 2.370666 -3.721625) (xy 2.370666 -3.810000) (xy 1.947333 -3.810000)
(xy -5.748167 -3.810000) (xy -5.746793 -3.962833) (xy -5.746375 -3.988871) (xy -2.093822 -3.988871) (xy -1.983098 -4.014111) (xy -1.982390 -4.014389) (xy -1.412501 -4.232949) (xy -0.951272 -4.391237)
(xy -0.553073 -4.498761) (xy -0.172275 -4.565025) (xy 0.236753 -4.599536) (xy 0.719639 -4.611798) (xy 0.889000 -4.612565) (xy 1.369740 -4.611102) (xy 1.717949 -4.601846) (xy 1.970401 -4.579997)
(xy 2.163871 -4.540756) (xy 2.335133 -4.479326) (xy 2.497544 -4.402667) (xy 2.909202 -4.120557) (xy 3.178048 -3.772342) (xy 3.300075 -3.382396) (xy 3.271278 -2.975091) (xy 3.087650 -2.574799)
(xy 2.844377 -2.292409) (xy 2.694024 -2.096989) (xy 2.625130 -1.899011) (xy 2.624666 -1.885455) (xy 2.624666 -1.683760) (xy 2.890676 -1.836714) (xy 3.109348 -2.003868) (xy 3.333330 -2.236189)
(xy 3.394536 -2.314156) (xy 3.612404 -2.737355) (xy 3.694071 -3.196890) (xy 3.643096 -3.652919) (xy 3.463038 -4.065600) (xy 3.212570 -4.351349) (xy 2.751864 -4.637201) (xy 2.176253 -4.831479)
(xy 1.513461 -4.933879) (xy 0.791211 -4.944101) (xy 0.037228 -4.861843) (xy -0.720765 -4.686803) (xy -1.455044 -4.418681) (xy -1.491332 -4.402514) (xy -1.765936 -4.267795) (xy -1.977712 -4.143208)
(xy -2.076721 -4.060137) (xy -2.093822 -3.988871) (xy -5.746375 -3.988871) (xy -5.739911 -4.390653) (xy -5.730566 -4.725834) (xy -5.718383 -4.981159) (xy -5.702989 -5.169411) (xy -5.684010 -5.303372)
(xy -5.661071 -5.395824) (xy -5.633800 -5.459550) (xy -5.601821 -5.507333) (xy -5.595622 -5.515121) (xy -5.524706 -5.591927) (xy -5.437054 -5.647671) (xy -5.304393 -5.687225) (xy -5.098450 -5.715460)
(xy -4.790951 -5.737248) (xy -4.353622 -5.757462) (xy -4.139266 -5.766069) (xy -3.559591 -5.795330) (xy -3.143839 -5.830826) (xy -2.893849 -5.872351) (xy -2.812255 -5.914236) (xy -2.749397 -5.942679)
(xy -2.574984 -5.965703) (xy -2.278998 -5.983641) (xy -1.851418 -5.996830) (xy -1.282225 -6.005602) (xy -0.561399 -6.010293) (xy 0.096718 -6.011334) (xy 0.773092 -6.009284) (xy 1.390289 -6.003462)
(xy 1.929266 -5.994355) (xy 2.370979 -5.982451) (xy 2.696385 -5.968241) (xy 2.886440 -5.952211) (xy 2.928426 -5.938683) (xy 2.982040 -5.895360) (xy 3.165518 -5.850494) (xy 3.439749 -5.813518)
(xy 3.452596 -5.812285) (xy 3.919417 -5.773831) (xy 4.248746 -5.762679) (xy 4.470487 -5.780577) (xy 4.614542 -5.829268) (xy 4.686904 -5.884334) (xy 4.853719 -5.969777) (xy 5.093627 -6.010722)
(xy 5.124752 -6.011334) (xy 5.372712 -5.975089) )(layer F.SilkS) (width 0.010000)
)
(fp_poly (pts (xy 0.906161 4.047079) (xy 0.991472 4.223723) (xy 0.969880 4.414594) (xy 0.862420 4.537391) (xy 0.696139 4.570723) (xy 0.546130 4.513136) (xy 0.492324 4.423833) (xy 0.480336 4.166654)
(xy 0.581728 4.013432) (xy 0.716816 3.979333) (xy 0.906161 4.047079) )(layer F.SilkS) (width 0.010000)
)
(fp_poly (pts (xy 1.917840 4.015752) (xy 1.947333 4.064000) (xy 1.874727 4.127106) (xy 1.730669 4.148666) (xy 1.586619 4.121790) (xy 1.566333 4.064000) (xy 1.685753 3.992874) (xy 1.782996 3.979333)
(xy 1.917840 4.015752) )(layer F.SilkS) (width 0.010000)
)
(fp_poly (pts (xy 1.203804 1.370387) (xy 1.363434 1.486272) (xy 1.474953 1.678747) (xy 1.513301 1.917624) (xy 1.453413 2.172713) (xy 1.436354 2.206899) (xy 1.300517 2.320331) (xy 1.095862 2.371474)
(xy 0.899298 2.351452) (xy 0.800787 2.280262) (xy 0.745786 2.083830) (xy 0.744008 1.822276) (xy 0.791027 1.583894) (xy 0.840465 1.489138) (xy 1.021127 1.361279) (xy 1.203804 1.370387) )(layer F.SilkS) (width 0.010000)
)
(fp_poly (pts (xy 1.230201 -2.829291) (xy 1.300617 -2.751667) (xy 1.294996 -2.663758) (xy 1.166521 -2.627975) (xy 1.058333 -2.624667) (xy 0.863480 -2.641842) (xy 0.805298 -2.703900) (xy 0.816048 -2.751667)
(xy 0.929803 -2.852008) (xy 1.058333 -2.878667) (xy 1.230201 -2.829291) )(layer F.SilkS) (width 0.010000)
)
)

View File

@@ -0,0 +1,291 @@
(module LOGO (layer F.Cu)
(at 0 0)
(fp_text reference "G***" (at 0 0) (layer F.SilkS) hide
(effects (font (thickness 0.3)))
)
(fp_text value "LOGO" (at 0.75 0) (layer F.SilkS) hide
(effects (font (thickness 0.3)))
)
(fp_poly (pts (xy 8.466667 7.817556) (xy -8.466666 7.817556) (xy -8.464703 4.596694) (xy -8.464458 4.277820) (xy -8.464121 3.971283) (xy -8.463698 3.678066) (xy -8.463192 3.399151) (xy -8.462608 3.135521)
(xy -8.461950 2.888159) (xy -8.461223 2.658048) (xy -8.460431 2.446170) (xy -8.459578 2.253509) (xy -8.458670 2.081046) (xy -8.457709 1.929765) (xy -8.456702 1.800648) (xy -8.455651 1.694679)
(xy -8.454562 1.612839) (xy -8.453439 1.556112) (xy -8.452287 1.525479) (xy -8.451109 1.521925) (xy -8.450913 1.524000) (xy -8.402748 1.960265) (xy -8.328861 2.385305) (xy -8.229389 2.798814)
(xy -8.104465 3.200490) (xy -7.954224 3.590029) (xy -7.778802 3.967125) (xy -7.578332 4.331475) (xy -7.352949 4.682776) (xy -7.102788 5.020722) (xy -6.827984 5.345011) (xy -6.695722 5.487026)
(xy -6.402913 5.774996) (xy -6.096517 6.041887) (xy -5.775823 6.288003) (xy -5.440117 6.513648) (xy -5.088688 6.719126) (xy -4.720823 6.904741) (xy -4.335810 7.070797) (xy -3.932936 7.217598)
(xy -3.511489 7.345448) (xy -3.070757 7.454651) (xy -2.610026 7.545511) (xy -2.128586 7.618333) (xy -1.625723 7.673420) (xy -1.559278 7.679248) (xy -1.479975 7.684435) (xy -1.376871 7.688746)
(xy -1.254355 7.692180) (xy -1.116815 7.694738) (xy -0.968639 7.696420) (xy -0.814217 7.697226) (xy -0.657937 7.697157) (xy -0.504187 7.696212) (xy -0.357357 7.694391) (xy -0.221836 7.691695)
(xy -0.102010 7.688123) (xy -0.002271 7.683677) (xy 0.063500 7.679204) (xy 0.425585 7.643407) (xy 0.772453 7.598780) (xy 1.108840 7.544216) (xy 1.439480 7.478609) (xy 1.769111 7.400852)
(xy 2.102466 7.309839) (xy 2.444281 7.204463) (xy 2.799292 7.083618) (xy 3.126684 6.963484) (xy 3.606132 6.769421) (xy 4.066235 6.557180) (xy 4.506375 6.327140) (xy 4.925931 6.079684)
(xy 5.324286 5.815192) (xy 5.700820 5.534046) (xy 6.054915 5.236626) (xy 6.298663 5.009665) (xy 6.606242 4.691162) (xy 6.890212 4.357233) (xy 7.150527 4.007941) (xy 7.387140 3.643349)
(xy 7.600003 3.263522) (xy 7.627326 3.210278) (xy 7.817482 2.806158) (xy 7.979901 2.397826) (xy 8.114532 1.985605) (xy 8.221325 1.569818) (xy 8.300227 1.150788) (xy 8.351189 0.728838)
(xy 8.374160 0.304291) (xy 8.369087 -0.122529) (xy 8.335921 -0.551300) (xy 8.282044 -0.938389) (xy 8.205818 -1.313387) (xy 8.105307 -1.675719) (xy 7.979887 -2.026819) (xy 7.828939 -2.368119)
(xy 7.651842 -2.701055) (xy 7.447973 -3.027061) (xy 7.267441 -3.280833) (xy 7.014269 -3.595142) (xy 6.741333 -3.889588) (xy 6.449530 -4.163530) (xy 6.139761 -4.416329) (xy 5.812923 -4.647343)
(xy 5.469916 -4.855933) (xy 5.111639 -5.041457) (xy 4.738990 -5.203276) (xy 4.395611 -5.326957) (xy 4.190796 -5.390185) (xy 3.984290 -5.446197) (xy 3.770846 -5.496123) (xy 3.545213 -5.541092)
(xy 3.302142 -5.582236) (xy 3.036384 -5.620684) (xy 3.023306 -5.622436) (xy 2.977445 -5.628559) (xy 2.977445 -4.083770) (xy 3.171472 -4.066273) (xy 3.537603 -4.020876) (xy 3.905101 -3.951215)
(xy 4.268842 -3.858679) (xy 4.623702 -3.744657) (xy 4.964558 -3.610537) (xy 5.131143 -3.534945) (xy 5.418554 -3.385258) (xy 5.693020 -3.216358) (xy 5.951714 -3.030431) (xy 6.191808 -2.829660)
(xy 6.410474 -2.616228) (xy 6.595963 -2.403510) (xy 6.827183 -2.097424) (xy 7.030522 -1.790989) (xy 7.206316 -1.483468) (xy 7.354904 -1.174124) (xy 7.476623 -0.862220) (xy 7.571811 -0.547019)
(xy 7.640805 -0.227785) (xy 7.665033 -0.070556) (xy 7.674404 0.024772) (xy 7.680463 0.141378) (xy 7.683307 0.272524) (xy 7.683033 0.411472) (xy 7.679739 0.551484) (xy 7.673523 0.685824)
(xy 7.664480 0.807753) (xy 7.652710 0.910533) (xy 7.650654 0.924278) (xy 7.581417 1.285238) (xy 7.486924 1.638636) (xy 7.366741 1.985419) (xy 7.220430 2.326537) (xy 7.047555 2.662936)
(xy 6.847680 2.995564) (xy 6.620369 3.325368) (xy 6.432681 3.570111) (xy 6.131339 3.924303) (xy 5.810063 4.258767) (xy 5.469367 4.573226) (xy 5.109767 4.867402) (xy 4.731779 5.141016)
(xy 4.335918 5.393790) (xy 3.922698 5.625448) (xy 3.492637 5.835710) (xy 3.046248 6.024298) (xy 2.584048 6.190936) (xy 2.106551 6.335345) (xy 1.614273 6.457246) (xy 1.107730 6.556362)
(xy 0.808905 6.603114) (xy 0.482478 6.645970) (xy 0.177008 6.678338) (xy -0.112584 6.700620) (xy -0.391377 6.713218) (xy -0.627944 6.716613) (xy -1.122422 6.704365) (xy -1.615041 6.667932)
(xy -2.102746 6.607790) (xy -2.582482 6.524418) (xy -3.051193 6.418293) (xy -3.505824 6.289894) (xy -3.647722 6.244217) (xy -4.063474 6.093329) (xy -4.459718 5.923138) (xy -4.836127 5.733864)
(xy -5.192374 5.525723) (xy -5.528132 5.298934) (xy -5.843077 5.053715) (xy -6.136880 4.790284) (xy -6.409215 4.508858) (xy -6.618945 4.261477) (xy -6.856772 3.948239) (xy -7.067695 3.638271)
(xy -7.252583 3.329831) (xy -7.412306 3.021178) (xy -7.547734 2.710571) (xy -7.659735 2.396267) (xy -7.674791 2.342444) (xy -3.485444 2.342444) (xy -3.485416 2.409472) (xy -3.485108 2.433191)
(xy -3.484222 2.483022) (xy -3.482802 2.556865) (xy -3.480890 2.652616) (xy -3.478531 2.768173) (xy -3.475769 2.901434) (xy -3.472646 3.050296) (xy -3.469206 3.212658) (xy -3.465494 3.386417)
(xy -3.461553 3.569470) (xy -3.457426 3.759716) (xy -3.456994 3.779552) (xy -3.451363 4.031438) (xy -3.446049 4.255610) (xy -3.441035 4.452576) (xy -3.436304 4.622841) (xy -3.431839 4.766914)
(xy -3.427623 4.885300) (xy -3.423639 4.978507) (xy -3.419870 5.047040) (xy -3.416299 5.091408) (xy -3.412910 5.112117) (xy -3.412506 5.113052) (xy -3.374061 5.166748) (xy -3.321814 5.215183)
(xy -3.265149 5.250666) (xy -3.229031 5.263439) (xy -3.178368 5.269963) (xy -3.112025 5.272596) (xy -3.037435 5.271719) (xy -2.962027 5.267710) (xy -2.893233 5.260951) (xy -2.838485 5.251821)
(xy -2.807334 5.241876) (xy -2.793346 5.234632) (xy -2.780821 5.227141) (xy -2.769670 5.217874) (xy -2.759800 5.205307) (xy -2.751120 5.187914) (xy -2.743538 5.164167) (xy -2.736964 5.132543)
(xy -2.731306 5.091513) (xy -2.726473 5.039552) (xy -2.722373 4.975135) (xy -2.718915 4.896735) (xy -2.716008 4.802825) (xy -2.713560 4.691881) (xy -2.711480 4.562375) (xy -2.709676 4.412783)
(xy -2.708058 4.241577) (xy -2.706534 4.047232) (xy -2.705012 3.828221) (xy -2.703402 3.583019) (xy -2.702835 3.496028) (xy -2.701607 3.297630) (xy -2.700708 3.125677) (xy -2.700160 2.978390)
(xy -2.699985 2.853993) (xy -2.700204 2.750708) (xy -2.700841 2.666759) (xy -2.701916 2.600370) (xy -2.703452 2.549762) (xy -2.705471 2.513159) (xy -2.707995 2.488785) (xy -2.711046 2.474861)
(xy -2.714645 2.469612) (xy -2.715531 2.469444) (xy -2.735664 2.464227) (xy -2.775738 2.450052) (xy -2.829778 2.429141) (xy -2.886493 2.405944) (xy -3.038058 2.342444) (xy -3.485444 2.342444)
(xy -7.674791 2.342444) (xy -7.749180 2.076525) (xy -7.781883 1.932393) (xy -7.834667 1.627653) (xy -7.863936 1.322519) (xy -7.869703 1.013520) (xy -7.851978 0.697187) (xy -7.810773 0.370050)
(xy -7.787371 0.233500) (xy -7.761821 0.117819) (xy -7.724523 -0.017957) (xy -7.677121 -0.169084) (xy -7.621262 -0.330815) (xy -7.558591 -0.498406) (xy -7.490753 -0.667110) (xy -7.419393 -0.832181)
(xy -7.412869 -0.846667) (xy -7.331973 -1.011558) (xy -5.979507 -1.011558) (xy -5.973560 -0.862084) (xy -5.972228 -0.824761) (xy -5.970160 -0.761666) (xy -5.967430 -0.675238) (xy -5.964112 -0.567917)
(xy -5.960279 -0.442140) (xy -5.956006 -0.300348) (xy -5.951365 -0.144980) (xy -5.946431 0.021527) (xy -5.941277 0.196732) (xy -5.935978 0.378197) (xy -5.933621 0.459310) (xy -5.928280 0.639248)
(xy -5.922931 0.811447) (xy -5.917656 0.973766) (xy -5.912535 1.124065) (xy -5.907649 1.260200) (xy -5.903077 1.380032) (xy -5.898901 1.481418) (xy -5.895201 1.562219) (xy -5.892057 1.620291)
(xy -5.889550 1.653494) (xy -5.888453 1.660432) (xy -5.862275 1.699055) (xy -5.818126 1.736844) (xy -5.765523 1.766575) (xy -5.734270 1.777438) (xy -5.693998 1.782867) (xy -5.633804 1.785321)
(xy -5.561811 1.784977) (xy -5.486142 1.782013) (xy -5.414921 1.776608) (xy -5.387883 1.773102) (xy -3.499555 1.773102) (xy -3.490062 1.816225) (xy -3.466528 1.855376) (xy -3.439836 1.876456)
(xy -3.417835 1.889656) (xy -3.378630 1.917131) (xy -3.326964 1.955408) (xy -3.267578 2.001016) (xy -3.238500 2.023877) (xy -3.173395 2.075142) (xy -3.125560 2.111359) (xy -3.090259 2.135152)
(xy -3.062759 2.149148) (xy -3.038326 2.155971) (xy -3.012224 2.158246) (xy -2.995680 2.158508) (xy -2.922193 2.159000) (xy -2.752564 1.950861) (xy -2.681485 1.862215) (xy -2.629221 1.791078)
(xy -2.596032 1.733692) (xy -2.582178 1.686301) (xy -2.587918 1.645147) (xy -2.593383 1.636889) (xy -2.356555 1.636889) (xy -2.355895 1.689806) (xy -2.355296 1.711026) (xy -2.353731 1.758496)
(xy -2.351269 1.830259) (xy -2.347981 1.924362) (xy -2.343935 2.038849) (xy -2.339203 2.171766) (xy -2.333853 2.321158) (xy -2.327955 2.485070) (xy -2.321580 2.661549) (xy -2.314796 2.848638)
(xy -2.307675 3.044384) (xy -2.302321 3.191105) (xy -2.249406 4.639488) (xy -2.214786 4.690314) (xy -2.189803 4.721527) (xy -2.168201 4.739513) (xy -2.162528 4.741237) (xy -2.146119 4.749188)
(xy -2.144889 4.753732) (xy -2.131950 4.772854) (xy -2.096691 4.786337) (xy -2.044443 4.794175) (xy -1.980540 4.796360) (xy -1.910316 4.792886) (xy -1.839104 4.783745) (xy -1.772237 4.768930)
(xy -1.728611 4.754279) (xy -1.671813 4.727168) (xy -1.633144 4.696017) (xy -1.609950 4.655417) (xy -1.599578 4.599962) (xy -1.599372 4.524243) (xy -1.601050 4.494389) (xy -1.613313 4.303409)
(xy -1.623265 4.137735) (xy -1.630766 3.994537) (xy -1.635678 3.870982) (xy -1.637863 3.764239) (xy -1.637180 3.671476) (xy -1.633491 3.589860) (xy -1.626656 3.516562) (xy -1.616538 3.448748)
(xy -1.602997 3.383587) (xy -1.585894 3.318247) (xy -1.565089 3.249897) (xy -1.540445 3.175705) (xy -1.535642 3.161660) (xy -1.499568 3.065014) (xy -1.457414 2.966011) (xy -1.411533 2.869031)
(xy -1.364283 2.778453) (xy -1.318017 2.698658) (xy -1.275092 2.634025) (xy -1.237863 2.588935) (xy -1.219033 2.572946) (xy -1.189600 2.557407) (xy -1.165611 2.559351) (xy -1.146273 2.569062)
(xy -1.119893 2.585711) (xy -1.098720 2.604740) (xy -1.081589 2.629789) (xy -1.067333 2.664499) (xy -1.054788 2.712510) (xy -1.042790 2.777463) (xy -1.030172 2.862997) (xy -1.015770 2.972753)
(xy -1.014911 2.979498) (xy -1.004640 3.061370) (xy -0.991669 3.166542) (xy -0.976568 3.290280) (xy -0.959909 3.427851) (xy -0.942265 3.574522) (xy -0.924208 3.725560) (xy -0.906309 3.876233)
(xy -0.896188 3.961914) (xy -0.880095 4.096997) (xy -0.864605 4.224227) (xy -0.850096 4.340710) (xy -0.836942 4.443550) (xy -0.825520 4.529853) (xy -0.816206 4.596723) (xy -0.809376 4.641266)
(xy -0.805474 4.660414) (xy -0.786798 4.690564) (xy -0.756372 4.723821) (xy -0.722664 4.752361) (xy -0.694144 4.768361) (xy -0.687333 4.769556) (xy -0.660869 4.778747) (xy -0.654666 4.783756)
(xy -0.631643 4.797662) (xy -0.591113 4.815066) (xy -0.542912 4.832468) (xy -0.496876 4.846369) (xy -0.462840 4.853270) (xy -0.458611 4.853501) (xy -0.426839 4.849124) (xy -0.385228 4.837978)
(xy -0.378074 4.835575) (xy -0.324962 4.811717) (xy -0.283360 4.779148) (xy -0.251608 4.734283) (xy -0.228044 4.673537) (xy -0.211007 4.593324) (xy -0.198835 4.490059) (xy -0.194860 4.440148)
(xy -0.191369 4.370863) (xy -0.188877 4.277828) (xy -0.187336 4.165495) (xy -0.186694 4.038315) (xy -0.186901 3.900740) (xy -0.187908 3.757223) (xy -0.189663 3.612215) (xy -0.192118 3.470169)
(xy -0.195222 3.335537) (xy -0.198924 3.212770) (xy -0.203175 3.106321) (xy -0.207925 3.020642) (xy -0.211326 2.977444) (xy -0.227937 2.809316) (xy -0.243920 2.666580) (xy -0.259715 2.546426)
(xy -0.275759 2.446044) (xy -0.292492 2.362624) (xy -0.310352 2.293355) (xy -0.325223 2.247686) (xy -0.347300 2.184725) (xy -0.367411 2.124267) (xy -0.382220 2.076449) (xy -0.385629 2.064213)
(xy -0.402544 2.019084) (xy -0.429581 1.965587) (xy -0.451128 1.930282) (xy -0.486334 1.884126) (xy -0.525746 1.848910) (xy -0.553570 1.831943) (xy -0.181899 1.831943) (xy -0.176734 1.918662)
(xy -0.155602 2.013093) (xy -0.140509 2.062213) (xy -0.122347 2.108815) (xy -0.099251 2.155284) (xy -0.069356 2.204004) (xy -0.030797 2.257360) (xy 0.018291 2.317737) (xy 0.079774 2.387520)
(xy 0.155517 2.469094) (xy 0.247385 2.564842) (xy 0.357244 2.677151) (xy 0.388960 2.709333) (xy 0.481827 2.803826) (xy 0.556361 2.880920) (xy 0.614303 2.943056) (xy 0.657393 2.992672)
(xy 0.687371 3.032209) (xy 0.705980 3.064106) (xy 0.714959 3.090801) (xy 0.716049 3.114735) (xy 0.710992 3.138347) (xy 0.705765 3.153282) (xy 0.694624 3.173328) (xy 0.669181 3.213833)
(xy 0.631239 3.272086) (xy 0.582606 3.345370) (xy 0.525085 3.430974) (xy 0.460483 3.526183) (xy 0.390604 3.628284) (xy 0.366117 3.663863) (xy 0.294884 3.767637) (xy 0.228330 3.865395)
(xy 0.168258 3.954433) (xy 0.116469 4.032041) (xy 0.074766 4.095514) (xy 0.044952 4.142144) (xy 0.028829 4.169224) (xy 0.026789 4.173491) (xy 0.018079 4.229175) (xy 0.026675 4.294796)
(xy 0.050783 4.359514) (xy 0.060362 4.376473) (xy 0.089462 4.412933) (xy 0.134626 4.458009) (xy 0.188195 4.505028) (xy 0.242513 4.547318) (xy 0.289920 4.578205) (xy 0.295087 4.580989)
(xy 0.347928 4.596334) (xy 0.415563 4.598633) (xy 0.487904 4.588166) (xy 0.533243 4.574430) (xy 0.572816 4.558491) (xy 0.608111 4.541340) (xy 0.641346 4.520584) (xy 0.674736 4.493830)
(xy 0.710497 4.458686) (xy 0.750848 4.412760) (xy 0.798003 4.353658) (xy 0.854180 4.278989) (xy 0.921595 4.186360) (xy 1.002464 4.073379) (xy 1.019195 4.049889) (xy 1.112923 3.916470)
(xy 1.190363 3.801774) (xy 1.253075 3.702666) (xy 1.302623 3.616011) (xy 1.340569 3.538672) (xy 1.368474 3.467514) (xy 1.387902 3.399401) (xy 1.400413 3.331198) (xy 1.406676 3.272133)
(xy 1.409463 3.201453) (xy 1.404026 3.142165) (xy 1.388669 3.078203) (xy 1.384835 3.065331) (xy 1.370060 3.014518) (xy 1.359306 2.973399) (xy 1.354706 2.950186) (xy 1.354667 2.949195)
(xy 1.346430 2.926636) (xy 1.324103 2.887228) (xy 1.291261 2.836132) (xy 1.251476 2.778512) (xy 1.208325 2.719527) (xy 1.165382 2.664339) (xy 1.126220 2.618111) (xy 1.122714 2.614251)
(xy 1.044197 2.535676) (xy 0.953213 2.456289) (xy 0.857950 2.382582) (xy 0.766594 2.321045) (xy 0.717268 2.292773) (xy 0.645602 2.247908) (xy 0.600453 2.201860) (xy 0.580125 2.152680)
(xy 0.578556 2.133202) (xy 0.583919 2.101733) (xy 0.597079 2.062629) (xy 0.613640 2.026519) (xy 0.629208 2.004033) (xy 0.632999 2.001543) (xy 0.649172 1.987952) (xy 0.679300 1.955926)
(xy 0.720155 1.909420) (xy 0.768512 1.852390) (xy 0.821144 1.788791) (xy 0.874824 1.722578) (xy 0.926325 1.657706) (xy 0.972422 1.598130) (xy 1.009888 1.547806) (xy 1.035495 1.510689)
(xy 1.041465 1.500835) (xy 1.070758 1.454513) (xy 1.112365 1.395870) (xy 1.159878 1.333701) (xy 1.191543 1.294794) (xy 1.247463 1.224918) (xy 1.284431 1.168065) (xy 1.303863 1.117728)
(xy 1.307178 1.067399) (xy 1.295793 1.010568) (xy 1.271125 0.940727) (xy 1.269541 0.936708) (xy 1.221367 0.827964) (xy 1.182568 0.762000) (xy 1.594556 0.762000) (xy 1.594556 0.880128)
(xy 1.595000 0.941897) (xy 1.596280 1.025497) (xy 1.598322 1.128524) (xy 1.601048 1.248572) (xy 1.604382 1.383237) (xy 1.608249 1.530113) (xy 1.612572 1.686795) (xy 1.617274 1.850878)
(xy 1.622280 2.019958) (xy 1.627514 2.191628) (xy 1.632899 2.363484) (xy 1.638359 2.533121) (xy 1.643818 2.698133) (xy 1.649199 2.856116) (xy 1.654428 3.004665) (xy 1.659426 3.141374)
(xy 1.664119 3.263838) (xy 1.668430 3.369652) (xy 1.672282 3.456412) (xy 1.675601 3.521712) (xy 1.678308 3.563146) (xy 1.679997 3.577546) (xy 1.709646 3.635228) (xy 1.764390 3.680442)
(xy 1.844387 3.713309) (xy 1.866633 3.719197) (xy 1.916809 3.727498) (xy 1.982949 3.733250) (xy 2.056213 3.736259) (xy 2.127760 3.736334) (xy 2.188749 3.733280) (xy 2.229556 3.727120)
(xy 2.263048 3.705100) (xy 2.291767 3.662772) (xy 2.296780 3.651197) (xy 2.301235 3.636846) (xy 2.305220 3.617785) (xy 2.308822 3.592076) (xy 2.312129 3.557785) (xy 2.315229 3.512976)
(xy 2.318208 3.455712) (xy 2.321155 3.384059) (xy 2.324157 3.296079) (xy 2.327302 3.189838) (xy 2.330677 3.063399) (xy 2.334369 2.914828) (xy 2.338467 2.742187) (xy 2.343057 2.543542)
(xy 2.343755 2.513051) (xy 2.348926 2.286548) (xy 2.555815 2.286548) (xy 2.562652 2.481578) (xy 2.579597 2.654847) (xy 2.607161 2.808833) (xy 2.645855 2.946016) (xy 2.696188 3.068874)
(xy 2.758671 3.179887) (xy 2.799822 3.238686) (xy 2.840495 3.290316) (xy 2.873601 3.324592) (xy 2.906773 3.347933) (xy 2.947647 3.366762) (xy 2.955935 3.369985) (xy 3.060339 3.397604)
(xy 3.159705 3.397935) (xy 3.256514 3.370896) (xy 3.282595 3.358862) (xy 3.333030 3.330437) (xy 3.378288 3.299462) (xy 3.403360 3.277724) (xy 3.422436 3.253641) (xy 3.453423 3.210125)
(xy 3.493260 3.151667) (xy 3.538889 3.082759) (xy 3.587250 3.007892) (xy 3.588669 3.005667) (xy 3.648957 2.911400) (xy 3.696367 2.838359) (xy 3.733011 2.783854) (xy 3.760997 2.745198)
(xy 3.782435 2.719701) (xy 3.799434 2.704675) (xy 3.814105 2.697431) (xy 3.828556 2.695279) (xy 3.832240 2.695222) (xy 3.866445 2.695222) (xy 3.866445 3.023558) (xy 3.866510 3.128023)
(xy 3.866949 3.208184) (xy 3.868126 3.267957) (xy 3.870408 3.311259) (xy 3.874157 3.342009) (xy 3.879741 3.364123) (xy 3.887522 3.381518) (xy 3.897868 3.398112) (xy 3.901893 3.404060)
(xy 3.925425 3.432885) (xy 3.954751 3.454630) (xy 3.995681 3.471849) (xy 4.054028 3.487100) (xy 4.120445 3.500204) (xy 4.198174 3.508134) (xy 4.279078 3.506024) (xy 4.351805 3.494625)
(xy 4.389963 3.482315) (xy 4.440759 3.460434) (xy 4.449575 3.257745) (xy 4.450962 3.218973) (xy 4.452922 3.153840) (xy 4.455409 3.064203) (xy 4.458378 2.951917) (xy 4.461783 2.818836)
(xy 4.465579 2.666817) (xy 4.469722 2.497715) (xy 4.474165 2.313385) (xy 4.478863 2.115682) (xy 4.483771 1.906463) (xy 4.488844 1.687581) (xy 4.494036 1.460893) (xy 4.499302 1.228254)
(xy 4.499868 1.203042) (xy 4.724845 1.203042) (xy 4.733684 1.410728) (xy 4.759730 1.598110) (xy 4.803984 1.767986) (xy 4.867445 1.923155) (xy 4.951111 2.066417) (xy 5.055983 2.200570)
(xy 5.096752 2.244714) (xy 5.182242 2.324792) (xy 5.262833 2.380638) (xy 5.342698 2.414743) (xy 5.402115 2.427239) (xy 5.485686 2.435030) (xy 5.579073 2.438937) (xy 5.674552 2.439085)
(xy 5.764400 2.435596) (xy 5.840894 2.428596) (xy 5.891952 2.419390) (xy 6.035456 2.368200) (xy 6.168606 2.293237) (xy 6.287603 2.197619) (xy 6.388645 2.084465) (xy 6.467932 1.956892)
(xy 6.476033 1.940278) (xy 6.501588 1.891741) (xy 6.527808 1.850530) (xy 6.546084 1.828602) (xy 6.572168 1.791772) (xy 6.594691 1.735929) (xy 6.610822 1.670274) (xy 6.617730 1.604007)
(xy 6.617801 1.595522) (xy 6.604762 1.509272) (xy 6.566677 1.435867) (xy 6.503760 1.375564) (xy 6.416225 1.328621) (xy 6.387175 1.317852) (xy 6.298768 1.300429) (xy 6.217395 1.310089)
(xy 6.144500 1.346251) (xy 6.081528 1.408336) (xy 6.052142 1.452462) (xy 5.974369 1.569940) (xy 5.887785 1.666458) (xy 5.818788 1.725276) (xy 5.740937 1.781302) (xy 5.677902 1.817119)
(xy 5.625719 1.833583) (xy 5.580424 1.831551) (xy 5.538051 1.811880) (xy 5.511934 1.791575) (xy 5.485170 1.763194) (xy 5.464935 1.728561) (xy 5.450412 1.683625) (xy 5.440787 1.624335)
(xy 5.435241 1.546639) (xy 5.432960 1.446488) (xy 5.432778 1.398765) (xy 5.432934 1.317990) (xy 5.433897 1.260488) (xy 5.436408 1.221310) (xy 5.441209 1.195507) (xy 5.449042 1.178130)
(xy 5.460648 1.164231) (xy 5.469156 1.156043) (xy 5.489618 1.139727) (xy 5.513883 1.128864) (xy 5.548739 1.121835) (xy 5.600975 1.117023) (xy 5.643231 1.114539) (xy 5.712214 1.109804)
(xy 5.763694 1.102448) (xy 5.808390 1.089826) (xy 5.857019 1.069294) (xy 5.888748 1.053958) (xy 6.003186 0.982650) (xy 6.110712 0.886742) (xy 6.209401 0.769413) (xy 6.297325 0.633843)
(xy 6.372559 0.483210) (xy 6.433176 0.320692) (xy 6.477250 0.149470) (xy 6.493220 0.056444) (xy 6.503294 -0.092481) (xy 6.489738 -0.226449) (xy 6.453360 -0.344619) (xy 6.394966 -0.446154)
(xy 6.315363 -0.530215) (xy 6.215357 -0.595963) (xy 6.095756 -0.642560) (xy 5.957365 -0.669168) (xy 5.800993 -0.674947) (xy 5.789928 -0.674571) (xy 5.719818 -0.671446) (xy 5.669056 -0.666959)
(xy 5.628779 -0.658941) (xy 5.590125 -0.645223) (xy 5.544231 -0.623637) (xy 5.509311 -0.605892) (xy 5.435756 -0.564268) (xy 5.379789 -0.524431) (xy 5.349985 -0.494807) (xy 5.318914 -0.458274)
(xy 5.277257 -0.414274) (xy 5.245277 -0.383020) (xy 5.156250 -0.283414) (xy 5.072743 -0.156992) (xy 4.995212 -0.004703) (xy 4.924115 0.172505) (xy 4.859907 0.373684) (xy 4.833142 0.472722)
(xy 4.781719 0.695342) (xy 4.746917 0.897932) (xy 4.728364 1.082993) (xy 4.724845 1.203042) (xy 4.499868 1.203042) (xy 4.501375 1.135944) (xy 4.506695 0.902235) (xy 4.512052 0.674230)
(xy 4.517396 0.453743) (xy 4.522674 0.242587) (xy 4.527838 0.042573) (xy 4.532836 -0.144486) (xy 4.537617 -0.316777) (xy 4.542130 -0.472488) (xy 4.546325 -0.609807) (xy 4.550152 -0.726920)
(xy 4.553558 -0.822016) (xy 4.556495 -0.893282) (xy 4.558910 -0.938905) (xy 4.559757 -0.949982) (xy 4.566492 -1.024734) (xy 4.568558 -1.077446) (xy 4.563060 -1.114245) (xy 4.547105 -1.141257)
(xy 4.517799 -1.164608) (xy 4.472247 -1.190424) (xy 4.437500 -1.208806) (xy 4.345855 -1.252293) (xy 4.260930 -1.279909) (xy 4.172626 -1.293802) (xy 4.070847 -1.296119) (xy 4.033403 -1.294749)
(xy 3.956074 -1.289764) (xy 3.899620 -1.282473) (xy 3.856708 -1.271546) (xy 3.821157 -1.256250) (xy 3.770499 -1.228654) (xy 3.738410 -1.204315) (xy 3.720657 -1.175733) (xy 3.713012 -1.135406)
(xy 3.711243 -1.075834) (xy 3.711222 -1.061325) (xy 3.711857 -1.019618) (xy 3.713646 -0.953939) (xy 3.716418 -0.868509) (xy 3.720003 -0.767547) (xy 3.724228 -0.655272) (xy 3.728924 -0.535905)
(xy 3.733918 -0.413664) (xy 3.739040 -0.292771) (xy 3.744117 -0.177444) (xy 3.748980 -0.071903) (xy 3.753457 0.019632) (xy 3.757376 0.092942) (xy 3.759449 0.127353) (xy 3.766294 0.233540)
(xy 3.643434 0.262889) (xy 3.538905 0.292271) (xy 3.445967 0.329200) (xy 3.355471 0.378104) (xy 3.258268 0.443411) (xy 3.234701 0.460697) (xy 3.121402 0.550369) (xy 3.019333 0.642061)
(xy 2.932518 0.731760) (xy 2.864977 0.815451) (xy 2.838049 0.856542) (xy 2.757742 1.015203) (xy 2.690332 1.197571) (xy 2.636182 1.402065) (xy 2.595659 1.627104) (xy 2.569127 1.871107)
(xy 2.558575 2.067278) (xy 2.555815 2.286548) (xy 2.348926 2.286548) (xy 2.349335 2.268660) (xy 2.354264 2.050939) (xy 2.358558 1.858343) (xy 2.362232 1.689327) (xy 2.365300 1.542347)
(xy 2.367778 1.415858) (xy 2.369680 1.308314) (xy 2.371021 1.218172) (xy 2.371816 1.143886) (xy 2.372079 1.083913) (xy 2.371827 1.036706) (xy 2.371073 1.000722) (xy 2.369832 0.974416)
(xy 2.368120 0.956242) (xy 2.365950 0.944657) (xy 2.363339 0.938116) (xy 2.360300 0.935073) (xy 2.358938 0.934479) (xy 2.343457 0.917521) (xy 2.342445 0.910991) (xy 2.330135 0.898976)
(xy 2.296584 0.879420) (xy 2.246864 0.854993) (xy 2.186043 0.828364) (xy 2.183695 0.827391) (xy 2.024945 0.761781) (xy 1.809750 0.761891) (xy 1.594556 0.762000) (xy 1.182568 0.762000)
(xy 1.173171 0.746024) (xy 1.124012 0.689488) (xy 1.085205 0.662533) (xy 1.045466 0.645036) (xy 1.007257 0.636165) (xy 0.964759 0.636394) (xy 0.912154 0.646199) (xy 0.843624 0.666052)
(xy 0.779313 0.687466) (xy 0.691421 0.728404) (xy 0.595219 0.792690) (xy 0.493463 0.877708) (xy 0.388912 0.980845) (xy 0.284323 1.099487) (xy 0.182452 1.231019) (xy 0.135154 1.298222)
(xy 0.083595 1.373100) (xy 0.031638 1.447232) (xy -0.016255 1.514342) (xy -0.055623 1.568156) (xy -0.073663 1.591923) (xy -0.131808 1.675998) (xy -0.167405 1.753529) (xy -0.181899 1.831943)
(xy -0.553570 1.831943) (xy -0.579353 1.816221) (xy -0.598326 1.806346) (xy -0.642411 1.784612) (xy -0.677724 1.770418) (xy -0.712440 1.762188) (xy -0.754733 1.758346) (xy -0.812778 1.757316)
(xy -0.852326 1.757369) (xy -0.928256 1.758641) (xy -0.983515 1.762533) (xy -1.025611 1.770068) (xy -1.062050 1.782272) (xy -1.074549 1.787696) (xy -1.151882 1.835142) (xy -1.221775 1.904794)
(xy -1.286339 1.998998) (xy -1.319104 2.059656) (xy -1.351067 2.126613) (xy -1.370705 2.177623) (xy -1.380577 2.220717) (xy -1.383236 2.261024) (xy -1.384794 2.305281) (xy -1.392048 2.330903)
(xy -1.409662 2.347458) (xy -1.430959 2.358927) (xy -1.467802 2.373125) (xy -1.489992 2.370083) (xy -1.494112 2.366688) (xy -1.499710 2.348410) (xy -1.504049 2.305488) (xy -1.507164 2.237074)
(xy -1.509092 2.142319) (xy -1.509868 2.020375) (xy -1.509889 1.993900) (xy -1.509889 1.636889) (xy -2.356555 1.636889) (xy -2.593383 1.636889) (xy -2.613514 1.606474) (xy -2.659224 1.566526)
(xy -2.725309 1.521544) (xy -2.784838 1.484432) (xy -2.888446 1.421637) (xy -2.971267 1.373488) (xy -3.035833 1.338729) (xy -3.084673 1.316110) (xy -3.120320 1.304375) (xy -3.145304 1.302272)
(xy -3.150744 1.303242) (xy -3.176572 1.319995) (xy -3.213180 1.358445) (xy -3.257752 1.415559) (xy -3.266968 1.428383) (xy -3.313735 1.494246) (xy -3.365266 1.566818) (xy -3.412427 1.633232)
(xy -3.424723 1.650548) (xy -3.457779 1.698877) (xy -3.483368 1.739670) (xy -3.497741 1.766791) (xy -3.499555 1.773102) (xy -5.387883 1.773102) (xy -5.357705 1.769189) (xy -5.321902 1.759522)
(xy -5.295606 1.741939) (xy -5.276910 1.712216) (xy -5.263908 1.666131) (xy -5.254693 1.599459) (xy -5.248715 1.527727) (xy -5.246531 1.487012) (xy -5.243852 1.420656) (xy -5.240750 1.331236)
(xy -5.237299 1.221327) (xy -5.233571 1.093505) (xy -5.229639 0.950347) (xy -5.225574 0.794427) (xy -5.221450 0.628323) (xy -5.217339 0.454609) (xy -5.213313 0.275863) (xy -5.212795 0.252173)
(xy -5.208387 0.049169) (xy -5.204611 -0.127504) (xy -5.201473 -0.279732) (xy -5.198976 -0.409399) (xy -5.197126 -0.518390) (xy -5.195926 -0.608590) (xy -5.195381 -0.681884) (xy -5.195495 -0.740157)
(xy -5.196273 -0.785293) (xy -5.197720 -0.819178) (xy -5.199838 -0.843696) (xy -5.202634 -0.860732) (xy -5.206111 -0.872171) (xy -5.210273 -0.879897) (xy -5.215126 -0.885796) (xy -5.215449 -0.886144)
(xy -5.238919 -0.902731) (xy -5.282386 -0.926044) (xy -5.339437 -0.952863) (xy -5.397500 -0.977502) (xy -5.552722 -1.040092) (xy -5.766115 -1.025825) (xy -5.979507 -1.011558) (xy -7.331973 -1.011558)
(xy -7.223603 -1.232448) (xy -7.008350 -1.611216) (xy -6.904461 -1.771651) (xy -6.106861 -1.771651) (xy -6.094077 -1.740694) (xy -6.067779 -1.705312) (xy -6.029901 -1.662388) (xy -5.933942 -1.557806)
(xy -5.849082 -1.469181) (xy -5.776592 -1.397716) (xy -5.717747 -1.344615) (xy -5.673819 -1.311079) (xy -5.646081 -1.298312) (xy -5.644422 -1.298222) (xy -5.625621 -1.303660) (xy -5.597498 -1.321229)
(xy -5.557748 -1.352812) (xy -5.504068 -1.400295) (xy -5.434153 -1.465561) (xy -5.400741 -1.497436) (xy -5.337872 -1.558547) (xy -5.282639 -1.613870) (xy -5.238106 -1.660202) (xy -5.207336 -1.694337)
(xy -5.193394 -1.713072) (xy -5.192889 -1.714825) (xy -5.204312 -1.755591) (xy -5.237490 -1.810004) (xy -5.290791 -1.875920) (xy -5.362580 -1.951193) (xy -5.401172 -1.988194) (xy -5.454267 -2.039011)
(xy -5.499763 -2.084764) (xy -5.533633 -2.121238) (xy -5.551850 -2.144216) (xy -5.553662 -2.147851) (xy -5.573145 -2.167768) (xy -5.610724 -2.180799) (xy -5.656696 -2.184925) (xy -5.700500 -2.178396)
(xy -5.723741 -2.165037) (xy -5.763251 -2.135699) (xy -5.814797 -2.093800) (xy -5.874148 -2.042758) (xy -5.925285 -1.996832) (xy -5.998408 -1.929383) (xy -6.051905 -1.877049) (xy -6.086997 -1.835921)
(xy -6.104909 -1.802091) (xy -6.106861 -1.771651) (xy -6.904461 -1.771651) (xy -6.768883 -1.981023) (xy -6.589970 -2.226193) (xy -4.903216 -2.226193) (xy -4.902543 -2.185687) (xy -4.901197 -2.121134)
(xy -4.899228 -2.034615) (xy -4.896688 -1.928211) (xy -4.893627 -1.804005) (xy -4.890097 -1.664079) (xy -4.886149 -1.510514) (xy -4.881833 -1.345392) (xy -4.877200 -1.170795) (xy -4.874372 -1.065389)
(xy -4.869308 -0.876956) (xy -4.864310 -0.690028) (xy -4.859454 -0.507486) (xy -4.854815 -0.332213) (xy -4.850469 -0.167091) (xy -4.846491 -0.015002) (xy -4.842957 0.121174) (xy -4.839942 0.238552)
(xy -4.837522 0.334253) (xy -4.835773 0.405393) (xy -4.835429 0.419868) (xy -4.832904 0.522130) (xy -4.830475 0.600106) (xy -4.827698 0.657731) (xy -4.824130 0.698934) (xy -4.819325 0.727649)
(xy -4.812841 0.747808) (xy -4.804232 0.763342) (xy -4.795272 0.775393) (xy -4.769831 0.802768) (xy -4.749101 0.817097) (xy -4.746371 0.817664) (xy -4.727393 0.829694) (xy -4.722759 0.837944)
(xy -4.702616 0.855664) (xy -4.661260 0.870353) (xy -4.605641 0.880729) (xy -4.542716 0.885508) (xy -4.479436 0.883409) (xy -4.477387 0.883204) (xy -4.398307 0.870858) (xy -4.320726 0.851302)
(xy -4.251875 0.826967) (xy -4.198984 0.800281) (xy -4.175611 0.781807) (xy -4.163496 0.767321) (xy -4.155068 0.750697) (xy -4.149730 0.726977) (xy -4.146886 0.691200) (xy -4.145939 0.638410)
(xy -4.146291 0.563645) (xy -4.146521 0.540093) (xy -4.147927 0.460309) (xy -4.150594 0.360583) (xy -4.154247 0.249155) (xy -4.158615 0.134262) (xy -4.163425 0.024144) (xy -4.164064 0.010699)
(xy -4.169719 -0.130735) (xy -4.171135 -0.249938) (xy -4.167249 -0.352725) (xy -4.156997 -0.444908) (xy -4.139315 -0.532301) (xy -4.113142 -0.620716) (xy -4.077412 -0.715967) (xy -4.031064 -0.823867)
(xy -3.998195 -0.896056) (xy -3.949323 -0.997732) (xy -3.901053 -1.090311) (xy -3.855361 -1.170538) (xy -3.814219 -1.235157) (xy -3.779602 -1.280914) (xy -3.753484 -1.304553) (xy -3.749350 -1.306374)
(xy -3.715402 -1.303740) (xy -3.682740 -1.274596) (xy -3.652389 -1.220652) (xy -3.625378 -1.143619) (xy -3.607636 -1.070301) (xy -3.596796 -1.010123) (xy -3.583654 -0.924475) (xy -3.568535 -0.815989)
(xy -3.551763 -0.687294) (xy -3.533662 -0.541023) (xy -3.514555 -0.379804) (xy -3.494768 -0.206270) (xy -3.474624 -0.023050) (xy -3.454447 0.167224) (xy -3.450569 0.204611) (xy -3.435763 0.346030)
(xy -3.422851 0.462263) (xy -3.411039 0.556219) (xy -3.399532 0.630807) (xy -3.387535 0.688936) (xy -3.374255 0.733512) (xy -3.358897 0.767446) (xy -3.340667 0.793645) (xy -3.318770 0.815018)
(xy -3.292413 0.834474) (xy -3.275516 0.845546) (xy -3.227645 0.874283) (xy -3.180057 0.899794) (xy -3.160889 0.908816) (xy -3.101667 0.924610) (xy -3.029562 0.930012) (xy -2.957882 0.924924)
(xy -2.903245 0.910683) (xy -2.843608 0.872438) (xy -2.792669 0.810338) (xy -2.749235 0.723414) (xy -2.741615 0.704124) (xy -2.735278 0.685587) (xy -2.730108 0.665134) (xy -2.725988 0.640096)
(xy -2.722804 0.607805) (xy -2.720439 0.565591) (xy -2.718778 0.510785) (xy -2.717706 0.440719) (xy -2.717106 0.352723) (xy -2.716862 0.244128) (xy -2.716860 0.112266) (xy -2.716963 -0.021167)
(xy -2.718060 -0.255191) (xy -2.721079 -0.464215) (xy -2.726255 -0.651409) (xy -2.733822 -0.819946) (xy -2.744013 -0.972997) (xy -2.757064 -1.113732) (xy -2.773208 -1.245323) (xy -2.792680 -1.370942)
(xy -2.815714 -1.493760) (xy -2.831101 -1.566333) (xy -2.870252 -1.707786) (xy -2.921030 -1.833003) (xy -2.981844 -1.939606) (xy -3.051102 -2.025215) (xy -3.127214 -2.087454) (xy -3.202959 -2.122337)
(xy -3.248848 -2.132174) (xy -3.307016 -2.139374) (xy -3.370054 -2.143688) (xy -3.430558 -2.144864) (xy -3.481119 -2.142652) (xy -3.514330 -2.136802) (xy -3.521428 -2.133110) (xy -3.541773 -2.121639)
(xy -3.578522 -2.105650) (xy -3.601464 -2.096817) (xy -3.676898 -2.059030) (xy -3.745226 -2.002517) (xy -3.809181 -1.924366) (xy -3.871494 -1.821664) (xy -3.886614 -1.792833) (xy -3.928026 -1.706766)
(xy -3.954366 -1.640207) (xy -3.965015 -1.594755) (xy -3.965222 -1.589585) (xy -3.969884 -1.552348) (xy -3.986645 -1.533828) (xy -3.994508 -1.530718) (xy -4.020849 -1.526203) (xy -4.031063 -1.528693)
(xy -4.033386 -1.544209) (xy -4.036141 -1.584100) (xy -4.039156 -1.644522) (xy -4.042255 -1.721635) (xy -4.045267 -1.811597) (xy -4.047638 -1.895705) (xy -4.050539 -1.993776) (xy -4.053858 -2.082440)
(xy -4.057393 -2.157818) (xy -4.060941 -2.216032) (xy -4.064303 -2.253202) (xy -4.066859 -2.265352) (xy -4.082254 -2.266835) (xy -4.121500 -2.267293) (xy -4.180316 -2.266851) (xy -4.254419 -2.265637)
(xy -4.339525 -2.263779) (xy -4.431352 -2.261402) (xy -4.525618 -2.258634) (xy -4.618039 -2.255601) (xy -4.704332 -2.252431) (xy -4.780216 -2.249250) (xy -4.841407 -2.246186) (xy -4.883622 -2.243364)
(xy -4.902579 -2.240913) (xy -4.903164 -2.240569) (xy -4.903216 -2.226193) (xy -6.589970 -2.226193) (xy -6.506979 -2.339918) (xy -6.224414 -2.685952) (xy -5.976468 -2.958387) (xy -3.568630 -2.958387)
(xy -3.564991 -2.927955) (xy -3.554539 -2.888735) (xy -3.549875 -2.872724) (xy -3.531451 -2.823350) (xy -3.503719 -2.776735) (xy -3.461283 -2.724474) (xy -3.439229 -2.700368) (xy -3.390536 -2.652074)
(xy -3.329334 -2.596798) (xy -3.262833 -2.540544) (xy -3.198241 -2.489320) (xy -3.142768 -2.449130) (xy -3.120895 -2.435164) (xy -3.101912 -2.436999) (xy -3.059010 -2.449673) (xy -2.994040 -2.472519)
(xy -2.908854 -2.504873) (xy -2.805303 -2.546066) (xy -2.750069 -2.568598) (xy -2.656991 -2.606554) (xy -2.572731 -2.640369) (xy -2.500717 -2.668709) (xy -2.444377 -2.690244) (xy -2.407141 -2.703642)
(xy -2.392437 -2.707571) (xy -2.392383 -2.707531) (xy -2.391342 -2.692948) (xy -2.389808 -2.651979) (xy -2.387823 -2.586457) (xy -2.385431 -2.498213) (xy -2.382675 -2.389077) (xy -2.379597 -2.260883)
(xy -2.376241 -2.115462) (xy -2.372650 -1.954645) (xy -2.368867 -1.780264) (xy -2.364934 -1.594151) (xy -2.360896 -1.398136) (xy -2.356794 -1.194053) (xy -2.356642 -1.186372) (xy -2.351850 -0.945917)
(xy -2.347524 -0.732063) (xy -2.343603 -0.543193) (xy -2.340032 -0.377693) (xy -2.336751 -0.233945) (xy -2.333703 -0.110333) (xy -2.330830 -0.005242) (xy -2.328074 0.082946) (xy -2.325377 0.155846)
(xy -2.322681 0.215074) (xy -2.319929 0.262247) (xy -2.317062 0.298982) (xy -2.314022 0.326893) (xy -2.310753 0.347598) (xy -2.307195 0.362712) (xy -2.303290 0.373852) (xy -2.300531 0.379744)
(xy -2.246711 0.454235) (xy -2.169440 0.516092) (xy -2.137833 0.534010) (xy -2.072835 0.555683) (xy -1.994373 0.564417) (xy -1.914100 0.560151) (xy -1.843666 0.542822) (xy -1.827389 0.535668)
(xy -1.752595 0.497908) (xy -1.699451 0.469176) (xy -1.664169 0.446275) (xy -1.642960 0.426011) (xy -1.632036 0.405187) (xy -1.627610 0.380608) (xy -1.626671 0.366342) (xy -1.625997 0.343380)
(xy -1.624925 0.294253) (xy -1.623489 0.221019) (xy -1.623169 0.203723) (xy 1.566988 0.203723) (xy 1.569286 0.220775) (xy 1.577618 0.238552) (xy 1.594944 0.260026) (xy 1.624224 0.288169)
(xy 1.668418 0.325954) (xy 1.730487 0.376351) (xy 1.771681 0.409222) (xy 1.839353 0.462733) (xy 1.901935 0.511645) (xy 1.955080 0.552604) (xy 1.994446 0.582261) (xy 2.014443 0.596480)
(xy 2.059870 0.613995) (xy 2.103958 0.605354) (xy 2.149558 0.569818) (xy 2.159478 0.559000) (xy 2.184820 0.528664) (xy 2.221821 0.482530) (xy 2.265137 0.427327) (xy 2.301819 0.379753)
(xy 2.345998 0.323241) (xy 2.388195 0.271514) (xy 2.423189 0.230846) (xy 2.443308 0.209718) (xy 2.469201 0.180891) (xy 2.482569 0.156916) (xy 2.483087 0.153088) (xy 2.469779 0.114934)
(xy 2.431805 0.064655) (xy 2.369728 0.002773) (xy 2.284112 -0.070193) (xy 2.175521 -0.153720) (xy 2.065579 -0.232632) (xy 2.022431 -0.260848) (xy 1.990760 -0.274505) (xy 1.960181 -0.276897)
(xy 1.935450 -0.273886) (xy 1.890345 -0.260720) (xy 1.869377 -0.238679) (xy 1.868849 -0.237136) (xy 1.855706 -0.212195) (xy 1.830090 -0.174419) (xy 1.801159 -0.136570) (xy 1.760836 -0.084045)
(xy 1.719838 -0.026670) (xy 1.697177 0.007388) (xy 1.663931 0.055018) (xy 1.628026 0.099473) (xy 1.609246 0.119390) (xy 1.576077 0.162214) (xy 1.566988 0.203723) (xy -1.623169 0.203723)
(xy -1.621725 0.125730) (xy -1.619668 0.010443) (xy -1.617355 -0.122788) (xy -1.614820 -0.271907) (xy -1.612099 -0.434859) (xy -1.609228 -0.609590) (xy -1.606243 -0.794044) (xy -1.603178 -0.986166)
(xy -1.602261 -1.044222) (xy -1.599042 -1.246002) (xy -1.596012 -1.431756) (xy -1.292297 -1.431756) (xy -1.278421 -1.260125) (xy -1.248445 -1.104264) (xy -1.202010 -0.962088) (xy -1.138758 -0.831510)
(xy -1.058330 -0.710447) (xy -0.995706 -0.634788) (xy -0.932497 -0.566171) (xy -0.879683 -0.514741) (xy -0.830448 -0.475315) (xy -0.777976 -0.442711) (xy -0.715454 -0.411748) (xy -0.683886 -0.397694)
(xy -0.630587 -0.376170) (xy -0.584731 -0.363126) (xy -0.535227 -0.356440) (xy -0.470984 -0.353989) (xy -0.454488 -0.353814) (xy -0.378996 -0.356038) (xy -0.297899 -0.362865) (xy -0.226542 -0.372925)
(xy -0.214699 -0.375224) (xy -0.053995 -0.421711) (xy 0.091348 -0.491215) (xy 0.220056 -0.582874) (xy 0.330859 -0.695829) (xy 0.399064 -0.790222) (xy 0.429762 -0.835597) (xy 0.459519 -0.874480)
(xy 0.478087 -0.894715) (xy 0.500109 -0.920812) (xy 0.508000 -0.941001) (xy 0.513209 -0.963454) (xy 0.526790 -1.002735) (xy 0.543592 -1.044968) (xy 0.573683 -1.125664) (xy 0.587657 -1.190669)
(xy 0.585896 -1.247187) (xy 0.568784 -1.302424) (xy 0.558436 -1.324379) (xy 0.525178 -1.377674) (xy 0.491777 -1.408547) (xy 0.484477 -1.412007) (xy 0.445780 -1.430733) (xy 0.409471 -1.453267)
(xy 0.370882 -1.473759) (xy 0.321926 -1.491210) (xy 0.307874 -1.494773) (xy 0.223927 -1.500405) (xy 0.146612 -1.479503) (xy 0.078499 -1.433460) (xy 0.022158 -1.363670) (xy 0.003661 -1.329764)
(xy -0.029009 -1.276799) (xy -0.079042 -1.213133) (xy -0.141011 -1.144712) (xy -0.209489 -1.077482) (xy -0.279049 -1.017388) (xy -0.287676 -1.010575) (xy -0.323566 -0.985772) (xy -0.355009 -0.975733)
(xy -0.396257 -0.976658) (xy -0.409398 -0.978113) (xy -0.478127 -0.991265) (xy -0.520585 -1.011180) (xy -0.536155 -1.037560) (xy -0.536222 -1.039635) (xy -0.546702 -1.066533) (xy -0.558330 -1.078443)
(xy -0.576669 -1.106956) (xy -0.589485 -1.158928) (xy -0.596484 -1.230086) (xy -0.597373 -1.316157) (xy -0.591857 -1.412867) (xy -0.585461 -1.473340) (xy -0.575671 -1.547430) (xy -0.566964 -1.598644)
(xy -0.557925 -1.632221) (xy -0.547136 -1.653395) (xy -0.533179 -1.667405) (xy -0.532894 -1.667622) (xy -0.503331 -1.682011) (xy -0.486534 -1.678974) (xy -0.463144 -1.674526) (xy -0.419711 -1.678874)
(xy -0.362426 -1.690416) (xy -0.297482 -1.707548) (xy -0.231070 -1.728667) (xy -0.169383 -1.752170) (xy -0.126499 -1.772186) (xy -0.029813 -1.835166) (xy 0.067310 -1.920857) (xy 0.160491 -2.024162)
(xy 0.245351 -2.139985) (xy 0.317510 -2.263229) (xy 0.345412 -2.321412) (xy 0.388371 -2.434140) (xy 0.422801 -2.557083) (xy 0.447707 -2.683553) (xy 0.462095 -2.806864) (xy 0.464971 -2.920327)
(xy 0.455341 -3.017255) (xy 0.451524 -3.035360) (xy 0.409906 -3.156741) (xy 0.346509 -3.260184) (xy 0.261367 -3.345658) (xy 0.154514 -3.413132) (xy 0.025986 -3.462575) (xy -0.043661 -3.479950)
(xy -0.174895 -3.494213) (xy -0.305365 -3.481095) (xy -0.435493 -3.440427) (xy -0.565699 -3.372040) (xy -0.696407 -3.275767) (xy -0.804333 -3.175818) (xy -0.899091 -3.062388) (xy -0.984539 -2.922911)
(xy -1.060727 -2.757254) (xy -1.127708 -2.565283) (xy -1.185536 -2.346864) (xy -1.234262 -2.101865) (xy -1.240902 -2.062121) (xy -1.273179 -1.830669) (xy -1.290430 -1.621242) (xy -1.292297 -1.431756)
(xy -1.596012 -1.431756) (xy -1.595776 -1.446195) (xy -1.592511 -1.642147) (xy -1.589293 -1.831200) (xy -1.586171 -2.010697) (xy -1.583192 -2.177981) (xy -1.580402 -2.330397) (xy -1.577850 -2.465286)
(xy -1.575583 -2.579993) (xy -1.573647 -2.671860) (xy -1.572090 -2.738231) (xy -1.572057 -2.739532) (xy -1.563101 -3.087230) (xy -1.194300 -3.231749) (xy -1.073628 -3.279246) (xy -0.976635 -3.318456)
(xy -0.900681 -3.351274) (xy -0.843122 -3.379594) (xy -0.801318 -3.405308) (xy -0.772626 -3.430312) (xy -0.754403 -3.456500) (xy -0.744009 -3.485765) (xy -0.738800 -3.520001) (xy -0.736183 -3.560164)
(xy -0.738076 -3.650111) (xy -0.754819 -3.718643) (xy -0.787594 -3.769037) (xy -0.821123 -3.795527) (xy -0.861026 -3.813084) (xy -0.905281 -3.823010) (xy -0.943337 -3.823760) (xy -0.962700 -3.816263)
(xy -0.978357 -3.808982) (xy -1.016629 -3.794088) (xy -1.073414 -3.773058) (xy -1.144608 -3.747372) (xy -1.226110 -3.718506) (xy -1.313818 -3.687939) (xy -1.403627 -3.657149) (xy -1.416285 -3.652853)
(xy -1.463116 -3.639139) (xy -1.500876 -3.631942) (xy -1.518591 -3.632290) (xy -1.525669 -3.640215) (xy -1.530894 -3.660043) (xy -1.534509 -3.695166) (xy -1.536756 -3.748974) (xy -1.537880 -3.824860)
(xy -1.538133 -3.904807) (xy -1.538903 -4.013394) (xy -1.541841 -4.097585) (xy -1.547918 -4.161179) (xy -1.558106 -4.207978) (xy -1.573378 -4.241780) (xy -1.594703 -4.266387) (xy -1.623055 -4.285599)
(xy -1.637391 -4.293023) (xy -1.658570 -4.302036) (xy -1.682040 -4.307979) (xy -1.712751 -4.311034) (xy -1.755654 -4.311383) (xy -1.815697 -4.309206) (xy -1.897832 -4.304685) (xy -1.919614 -4.303379)
(xy -2.008148 -4.298575) (xy -2.096582 -4.294745) (xy -2.176816 -4.292176) (xy -2.240749 -4.291152) (xy -2.262598 -4.291282) (xy -2.325532 -4.290700) (xy -2.366232 -4.285686) (xy -2.390460 -4.275372)
(xy -2.395196 -4.271296) (xy -2.401379 -4.262608) (xy -2.406001 -4.248458) (xy -2.409100 -4.225786) (xy -2.410719 -4.191530) (xy -2.410896 -4.142630) (xy -2.409674 -4.076024) (xy -2.407091 -3.988650)
(xy -2.403190 -3.877449) (xy -2.401136 -3.822066) (xy -2.397468 -3.715001) (xy -2.394771 -3.617139) (xy -2.393091 -3.532009) (xy -2.392472 -3.463141) (xy -2.392960 -3.414066) (xy -2.394601 -3.388312)
(xy -2.395538 -3.385372) (xy -2.414627 -3.375548) (xy -2.449618 -3.362475) (xy -2.462389 -3.358333) (xy -2.493841 -3.347929) (xy -2.546381 -3.329911) (xy -2.614530 -3.306184) (xy -2.692806 -3.278656)
(xy -2.765778 -3.252778) (xy -2.865543 -3.218514) (xy -2.981675 -3.180635) (xy -3.103219 -3.142597) (xy -3.219218 -3.107854) (xy -3.284898 -3.089107) (xy -3.383071 -3.061649) (xy -3.457021 -3.039618)
(xy -3.509651 -3.020646) (xy -3.543861 -3.002363) (xy -3.562554 -2.982400) (xy -3.568630 -2.958387) (xy -5.976468 -2.958387) (xy -5.922963 -3.017176) (xy -5.604401 -3.331639) (xy -5.270505 -3.627394)
(xy -4.923051 -3.902490) (xy -4.563814 -4.154978) (xy -4.194569 -4.382909) (xy -4.188710 -4.386276) (xy -4.134091 -4.416468) (xy -4.057647 -4.457039) (xy -3.963009 -4.506181) (xy -3.853803 -4.562080)
(xy -3.733660 -4.622926) (xy -3.606206 -4.686907) (xy -3.475073 -4.752213) (xy -3.343887 -4.817031) (xy -3.216277 -4.879550) (xy -3.095873 -4.937960) (xy -2.986303 -4.990448) (xy -2.891196 -5.035204)
(xy -2.857500 -5.050772) (xy -2.403040 -5.253809) (xy -2.212459 -5.333951) (xy 0.558897 -5.333951) (xy 0.589724 -4.871837) (xy 0.595069 -4.791725) (xy 0.602114 -4.686149) (xy 0.610679 -4.557806)
(xy 0.620585 -4.409390) (xy 0.631652 -4.243598) (xy 0.643699 -4.063126) (xy 0.656547 -3.870669) (xy 0.670015 -3.668922) (xy 0.683923 -3.460583) (xy 0.698093 -3.248346) (xy 0.712343 -3.034908)
(xy 0.719006 -2.935111) (xy 0.733128 -2.723379) (xy 0.747161 -2.512510) (xy 0.760936 -2.305101) (xy 0.774281 -2.103746) (xy 0.787025 -1.911042) (xy 0.798996 -1.729585) (xy 0.810025 -1.561970)
(xy 0.819938 -1.410794) (xy 0.828567 -1.278653) (xy 0.835738 -1.168142) (xy 0.841281 -1.081857) (xy 0.843445 -1.047717) (xy 0.851444 -0.922161) (xy 0.858504 -0.821521) (xy 0.865486 -0.742548)
(xy 0.873252 -0.681995) (xy 0.882663 -0.636612) (xy 0.894581 -0.603150) (xy 0.909868 -0.578362) (xy 0.929384 -0.558999) (xy 0.953990 -0.541811) (xy 0.982049 -0.525020) (xy 1.011454 -0.509657)
(xy 1.040765 -0.500475) (xy 1.077867 -0.496317) (xy 1.130647 -0.496024) (xy 1.171658 -0.497173) (xy 1.239124 -0.500482) (xy 1.287005 -0.506257) (xy 1.323932 -0.516350) (xy 1.358536 -0.532614)
(xy 1.371694 -0.540106) (xy 1.417435 -0.572789) (xy 1.451781 -0.613994) (xy 1.477092 -0.659676) (xy 1.516945 -0.740833) (xy 1.529628 -2.992260) (xy 1.530978 -3.242951) (xy 1.532167 -3.486453)
(xy 1.533194 -3.721224) (xy 1.534055 -3.945722) (xy 1.534751 -4.158404) (xy 1.535278 -4.357729) (xy 1.535634 -4.542154) (xy 1.535818 -4.710138) (xy 1.535828 -4.860138) (xy 1.535661 -4.990611)
(xy 1.535316 -5.100016) (xy 1.534791 -5.186811) (xy 1.534084 -5.249454) (xy 1.533193 -5.286402) (xy 1.532527 -5.295843) (xy 1.517415 -5.343636) (xy 1.490211 -5.382238) (xy 1.448474 -5.412454)
(xy 1.389765 -5.435089) (xy 1.311643 -5.450948) (xy 1.211669 -5.460834) (xy 1.087402 -5.465555) (xy 1.016000 -5.466227) (xy 0.892265 -5.464289) (xy 0.793330 -5.457404) (xy 0.716099 -5.444895)
(xy 0.657475 -5.426086) (xy 0.614361 -5.400299) (xy 0.587777 -5.372632) (xy 0.558897 -5.333951) (xy -2.212459 -5.333951) (xy -1.966398 -5.437423) (xy -1.545493 -5.602202) (xy -1.138241 -5.748735)
(xy -0.742562 -5.877610) (xy -0.356372 -5.989416) (xy 0.022411 -6.084740) (xy 0.395869 -6.164171) (xy 0.766083 -6.228297) (xy 1.135137 -6.277707) (xy 1.505113 -6.312989) (xy 1.643945 -6.322662)
(xy 1.768565 -6.328570) (xy 1.918135 -6.332309) (xy 2.089464 -6.333843) (xy 2.279359 -6.333136) (xy 2.413000 -6.331429) (xy 2.784449 -6.320606) (xy 3.132226 -6.300243) (xy 3.459375 -6.269906)
(xy 3.768937 -6.229158) (xy 4.063954 -6.177566) (xy 4.347470 -6.114694) (xy 4.622525 -6.040108) (xy 4.769556 -5.994500) (xy 4.949465 -5.932310) (xy 5.121905 -5.865103) (xy 5.283535 -5.794524)
(xy 5.431014 -5.722219) (xy 5.561000 -5.649834) (xy 5.670154 -5.579014) (xy 5.755134 -5.511406) (xy 5.760714 -5.506254) (xy 5.786694 -5.484450) (xy 5.802697 -5.475647) (xy 5.804216 -5.476140)
(xy 5.806971 -5.490773) (xy 5.813335 -5.531053) (xy 5.822972 -5.594682) (xy 5.835546 -5.679364) (xy 5.850719 -5.782800) (xy 5.868158 -5.902692) (xy 5.887524 -6.036744) (xy 5.908482 -6.182656)
(xy 5.930695 -6.338131) (xy 5.942943 -6.424195) (xy 6.076826 -7.366223) (xy 5.927663 -7.414196) (xy 5.714759 -7.476866) (xy 5.477641 -7.536114) (xy 5.220178 -7.591294) (xy 4.946243 -7.641755)
(xy 4.659705 -7.686850) (xy 4.364437 -7.725930) (xy 4.064307 -7.758346) (xy 3.763189 -7.783450) (xy 3.697111 -7.787932) (xy 3.690884 -7.789229) (xy 3.711795 -7.790496) (xy 3.758760 -7.791728)
(xy 3.830692 -7.792917) (xy 3.926510 -7.794057) (xy 4.045126 -7.795143) (xy 4.185459 -7.796167) (xy 4.346421 -7.797124) (xy 4.526931 -7.798006) (xy 4.725901 -7.798808) (xy 4.942250 -7.799524)
(xy 5.174891 -7.800146) (xy 5.422740 -7.800668) (xy 5.684713 -7.801085) (xy 5.959725 -7.801389) (xy 5.993695 -7.801418) (xy 8.466667 -7.803444) (xy 8.466667 7.817556) )(layer F.SilkS) (width 0.010000)
)
(fp_poly (pts (xy -3.058583 -7.800979) (xy -2.670244 -7.800791) (xy -2.289441 -7.800584) (xy -1.917124 -7.800360) (xy -1.554242 -7.800120) (xy -1.201746 -7.799865) (xy -0.860586 -7.799596) (xy -0.531711 -7.799315)
(xy -0.216072 -7.799022) (xy 0.085381 -7.798719) (xy 0.371699 -7.798408) (xy 0.641932 -7.798089) (xy 0.895129 -7.797763) (xy 1.130340 -7.797433) (xy 1.346616 -7.797098) (xy 1.543006 -7.796760)
(xy 1.718561 -7.796421) (xy 1.872331 -7.796082) (xy 2.003365 -7.795743) (xy 2.110714 -7.795406) (xy 2.193428 -7.795073) (xy 2.250557 -7.794744) (xy 2.281150 -7.794420) (xy 2.286000 -7.794174)
(xy 2.249770 -7.791720) (xy 2.192025 -7.787835) (xy 2.119409 -7.782963) (xy 2.038566 -7.777552) (xy 1.996722 -7.774756) (xy 1.618883 -7.743022) (xy 1.223924 -7.697489) (xy 0.818770 -7.639142)
(xy 0.410343 -7.568963) (xy 0.062357 -7.500023) (xy -0.466106 -7.374979) (xy -0.996037 -7.222422) (xy -1.526069 -7.042919) (xy -2.054839 -6.837034) (xy -2.580980 -6.605336) (xy -3.103130 -6.348391)
(xy -3.619921 -6.066765) (xy -4.129990 -5.761024) (xy -4.134555 -5.758159) (xy -4.498916 -5.521227) (xy -4.859961 -5.270495) (xy -5.213379 -5.009316) (xy -5.554860 -4.741042) (xy -5.880091 -4.469024)
(xy -6.184764 -4.196615) (xy -6.374075 -4.016694) (xy -6.676371 -3.702259) (xy -6.957651 -3.369927) (xy -7.217240 -3.021129) (xy -7.454463 -2.657295) (xy -7.668648 -2.279854) (xy -7.859119 -1.890236)
(xy -8.025202 -1.489872) (xy -8.166222 -1.080192) (xy -8.281505 -0.662625) (xy -8.370377 -0.238602) (xy -8.432164 0.190447) (xy -8.451220 0.388056) (xy -8.452164 0.385738) (xy -8.453101 0.356249)
(xy -8.454026 0.300638) (xy -8.454938 0.219956) (xy -8.455831 0.115253) (xy -8.456703 -0.012420) (xy -8.457550 -0.162013) (xy -8.458368 -0.332476) (xy -8.459155 -0.522759) (xy -8.459905 -0.731810)
(xy -8.460617 -0.958580) (xy -8.461286 -1.202019) (xy -8.461909 -1.461075) (xy -8.462483 -1.734699) (xy -8.463003 -2.021841) (xy -8.463467 -2.321449) (xy -8.463871 -2.632474) (xy -8.464211 -2.953865)
(xy -8.464483 -3.284571) (xy -8.464685 -3.623544) (xy -8.464692 -3.637139) (xy -8.466666 -7.803444) (xy -3.058583 -7.800979) )(layer F.SilkS) (width 0.010000)
)
(fp_poly (pts (xy 3.785338 -5.198665) (xy 3.834758 -5.193518) (xy 3.877054 -5.182541) (xy 3.922745 -5.163771) (xy 3.929945 -5.160440) (xy 4.030979 -5.099756) (xy 4.114562 -5.021999) (xy 4.178470 -4.931015)
(xy 4.220482 -4.830649) (xy 4.238375 -4.724745) (xy 4.233344 -4.635564) (xy 4.200493 -4.516113) (xy 4.144443 -4.410841) (xy 4.067568 -4.322248) (xy 3.972245 -4.252836) (xy 3.860849 -4.205107)
(xy 3.812833 -4.192755) (xy 3.746196 -4.181106) (xy 3.691973 -4.179418) (xy 3.637028 -4.188426) (xy 3.577167 -4.205940) (xy 3.468157 -4.255730) (xy 3.374732 -4.328690) (xy 3.302053 -4.418408)
(xy 3.249015 -4.524477) (xy 3.222049 -4.634705) (xy 3.220111 -4.745422) (xy 3.242159 -4.852955) (xy 3.287150 -4.953635) (xy 3.307618 -4.981222) (xy 3.541889 -4.981222) (xy 3.541889 -4.430889)
(xy 3.577167 -4.430889) (xy 3.595111 -4.432208) (xy 3.605629 -4.440128) (xy 3.610703 -4.460594) (xy 3.612315 -4.499550) (xy 3.612445 -4.536722) (xy 3.612445 -4.642556) (xy 3.660831 -4.642556)
(xy 3.685257 -4.640758) (xy 3.704909 -4.632216) (xy 3.724893 -4.612207) (xy 3.750311 -4.576007) (xy 3.775181 -4.536722) (xy 3.807388 -4.486060) (xy 3.830363 -4.454846) (xy 3.849478 -4.438380)
(xy 3.870105 -4.431962) (xy 3.896127 -4.430889) (xy 3.930938 -4.433491) (xy 3.949927 -4.439973) (xy 3.951111 -4.442333) (xy 3.942515 -4.457477) (xy 3.919497 -4.488417) (xy 3.886212 -4.529702)
(xy 3.867913 -4.551469) (xy 3.784715 -4.649162) (xy 3.824404 -4.665850) (xy 3.878140 -4.696300) (xy 3.909226 -4.736191) (xy 3.921964 -4.792210) (xy 3.922889 -4.818944) (xy 3.917327 -4.878271)
(xy 3.898595 -4.922058) (xy 3.863626 -4.952258) (xy 3.809349 -4.970824) (xy 3.732698 -4.979711) (xy 3.667970 -4.981222) (xy 3.541889 -4.981222) (xy 3.307618 -4.981222) (xy 3.354040 -5.043790)
(xy 3.441788 -5.119749) (xy 3.513196 -5.161597) (xy 3.556584 -5.180923) (xy 3.596406 -5.192504) (xy 3.642678 -5.198211) (xy 3.705417 -5.199917) (xy 3.718278 -5.199944) (xy 3.785338 -5.198665) )(layer F.SilkS) (width 0.010000)
)
(fp_poly (pts (xy 3.740402 0.943480) (xy 3.747739 0.953785) (xy 3.753630 0.966865) (xy 3.758231 0.985703) (xy 3.761700 1.013283) (xy 3.764195 1.052590) (xy 3.765873 1.106609) (xy 3.766891 1.178322)
(xy 3.767408 1.270715) (xy 3.767580 1.386771) (xy 3.767585 1.458535) (xy 3.767168 1.576621) (xy 3.766021 1.689306) (xy 3.764242 1.792555) (xy 3.761928 1.882333) (xy 3.759176 1.954603)
(xy 3.756085 2.005330) (xy 3.753922 2.024944) (xy 3.739842 2.080674) (xy 3.715276 2.147848) (xy 3.683915 2.218737) (xy 3.649446 2.285612) (xy 3.615561 2.340744) (xy 3.586320 2.376071)
(xy 3.554165 2.406364) (xy 3.529876 2.430983) (xy 3.481507 2.481928) (xy 3.444654 2.517531) (xy 3.412570 2.543971) (xy 3.386667 2.562104) (xy 3.331699 2.592816) (xy 3.287981 2.606003)
(xy 3.259132 2.600917) (xy 3.250958 2.590170) (xy 3.247131 2.564372) (xy 3.245132 2.515156) (xy 3.244787 2.447256) (xy 3.245919 2.365403) (xy 3.248350 2.274331) (xy 3.251907 2.178773)
(xy 3.256411 2.083462) (xy 3.261687 1.993130) (xy 3.267558 1.912512) (xy 3.273849 1.846339) (xy 3.280382 1.799344) (xy 3.280415 1.799167) (xy 3.326518 1.593070) (xy 3.384493 1.408557)
(xy 3.453821 1.246791) (xy 3.533988 1.108936) (xy 3.624475 0.996155) (xy 3.646920 0.973667) (xy 3.713137 0.910167) (xy 3.740402 0.943480) )(layer F.SilkS) (width 0.010000)
)
(fp_poly (pts (xy 5.950832 -0.108548) (xy 5.990470 -0.082473) (xy 5.997640 -0.074083) (xy 6.012234 -0.053140) (xy 6.020512 -0.031116) (xy 6.023400 -0.000716) (xy 6.021826 0.045357) (xy 6.018568 0.090797)
(xy 5.994953 0.247179) (xy 5.949045 0.387332) (xy 5.879870 0.513523) (xy 5.788241 0.626162) (xy 5.747176 0.664833) (xy 5.697601 0.705671) (xy 5.645598 0.744348) (xy 5.597248 0.776537)
(xy 5.558631 0.797907) (xy 5.537933 0.804333) (xy 5.518349 0.792947) (xy 5.511899 0.782012) (xy 5.507335 0.756503) (xy 5.504267 0.713213) (xy 5.503432 0.672651) (xy 5.511614 0.571270)
(xy 5.534368 0.461495) (xy 5.569335 0.348529) (xy 5.614153 0.237578) (xy 5.666463 0.133846) (xy 5.723904 0.042537) (xy 5.784116 -0.031144) (xy 5.844739 -0.081992) (xy 5.846056 -0.082813)
(xy 5.903286 -0.108628) (xy 5.950832 -0.108548) )(layer F.SilkS) (width 0.010000)
)
(fp_poly (pts (xy -0.045813 -2.921426) (xy -0.024497 -2.880847) (xy -0.009619 -2.814088) (xy -0.004270 -2.766284) (xy -0.001895 -2.717228) (xy -0.004963 -2.673459) (xy -0.015035 -2.625462) (xy -0.033673 -2.563719)
(xy -0.041279 -2.540765) (xy -0.103875 -2.386905) (xy -0.180923 -2.256515) (xy -0.273357 -2.148291) (xy -0.382108 -2.060931) (xy -0.386715 -2.057915) (xy -0.429632 -2.031038) (xy -0.463523 -2.011662)
(xy -0.481355 -2.003797) (xy -0.481696 -2.003778) (xy -0.493295 -2.015760) (xy -0.502573 -2.040521) (xy -0.508953 -2.096691) (xy -0.506531 -2.171537) (xy -0.496269 -2.257255) (xy -0.479126 -2.346041)
(xy -0.456065 -2.430091) (xy -0.453733 -2.437151) (xy -0.402112 -2.573390) (xy -0.345580 -2.690439) (xy -0.285415 -2.786625) (xy -0.222894 -2.860276) (xy -0.159294 -2.909720) (xy -0.095894 -2.933285)
(xy -0.073274 -2.935111) (xy -0.045813 -2.921426) )(layer F.SilkS) (width 0.010000)
)
(fp_poly (pts (xy 3.756222 -4.902438) (xy 3.805510 -4.878984) (xy 3.833175 -4.842154) (xy 3.838222 -4.813052) (xy 3.827101 -4.768900) (xy 3.793000 -4.738217) (xy 3.734814 -4.720245) (xy 3.696582 -4.715805)
(xy 3.612445 -4.709719) (xy 3.612445 -4.910667) (xy 3.688153 -4.910667) (xy 3.756222 -4.902438) )(layer F.SilkS) (width 0.010000)
)
)

45650
kicad/v1.0/SFD700.kicad_pcb Normal file

File diff suppressed because it is too large Load Diff

78
kicad/v1.0/SFD700.kicad_prl vendored Normal file
View File

@@ -0,0 +1,78 @@
{
"board": {
"active_layer": 0,
"active_layer_preset": "All Layers",
"auto_track_width": true,
"hidden_netclasses": [],
"hidden_nets": [],
"high_contrast_mode": 0,
"net_color_mode": 1,
"opacity": {
"images": 0.6,
"pads": 1.0,
"tracks": 1.0,
"vias": 1.0,
"zones": 0.6
},
"ratsnest_display_mode": 0,
"selection_filter": {
"dimensions": true,
"footprints": true,
"graphics": true,
"keepouts": true,
"lockedItems": true,
"otherItems": true,
"pads": true,
"text": true,
"tracks": true,
"vias": true,
"zones": true
},
"visible_items": [
0,
1,
2,
3,
4,
5,
8,
9,
10,
11,
12,
13,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
32,
33,
34,
35,
36,
39,
40
],
"visible_layers": "fffffff_ffffffff",
"zone_display_mode": 0
},
"meta": {
"filename": "SFD700.kicad_prl",
"version": 3
},
"project": {
"files": []
}
}

553
kicad/v1.0/SFD700.kicad_pro vendored Normal file
View File

@@ -0,0 +1,553 @@
{
"board": {
"3dviewports": [],
"design_settings": {
"defaults": {
"board_outline_line_width": 0.049999999999999996,
"copper_line_width": 0.19999999999999998,
"copper_text_italic": false,
"copper_text_size_h": 1.5,
"copper_text_size_v": 1.5,
"copper_text_thickness": 0.3,
"copper_text_upright": false,
"courtyard_line_width": 0.049999999999999996,
"dimension_precision": 4,
"dimension_units": 3,
"dimensions": {
"arrow_length": 1270000,
"extension_offset": 500000,
"keep_text_aligned": true,
"suppress_zeroes": false,
"text_position": 0,
"units_format": 1
},
"fab_line_width": 0.09999999999999999,
"fab_text_italic": false,
"fab_text_size_h": 1.0,
"fab_text_size_v": 1.0,
"fab_text_thickness": 0.15,
"fab_text_upright": false,
"other_line_width": 0.09999999999999999,
"other_text_italic": false,
"other_text_size_h": 1.0,
"other_text_size_v": 1.0,
"other_text_thickness": 0.15,
"other_text_upright": false,
"pads": {
"drill": 0.762,
"height": 1.524,
"width": 1.524
},
"silk_line_width": 0.12,
"silk_text_italic": false,
"silk_text_size_h": 1.0,
"silk_text_size_v": 1.0,
"silk_text_thickness": 0.15,
"silk_text_upright": false,
"zones": {
"45_degree_only": false,
"min_clearance": 0.0
}
},
"diff_pair_dimensions": [
{
"gap": 0.0,
"via_gap": 0.0,
"width": 0.0
}
],
"drc_exclusions": [],
"meta": {
"filename": "board_design_settings.json",
"version": 2
},
"rule_severities": {
"annular_width": "error",
"clearance": "error",
"connection_width": "warning",
"copper_edge_clearance": "error",
"copper_sliver": "warning",
"courtyards_overlap": "error",
"diff_pair_gap_out_of_range": "error",
"diff_pair_uncoupled_length_too_long": "error",
"drill_out_of_range": "error",
"duplicate_footprints": "warning",
"extra_footprint": "warning",
"footprint": "error",
"footprint_type_mismatch": "error",
"hole_clearance": "error",
"hole_near_hole": "error",
"invalid_outline": "error",
"isolated_copper": "warning",
"item_on_disabled_layer": "error",
"items_not_allowed": "error",
"length_out_of_range": "error",
"lib_footprint_issues": "warning",
"lib_footprint_mismatch": "warning",
"malformed_courtyard": "error",
"microvia_drill_out_of_range": "error",
"missing_courtyard": "ignore",
"missing_footprint": "warning",
"net_conflict": "warning",
"npth_inside_courtyard": "ignore",
"padstack": "error",
"pth_inside_courtyard": "ignore",
"shorting_items": "error",
"silk_edge_clearance": "warning",
"silk_over_copper": "warning",
"silk_overlap": "warning",
"skew_out_of_range": "error",
"solder_mask_bridge": "error",
"starved_thermal": "error",
"text_height": "warning",
"text_thickness": "warning",
"through_hole_pad_without_hole": "error",
"too_many_vias": "error",
"track_dangling": "warning",
"track_width": "error",
"tracks_crossing": "error",
"unconnected_items": "error",
"unresolved_variable": "error",
"via_dangling": "warning",
"zones_intersect": "error"
},
"rule_severitieslegacy_courtyards_overlap": true,
"rule_severitieslegacy_no_courtyard_defined": false,
"rules": {
"allow_blind_buried_vias": false,
"allow_microvias": false,
"max_error": 0.005,
"min_clearance": 0.0,
"min_connection": 0.0,
"min_copper_edge_clearance": 0.024999999999999998,
"min_hole_clearance": 0.25,
"min_hole_to_hole": 0.25,
"min_microvia_diameter": 0.19999999999999998,
"min_microvia_drill": 0.09999999999999999,
"min_resolved_spokes": 2,
"min_silk_clearance": 0.0,
"min_text_height": 0.7999999999999999,
"min_text_thickness": 0.08,
"min_through_hole_diameter": 0.3,
"min_track_width": 0.25,
"min_via_annular_width": 0.049999999999999996,
"min_via_diameter": 0.5,
"solder_mask_to_copper_clearance": 0.0,
"use_height_for_length_calcs": true
},
"teardrop_options": [
{
"td_allow_use_two_tracks": true,
"td_curve_segcount": 5,
"td_on_pad_in_zone": false,
"td_onpadsmd": true,
"td_onroundshapesonly": false,
"td_ontrackend": false,
"td_onviapad": true
}
],
"teardrop_parameters": [
{
"td_curve_segcount": 0,
"td_height_ratio": 1.0,
"td_length_ratio": 0.5,
"td_maxheight": 2.0,
"td_maxlen": 1.0,
"td_target_name": "td_round_shape",
"td_width_to_size_filter_ratio": 0.9
},
{
"td_curve_segcount": 0,
"td_height_ratio": 1.0,
"td_length_ratio": 0.5,
"td_maxheight": 2.0,
"td_maxlen": 1.0,
"td_target_name": "td_rect_shape",
"td_width_to_size_filter_ratio": 0.9
},
{
"td_curve_segcount": 0,
"td_height_ratio": 1.0,
"td_length_ratio": 0.5,
"td_maxheight": 2.0,
"td_maxlen": 1.0,
"td_target_name": "td_track_end",
"td_width_to_size_filter_ratio": 0.9
}
],
"track_widths": [
0.0,
0.1524,
0.2,
0.254,
0.381,
0.508,
0.8128
],
"via_dimensions": [
{
"diameter": 0.0,
"drill": 0.0
},
{
"diameter": 0.5,
"drill": 0.3
},
{
"diameter": 0.5,
"drill": 0.35
},
{
"diameter": 0.5,
"drill": 0.4
},
{
"diameter": 0.8,
"drill": 0.5
}
],
"zones_allow_external_fillets": false,
"zones_use_no_outline": true
},
"layer_presets": [],
"viewports": []
},
"boards": [],
"cvpcb": {
"equivalence_files": []
},
"erc": {
"erc_exclusions": [],
"meta": {
"version": 0
},
"pin_map": [
[
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
2
],
[
0,
2,
0,
1,
0,
0,
1,
0,
2,
2,
2,
2
],
[
0,
0,
0,
0,
0,
0,
1,
0,
1,
0,
1,
2
],
[
0,
1,
0,
0,
0,
0,
1,
1,
2,
1,
1,
2
],
[
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
2
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2
],
[
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
2
],
[
0,
0,
0,
1,
0,
0,
1,
0,
0,
0,
0,
2
],
[
0,
2,
1,
2,
0,
0,
1,
0,
2,
2,
2,
2
],
[
0,
2,
0,
1,
0,
0,
1,
0,
2,
0,
0,
2
],
[
0,
2,
1,
1,
0,
0,
1,
0,
2,
0,
0,
2
],
[
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2
]
],
"rule_severities": {
"bus_definition_conflict": "error",
"bus_entry_needed": "error",
"bus_to_bus_conflict": "error",
"bus_to_net_conflict": "error",
"conflicting_netclasses": "error",
"different_unit_footprint": "error",
"different_unit_net": "error",
"duplicate_reference": "error",
"duplicate_sheet_names": "error",
"endpoint_off_grid": "warning",
"extra_units": "error",
"global_label_dangling": "warning",
"hier_label_mismatch": "error",
"label_dangling": "error",
"lib_symbol_issues": "warning",
"missing_bidi_pin": "warning",
"missing_input_pin": "warning",
"missing_power_pin": "error",
"missing_unit": "warning",
"multiple_net_names": "warning",
"net_not_bus_member": "warning",
"no_connect_connected": "warning",
"no_connect_dangling": "warning",
"pin_not_connected": "error",
"pin_not_driven": "error",
"pin_to_pin": "error",
"power_pin_not_driven": "error",
"similar_labels": "warning",
"simulation_model_issue": "error",
"unannotated": "error",
"unit_value_mismatch": "error",
"unresolved_variable": "error",
"wire_dangling": "error"
}
},
"libraries": {
"pinned_footprint_libs": [],
"pinned_symbol_libs": []
},
"meta": {
"filename": "SFD700.kicad_pro",
"version": 1
},
"net_settings": {
"classes": [
{
"bus_width": 12,
"clearance": 0.2,
"diff_pair_gap": 0.25,
"diff_pair_via_gap": 0.25,
"diff_pair_width": 0.2,
"line_style": 0,
"microvia_diameter": 0.3,
"microvia_drill": 0.1,
"name": "Default",
"pcb_color": "rgba(0, 0, 0, 0.000)",
"schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.25,
"via_diameter": 0.8,
"via_drill": 0.4,
"wire_width": 6
},
{
"bus_width": 12,
"clearance": 0.2,
"diff_pair_gap": 0.25,
"diff_pair_via_gap": 0.25,
"diff_pair_width": 0.2,
"line_style": 0,
"microvia_diameter": 0.3,
"microvia_drill": 0.1,
"name": "Power",
"pcb_color": "rgba(0, 0, 0, 0.000)",
"schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.5,
"via_diameter": 0.8,
"via_drill": 0.4,
"wire_width": 6
}
],
"meta": {
"version": 3
},
"net_colors": null,
"netclass_assignments": null,
"netclass_patterns": [
{
"netclass": "Power",
"pattern": "+5V"
},
{
"netclass": "Power",
"pattern": "GNDPWR"
}
]
},
"pcbnew": {
"last_paths": {
"gencad": "",
"idf": "",
"netlist": "",
"specctra_dsn": "SFD700.dsn",
"step": "",
"vrml": ""
},
"page_layout_descr_file": ""
},
"schematic": {
"annotate_start_num": 0,
"drawing": {
"dashed_lines_dash_length_ratio": 12.0,
"dashed_lines_gap_length_ratio": 3.0,
"default_line_thickness": 6.0,
"default_text_size": 50.0,
"field_names": [],
"intersheets_ref_own_page": false,
"intersheets_ref_prefix": "",
"intersheets_ref_short": false,
"intersheets_ref_show": false,
"intersheets_ref_suffix": "",
"junction_size_choice": 3,
"label_size_ratio": 0.25,
"pin_symbol_size": 0.0,
"text_offset_ratio": 0.08
},
"legacy_lib_dir": "",
"legacy_lib_list": [],
"meta": {
"version": 1
},
"net_format_name": "",
"ngspice": {
"fix_include_paths": true,
"fix_passive_vals": false,
"meta": {
"version": 0
},
"model_mode": 0,
"workbook_filename": ""
},
"page_layout_descr_file": "",
"plot_directory": "",
"spice_adjust_passive_values": false,
"spice_current_sheet_as_root": false,
"spice_external_command": "spice \"%I\"",
"spice_model_current_sheet_as_root": true,
"spice_save_all_currents": false,
"spice_save_all_voltages": false,
"subpart_first_id": 65,
"subpart_id_separator": 0
},
"sheets": [
[
"418bd263-f0a9-42da-88ea-160d6eff482c",
""
]
],
"text_variables": {}
}

9153
kicad/v1.0/SFD700.kicad_sch Normal file

File diff suppressed because it is too large Load Diff

1473
kicad/v1.0/SFD700.kicad_sym vendored Normal file

File diff suppressed because it is too large Load Diff

253
kicad/v1.0/SFD700.lib vendored Normal file
View File

@@ -0,0 +1,253 @@
EESchema-LIBRARY Version 2.4
#encoding utf-8
#
# Ext_Bus_MZ800
#
DEF Ext_Bus_MZ800 J 0 20 Y Y 1 F N
F0 "J" 0 1225 50 H V C CNN
F1 "Ext_Bus_MZ800" 0 -1225 50 H V C CNN
F2 "" 0 -450 50 H I C CNN
F3 "" 0 -450 50 H I C CNN
DRAW
T 0 -200 1150 31 0 0 0 " Top Side" Normal 0 C C
T 0 150 1150 31 0 0 0 "Bottom Side" Normal 0 C C
S -300 -1150 300 1200 0 1 10 f
X VCC 1 -400 1050 100 R 50 50 1 1 w
X D6 10 400 650 100 L 50 50 1 1 T
X AD15 11 -400 550 100 R 50 50 1 1 O
X D7 12 400 550 100 L 50 50 1 1 T
X AD14 13 -400 450 100 R 50 50 1 1 O
X BUS0 14 400 450 100 L 50 50 1 1 O
X AD13 15 -400 350 100 R 50 50 1 1 O
X ~M1 16 400 350 100 L 50 50 1 1 O
X AD12 17 -400 250 100 R 50 50 1 1 O
X ~WR 18 400 250 100 L 50 50 1 1 O
X AD11 19 -400 150 100 R 50 50 1 1 O
X VCC 2 400 1050 100 L 50 50 1 1 W
X ~RD 20 400 150 100 L 50 50 1 1 O
X AD10 21 -400 50 100 R 50 50 1 1 O
X ~IORQ 22 400 50 100 L 50 50 1 1 O
X AD9 23 -400 -50 100 R 50 50 1 1 O
X ~MREQ 24 400 -50 100 L 50 50 1 1 O
X AD8 25 -400 -150 100 R 50 50 1 1 O
X GND 26 400 -150 100 L 50 50 1 1 w
X AD7 27 -400 -250 100 R 50 50 1 1 O
X ~HALT 28 400 -250 100 L 50 50 1 1 I
X AD6 29 -400 -350 100 R 50 50 1 1 O
X D2 3 -400 950 100 R 50 50 1 1 T
X IE1 30 400 -350 100 L 50 50 1 1 I
X AD5 31 -400 -450 100 R 50 50 1 1 O
X NC 32 400 -450 100 L 50 50 1 1 P
X AD4 33 -400 -550 100 R 50 50 1 1 O
X RESET 34 400 -550 100 L 50 50 1 1 O
X AD3 35 -400 -650 100 R 50 50 1 1 O
X ~EXRESET 36 400 -650 100 L 50 50 1 1 I
X AD2 37 -400 -750 100 R 50 50 1 1 O
X ~INT 38 400 -750 100 L 50 50 1 1 I
X AD1 39 -400 -850 100 R 50 50 1 1 O
X D3 4 400 950 100 L 50 50 1 1 T
X ~EXWAIT 40 400 -850 100 L 50 50 1 1 I
X AD0 41 -400 -950 100 R 50 50 1 1 O
X NC 42 400 -950 100 L 50 50 1 1 P
X GND 43 -400 -1050 100 R 50 50 1 1 W
X GND 44 400 -1050 100 L 50 50 1 1 W
X D1 5 -400 850 100 R 50 50 1 1 T
X D4 6 400 850 100 L 50 50 1 1 T
X D0 7 -400 750 100 R 50 50 1 1 T
X D5 8 400 750 100 L 50 50 1 1 T
X GND 9 -400 650 100 R 50 50 1 1 W
ENDDRAW
ENDDEF
#
# PAL12L6
#
DEF PAL12L6 U 0 40 Y Y 1 F N
F0 "U" -350 650 50 H V L CNN
F1 "PAL12L6" 50 700 50 H V L CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
$FPLIST
DIP*
PDIP*
$ENDFPLIST
DRAW
S -350 600 300 -850 0 1 10 f
X GND 10 0 -1000 150 U 50 50 0 0 W
X VCC 20 0 750 150 D 50 50 0 0 W
X A0 1 -500 500 150 R 50 50 1 1 I
X ~WR 11 -500 -500 150 R 50 50 1 1 I
X ~RD 12 -500 -600 150 R 50 50 1 1 I
X ~BUS 13 450 400 150 L 50 50 1 1 O
X ~DRIVE 14 450 50 150 L 50 50 1 1 O
X ~RES 15 450 -350 150 L 50 50 1 1 O
X ~SIDE 16 450 -600 150 L 50 50 1 1 O
X ~DDEN 17 450 -150 150 L 50 50 1 1 O
X ~FDC 18 450 250 150 L 50 50 1 1 O
X ~IORQ 19 -500 -400 150 R 50 50 1 1 I
X A1 2 -500 400 150 R 50 50 1 1 I
X A2 3 -500 300 150 R 50 50 1 1 I
X A3 4 -500 200 150 R 50 50 1 1 I
X RESET 5 -500 -750 150 R 50 50 1 1 I
X A4 6 -500 100 150 R 50 50 1 1 I
X A5 7 -500 0 150 R 50 50 1 1 I
X A6 8 -500 -100 150 R 50 50 1 1 I
X A7 9 -500 -200 150 R 50 50 1 1 I
ENDDRAW
ENDDEF
#
# Connector_Generic_Conn_02x17_Odd_Even
#
DEF Connector_Generic_Conn_02x17_Odd_Even J 0 40 Y N 1 F N
F0 "J" 50 900 50 H V C CNN
F1 "Connector_Generic_Conn_02x17_Odd_Even" 50 -900 50 H V C CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
$FPLIST
Connector*:*_2x??_*
$ENDFPLIST
DRAW
S -50 -795 0 -805 1 1 6 N
S -50 -695 0 -705 1 1 6 N
S -50 -595 0 -605 1 1 6 N
S -50 -495 0 -505 1 1 6 N
S -50 -395 0 -405 1 1 6 N
S -50 -295 0 -305 1 1 6 N
S -50 -195 0 -205 1 1 6 N
S -50 -95 0 -105 1 1 6 N
S -50 5 0 -5 1 1 6 N
S -50 105 0 95 1 1 6 N
S -50 205 0 195 1 1 6 N
S -50 305 0 295 1 1 6 N
S -50 405 0 395 1 1 6 N
S -50 505 0 495 1 1 6 N
S -50 605 0 595 1 1 6 N
S -50 705 0 695 1 1 6 N
S -50 805 0 795 1 1 6 N
S -50 850 150 -850 1 1 10 f
S 150 -795 100 -805 1 1 6 N
S 150 -695 100 -705 1 1 6 N
S 150 -595 100 -605 1 1 6 N
S 150 -495 100 -505 1 1 6 N
S 150 -395 100 -405 1 1 6 N
S 150 -295 100 -305 1 1 6 N
S 150 -195 100 -205 1 1 6 N
S 150 -95 100 -105 1 1 6 N
S 150 5 100 -5 1 1 6 N
S 150 105 100 95 1 1 6 N
S 150 205 100 195 1 1 6 N
S 150 305 100 295 1 1 6 N
S 150 405 100 395 1 1 6 N
S 150 505 100 495 1 1 6 N
S 150 605 100 595 1 1 6 N
S 150 705 100 695 1 1 6 N
S 150 805 100 795 1 1 6 N
X Pin_1 1 -200 800 150 R 50 50 1 1 P
X Pin_10 10 300 400 150 L 50 50 1 1 P
X Pin_11 11 -200 300 150 R 50 50 1 1 P
X Pin_12 12 300 300 150 L 50 50 1 1 P
X Pin_13 13 -200 200 150 R 50 50 1 1 P
X Pin_14 14 300 200 150 L 50 50 1 1 P
X Pin_15 15 -200 100 150 R 50 50 1 1 P
X Pin_16 16 300 100 150 L 50 50 1 1 P
X Pin_17 17 -200 0 150 R 50 50 1 1 P
X Pin_18 18 300 0 150 L 50 50 1 1 P
X Pin_19 19 -200 -100 150 R 50 50 1 1 P
X Pin_2 2 300 800 150 L 50 50 1 1 P
X Pin_20 20 300 -100 150 L 50 50 1 1 P
X Pin_21 21 -200 -200 150 R 50 50 1 1 P
X Pin_22 22 300 -200 150 L 50 50 1 1 P
X Pin_23 23 -200 -300 150 R 50 50 1 1 P
X Pin_24 24 300 -300 150 L 50 50 1 1 P
X Pin_25 25 -200 -400 150 R 50 50 1 1 P
X Pin_26 26 300 -400 150 L 50 50 1 1 P
X Pin_27 27 -200 -500 150 R 50 50 1 1 P
X Pin_28 28 300 -500 150 L 50 50 1 1 P
X Pin_29 29 -200 -600 150 R 50 50 1 1 P
X Pin_3 3 -200 700 150 R 50 50 1 1 P
X Pin_30 30 300 -600 150 L 50 50 1 1 P
X Pin_31 31 -200 -700 150 R 50 50 1 1 P
X Pin_32 32 300 -700 150 L 50 50 1 1 P
X Pin_33 33 -200 -800 150 R 50 50 1 1 P
X Pin_34 34 300 -800 150 L 50 50 1 1 P
X Pin_4 4 300 700 150 L 50 50 1 1 P
X Pin_5 5 -200 600 150 R 50 50 1 1 P
X Pin_6 6 300 600 150 L 50 50 1 1 P
X Pin_7 7 -200 500 150 R 50 50 1 1 P
X Pin_8 8 300 500 150 L 50 50 1 1 P
X Pin_9 9 -200 400 150 R 50 50 1 1 P
ENDDRAW
ENDDEF
#
# SFD700_PAL12L6
#
DEF SFD700_PAL12L6 U 0 40 Y Y 1 F N
F0 "U" -350 650 50 H V L CNN
F1 "SFD700_PAL12L6" 50 700 50 H V L CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
$FPLIST
DIP*
PDIP*
$ENDFPLIST
DRAW
S -350 600 300 -850 0 1 10 f
X GND 10 0 -1000 150 U 50 50 0 0 W
X VCC 20 0 750 150 D 50 50 0 0 W
X A0 1 -500 500 150 R 50 50 1 1 I
X ~WR 11 -500 -500 150 R 50 50 1 1 I
X ~RD 12 -500 -600 150 R 50 50 1 1 I
X ~BUS 13 450 400 150 L 50 50 1 1 O
X ~DRIVE 14 450 50 150 L 50 50 1 1 O
X ~RES 15 450 -350 150 L 50 50 1 1 O
X ~SIDE 16 450 -600 150 L 50 50 1 1 O
X ~DDEN 17 450 -150 150 L 50 50 1 1 O
X ~FDC 18 450 250 150 L 50 50 1 1 O
X ~IORQ 19 -500 -400 150 R 50 50 1 1 I
X A1 2 -500 400 150 R 50 50 1 1 I
X A2 3 -500 300 150 R 50 50 1 1 I
X A3 4 -500 200 150 R 50 50 1 1 I
X RESET 5 -500 -750 150 R 50 50 1 1 I
X A4 6 -500 100 150 R 50 50 1 1 I
X A5 7 -500 0 150 R 50 50 1 1 I
X A6 8 -500 -100 150 R 50 50 1 1 I
X A7 9 -500 -200 150 R 50 50 1 1 I
ENDDRAW
ENDDEF
#
# SFD700_PAL12L6
#
DEF SFD700_PAL12L6 U 0 40 Y Y 1 F N
F0 "U" -350 650 50 H V L CNN
F1 "SFD700_PAL12L6" 50 700 50 H V L CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
$FPLIST
DIP*
PDIP*
$ENDFPLIST
DRAW
S -350 600 300 -850 0 1 10 f
X GND 10 0 -1000 150 U 50 50 0 0 W
X VCC 20 0 750 150 D 50 50 0 0 W
X A0 1 -500 500 150 R 50 50 1 1 I
X ~WR 11 -500 -500 150 R 50 50 1 1 I
X ~RD 12 -500 -600 150 R 50 50 1 1 I
X ~BUS 13 450 400 150 L 50 50 1 1 O
X ~DRIVE 14 450 50 150 L 50 50 1 1 O
X ~RES 15 450 -350 150 L 50 50 1 1 O
X ~SIDE 16 450 -600 150 L 50 50 1 1 O
X ~DDEN 17 450 -150 150 L 50 50 1 1 O
X ~FDC 18 450 250 150 L 50 50 1 1 O
X ~IORQ 19 -500 -400 150 R 50 50 1 1 I
X A1 2 -500 400 150 R 50 50 1 1 I
X A2 3 -500 300 150 R 50 50 1 1 I
X A3 4 -500 200 150 R 50 50 1 1 I
X RESET 5 -500 -750 150 R 50 50 1 1 I
X A4 6 -500 100 150 R 50 50 1 1 I
X A5 7 -500 0 150 R 50 50 1 1 I
X A6 8 -500 -100 150 R 50 50 1 1 I
X A7 9 -500 -200 150 R 50 50 1 1 I
ENDDRAW
ENDDEF
#
#End Library

View File

@@ -0,0 +1,74 @@
(footprint "BUS_MZ800" (version 20221018) (generator pcbnew)
(layer "F.Cu")
(descr "MZ-800 Bus Edge Connector")
(tags "BUS MZ-800 Edge connector")
(property "Sheetfile" "SFD700.kicad_sch")
(property "Sheetname" "")
(attr exclude_from_pos_files)
(fp_text reference "J1" (at -0.6096 -6.8072) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 11d40477-5a4f-401e-a919-552a643d49a6)
)
(fp_text value "MZ-700 Bus" (at 6.1468 -6.858) (layer "F.Fab") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 247e4a6b-c18b-4097-98d6-554243a923ab)
)
(fp_line (start -28.5496 -6.3484) (end -28.5496 6.8984)
(stroke (width 0.1) (type solid)) (layer "F.SilkS") (tstamp 78ead7dd-80e4-4c2d-babd-c0f89491ca2d))
(fp_line (start -28.5472 6.8984) (end 28.7528 6.8984)
(stroke (width 0.1) (type solid)) (layer "F.SilkS") (tstamp 0a250ba9-6e50-46a7-89b0-c2bbf365867b))
(fp_line (start 28.7528 -6.3484) (end 28.7528 6.8984)
(stroke (width 0.1) (type solid)) (layer "F.SilkS") (tstamp e5753d89-c96f-48eb-93e2-e61b76cbfcf0))
(fp_line (start -28.57 -6.35) (end -28.57 6.8984)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cadc0662-16a6-45e9-a66b-fb7f408a3757))
(fp_line (start -28.57 -6.35) (end 28.73 -6.35)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1366ef9d-07fe-45c0-aad0-9e392f8a301a))
(fp_line (start -28.57 6.8984) (end 28.73 6.8984)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7d77b8b2-53d4-4655-9209-38134c9abd84))
(fp_line (start 28.73 -6.35) (end 28.73 6.8984)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9b55e1d7-0104-4de3-a68a-a724763bc172))
(pad "1" connect rect (at 26.67 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") (tstamp 2e6f6a09-226e-4e49-b7a1-ce313eb361b1))
(pad "2" connect rect (at 26.67 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") (tstamp 06ee9e61-cc1c-4d4a-9781-99ae175ba629))
(pad "3" connect rect (at 24.13 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") (tstamp bafeaa15-19e1-4e05-b8a4-c681e39d673e))
(pad "4" connect rect (at 24.13 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") (tstamp c3d69cd7-a265-4a4b-b054-8dcc44e9e546))
(pad "5" connect rect (at 21.59 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") (tstamp 9aef013b-81e4-46d1-bccc-2f0efeccc03f))
(pad "6" connect rect (at 21.59 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") (tstamp 59e49614-b286-472a-8730-7d03d13dacb5))
(pad "7" connect rect (at 19.05 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") (tstamp 90f6e432-02b0-4a51-8256-7b9711b91893))
(pad "8" connect rect (at 19.05 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") (tstamp a6d6b34a-e691-4723-b9f4-3fcf3bfca64f))
(pad "9" connect rect (at 16.51 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") (tstamp 4107ed5d-7170-4635-8790-9102b9096469))
(pad "10" connect rect (at 16.51 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") (tstamp a6f91da5-a204-40c0-8d99-83e8755ba0be))
(pad "11" connect rect (at 13.97 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") (tstamp a9652936-3f83-44cd-bf5c-748201d24450))
(pad "12" connect rect (at 13.97 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") (tstamp 45457aaa-13bd-456a-9c5c-c63acd514ab4))
(pad "13" connect rect (at 11.43 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") (tstamp d4462769-279f-4776-9554-b3269c43f9e4))
(pad "14" connect rect (at 11.43 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") (tstamp dc46410c-447e-4ffe-8947-998fa04bee2f))
(pad "15" connect rect (at 8.89 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") (tstamp b2a85bea-a5e8-467e-84d3-0f5e0c026d18))
(pad "16" connect rect (at 8.89 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") (tstamp 96c3ddbd-fe53-4735-b457-eaef299e685b))
(pad "17" connect rect (at 6.35 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") (tstamp 221a9f91-1bb9-4847-8e07-48b60662c9bd))
(pad "18" connect rect (at 6.35 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") (tstamp a236c0a9-fc5a-4647-b7fc-b99fa553e0b1))
(pad "19" connect rect (at 3.81 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") (tstamp 518726ff-640c-4877-9297-0dac57391a27))
(pad "20" connect rect (at 3.81 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") (tstamp d651e947-a45a-4bdf-9e31-ce35e055450f))
(pad "21" connect rect (at 1.27 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") (tstamp 913563c1-6793-4fe0-b565-706e45256349))
(pad "22" connect rect (at 1.27 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") (tstamp 1199a083-9083-4223-90f6-7d503051f5dc))
(pad "23" connect rect (at -1.27 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") (tstamp 80bd0220-77d6-430e-8e8f-172f1a9b688b))
(pad "24" connect rect (at -1.27 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") (tstamp d60fcf6d-5674-4b0f-a6f2-fdd76aaf5404))
(pad "25" connect rect (at -3.81 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") (tstamp c0abebe9-3619-4309-8510-9555710bbc3d))
(pad "26" connect rect (at -3.81 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") (tstamp bbf66b4a-84f6-4857-9903-2869907d785e))
(pad "27" connect rect (at -6.35 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") (tstamp e3248e0e-98ed-44c6-848d-478fcc75504c))
(pad "28" connect rect (at -6.35 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") (tstamp e0e43f28-d167-4d6a-bd1a-0af075171f75))
(pad "29" connect rect (at -8.89 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") (tstamp 05703975-e70b-48f9-a926-b16e7e4003c8))
(pad "30" connect rect (at -8.89 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") (tstamp f054b17e-cce8-4851-98b5-c6dd5538df53))
(pad "31" connect rect (at -11.43 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") (tstamp 274ee3f9-d53a-446f-89c0-c5f01a5a41f4))
(pad "32" connect rect (at -11.43 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") (tstamp bce71e07-a90a-4226-b4a5-9a5a9ebefe26))
(pad "33" connect rect (at -13.97 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") (tstamp b27eb94e-5863-4b78-8cd2-d83e9d929e47))
(pad "34" connect rect (at -13.97 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") (tstamp b413ae7b-83ac-43a0-b6c7-2cc89fd3c32c))
(pad "35" connect rect (at -16.51 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") (tstamp 82b20f67-d5f3-4879-8236-0348c3501d8e))
(pad "36" connect rect (at -16.51 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") (tstamp cda55003-e72b-473c-a638-5ed9c1c18988))
(pad "37" connect rect (at -19.05 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") (tstamp a4dbe873-82cf-45e7-8088-39f910e639aa))
(pad "38" connect rect (at -19.05 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") (tstamp be4aadfa-ae85-4532-a938-f4708636360f))
(pad "39" connect rect (at -21.59 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") (tstamp 20dec8ec-ce35-4ebb-a284-e1c653b25820))
(pad "40" connect rect (at -21.59 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") (tstamp d65e63e6-8934-4752-b39a-d51dd1f01f89))
(pad "41" connect rect (at -24.13 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") (tstamp dbecc811-fb06-4c88-9aad-13db2dff27e4))
(pad "42" connect rect (at -24.13 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") (tstamp 821e133b-0bf5-487a-aaaf-004ab812cbb9))
(pad "43" connect rect (at -26.67 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") (tstamp 2f662a35-6052-4ae0-9e97-e809faa5ba45))
(pad "44" connect rect (at -26.67 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") (tstamp bff8d273-bf8a-44d3-917a-ee189cbcec9b))
)

4345
kicad/v1.0/bom/ibom.html vendored Normal file

File diff suppressed because one or more lines are too long

3
kicad/v1.0/fp-lib-table vendored Normal file
View File

@@ -0,0 +1,3 @@
(fp_lib_table
(lib (name "SFD700")(type "KiCad")(uri "${KIPRJMOD}/SFD700.pretty")(options "")(descr ""))
)

4
kicad/v1.0/sym-lib-table vendored Normal file
View File

@@ -0,0 +1,4 @@
(sym_lib_table
(lib (name "SFD700")(type "KiCad")(uri "${KIPRJMOD}/SFD700.kicad_sym")(options "")(descr ""))
(lib (name "Custom")(type "KiCad")(uri "${KIPRJMOD}/Custom.kicad_sym")(options "")(descr ""))
)

929
kicad/v1.2/Custom.kicad_sym vendored Normal file
View File

@@ -0,0 +1,929 @@
(kicad_symbol_lib (version 20220914) (generator kicad_symbol_editor)
(symbol "27C32" (in_bom yes) (on_board yes)
(property "Reference" "U" (at -7.62 24.13 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "27C32" (at -1.27 -6.35 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "Package_DIP:DIP-24_W15.24mm" (at -1.27 -22.86 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "OTP EPROM 64KiBit" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "OTP EPROM 64 KiBit, [Obsolete 2004-01]" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_fp_filters" "DIP*W15.24mm*" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "27C32_1_1"
(rectangle (start -7.62 22.86) (end 7.62 -17.78)
(stroke (width 0.254) (type default))
(fill (type background))
)
(pin input line (at -10.16 2.54 0) (length 2.54)
(name "A7" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 10.16 17.78 180) (length 2.54)
(name "D1" (effects (font (size 1.27 1.27))))
(number "10" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 10.16 15.24 180) (length 2.54)
(name "D2" (effects (font (size 1.27 1.27))))
(number "11" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at 0 -20.32 90) (length 2.54)
(name "GND" (effects (font (size 1.27 1.27))))
(number "12" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 10.16 12.7 180) (length 2.54)
(name "D3" (effects (font (size 1.27 1.27))))
(number "13" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 10.16 10.16 180) (length 2.54)
(name "D4" (effects (font (size 1.27 1.27))))
(number "14" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 10.16 7.62 180) (length 2.54)
(name "D5" (effects (font (size 1.27 1.27))))
(number "15" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 10.16 5.08 180) (length 2.54)
(name "D6" (effects (font (size 1.27 1.27))))
(number "16" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 10.16 2.54 180) (length 2.54)
(name "D7" (effects (font (size 1.27 1.27))))
(number "17" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 -15.24 0) (length 2.54)
(name "~{CE}" (effects (font (size 1.27 1.27))))
(number "18" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 -5.08 0) (length 2.54)
(name "A10" (effects (font (size 1.27 1.27))))
(number "19" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 5.08 0) (length 2.54)
(name "A6" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 -12.7 0) (length 2.54)
(name "~{OE}/VPP" (effects (font (size 1.27 1.27))))
(number "20" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 -7.62 0) (length 2.54)
(name "A11" (effects (font (size 1.27 1.27))))
(number "21" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 -2.54 0) (length 2.54)
(name "A9" (effects (font (size 1.27 1.27))))
(number "22" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 0 0) (length 2.54)
(name "A8" (effects (font (size 1.27 1.27))))
(number "23" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at 0 25.4 270) (length 2.54)
(name "VCC" (effects (font (size 1.27 1.27))))
(number "24" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 7.62 0) (length 2.54)
(name "A5" (effects (font (size 1.27 1.27))))
(number "3" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 10.16 0) (length 2.54)
(name "A4" (effects (font (size 1.27 1.27))))
(number "4" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 12.7 0) (length 2.54)
(name "A3" (effects (font (size 1.27 1.27))))
(number "5" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 15.24 0) (length 2.54)
(name "A2" (effects (font (size 1.27 1.27))))
(number "6" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 17.78 0) (length 2.54)
(name "A1" (effects (font (size 1.27 1.27))))
(number "7" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 20.32 0) (length 2.54)
(name "A0" (effects (font (size 1.27 1.27))))
(number "8" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 10.16 20.32 180) (length 2.54)
(name "D0" (effects (font (size 1.27 1.27))))
(number "9" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "AS6C4008-55PCN" (in_bom yes) (on_board yes)
(property "Reference" "U" (at -10.16 26.035 0)
(effects (font (size 1.27 1.27)) (justify left bottom))
)
(property "Value" "AS6C4008-55PCN" (at 2.54 26.035 0)
(effects (font (size 1.27 1.27)) (justify left bottom))
)
(property "Footprint" "Package_DIP:DIP-32_W15.24mm" (at 0 2.54 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 0 2.54 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_fp_filters" "DIP*W15.24mm*" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "AS6C4008-55PCN_0_0"
(pin power_in line (at 0 -26.67 90) (length 2.54)
(name "GND" (effects (font (size 1.27 1.27))))
(number "16" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at 0 26.67 270) (length 2.54)
(name "VCC" (effects (font (size 1.27 1.27))))
(number "32" (effects (font (size 1.27 1.27))))
)
)
(symbol "AS6C4008-55PCN_0_1"
(rectangle (start -7.62 24.13) (end 7.62 -24.13)
(stroke (width 0.254) (type solid))
(fill (type background))
)
)
(symbol "AS6C4008-55PCN_1_1"
(pin input line (at -10.16 -22.86 0) (length 2.54)
(name "A18" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 17.78 0) (length 2.54)
(name "A2" (effects (font (size 1.27 1.27))))
(number "10" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 20.32 0) (length 2.54)
(name "A1" (effects (font (size 1.27 1.27))))
(number "11" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 22.86 0) (length 2.54)
(name "A0" (effects (font (size 1.27 1.27))))
(number "12" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 10.16 22.86 180) (length 2.54)
(name "DQ0" (effects (font (size 1.27 1.27))))
(number "13" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 10.16 20.32 180) (length 2.54)
(name "DQ1" (effects (font (size 1.27 1.27))))
(number "14" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 10.16 17.78 180) (length 2.54)
(name "DQ2" (effects (font (size 1.27 1.27))))
(number "15" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 10.16 15.24 180) (length 2.54)
(name "DQ3" (effects (font (size 1.27 1.27))))
(number "17" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 10.16 12.7 180) (length 2.54)
(name "DQ4" (effects (font (size 1.27 1.27))))
(number "18" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 10.16 10.16 180) (length 2.54)
(name "DQ5" (effects (font (size 1.27 1.27))))
(number "19" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 -17.78 0) (length 2.54)
(name "A16" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 10.16 7.62 180) (length 2.54)
(name "DQ6" (effects (font (size 1.27 1.27))))
(number "20" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 10.16 5.08 180) (length 2.54)
(name "DQ7" (effects (font (size 1.27 1.27))))
(number "21" (effects (font (size 1.27 1.27))))
)
(pin input line (at 10.16 -12.7 180) (length 2.54)
(name "~{CE}" (effects (font (size 1.27 1.27))))
(number "22" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 -2.54 0) (length 2.54)
(name "A10" (effects (font (size 1.27 1.27))))
(number "23" (effects (font (size 1.27 1.27))))
)
(pin input line (at 10.16 -17.78 180) (length 2.54)
(name "~{OE}" (effects (font (size 1.27 1.27))))
(number "24" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 -5.08 0) (length 2.54)
(name "A11" (effects (font (size 1.27 1.27))))
(number "25" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 0 0) (length 2.54)
(name "A9" (effects (font (size 1.27 1.27))))
(number "26" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 2.54 0) (length 2.54)
(name "A8" (effects (font (size 1.27 1.27))))
(number "27" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 -10.16 0) (length 2.54)
(name "A13" (effects (font (size 1.27 1.27))))
(number "28" (effects (font (size 1.27 1.27))))
)
(pin input line (at 10.16 -15.24 180) (length 2.54)
(name "~{WE}" (effects (font (size 1.27 1.27))))
(number "29" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 -12.7 0) (length 2.54)
(name "A14" (effects (font (size 1.27 1.27))))
(number "3" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 -20.32 0) (length 2.54)
(name "A17" (effects (font (size 1.27 1.27))))
(number "30" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 -15.24 0) (length 2.54)
(name "A15" (effects (font (size 1.27 1.27))))
(number "31" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 -7.62 0) (length 2.54)
(name "A12" (effects (font (size 1.27 1.27))))
(number "4" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 5.08 0) (length 2.54)
(name "A7" (effects (font (size 1.27 1.27))))
(number "5" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 7.62 0) (length 2.54)
(name "A6" (effects (font (size 1.27 1.27))))
(number "6" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 10.16 0) (length 2.54)
(name "A5" (effects (font (size 1.27 1.27))))
(number "7" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 12.7 0) (length 2.54)
(name "A4" (effects (font (size 1.27 1.27))))
(number "8" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 15.24 0) (length 2.54)
(name "A3" (effects (font (size 1.27 1.27))))
(number "9" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "EPM7128SLC84" (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
(property "Reference" "U" (at -110.49 -5.08 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "EPM7128SLC84" (at 21.59 -76.2 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "Package_QFP" (at 21.59 -73.66 0)
(effects (font (size 1.27 1.27)) (justify left) hide)
)
(property "Datasheet" "" (at -8.89 36.83 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_locked" "" (at 0 0 0)
(effects (font (size 1.27 1.27)))
)
(property "ki_fp_filters" "*QFP*P0.5mm*" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "EPM7128SLC84_1_1"
(rectangle (start -11.43 36.83) (end 11.43 -43.18)
(stroke (width 0.254) (type default))
(fill (type background))
)
(pin bidirectional line (at -16.51 22.86 0) (length 5.08)
(name "IO_10" (effects (font (size 1.27 1.27))))
(number "10" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at -16.51 20.32 0) (length 5.08)
(name "IO_11" (effects (font (size 1.27 1.27))))
(number "11" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at -16.51 17.78 0) (length 5.08)
(name "IO_15" (effects (font (size 1.27 1.27))))
(number "15" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at -16.51 15.24 0) (length 5.08)
(name "IO_16" (effects (font (size 1.27 1.27))))
(number "16" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at -16.51 12.7 0) (length 5.08)
(name "IO_17" (effects (font (size 1.27 1.27))))
(number "17" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at -16.51 10.16 0) (length 5.08)
(name "IO_18" (effects (font (size 1.27 1.27))))
(number "18" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at -16.51 7.62 0) (length 5.08)
(name "IO_20" (effects (font (size 1.27 1.27))))
(number "20" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at -16.51 5.08 0) (length 5.08)
(name "IO_21" (effects (font (size 1.27 1.27))))
(number "21" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at -16.51 2.54 0) (length 5.08)
(name "IO_22" (effects (font (size 1.27 1.27))))
(number "22" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at -16.51 0 0) (length 5.08)
(name "IO_24" (effects (font (size 1.27 1.27))))
(number "24" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at -16.51 -2.54 0) (length 5.08)
(name "IO_25" (effects (font (size 1.27 1.27))))
(number "25" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at -16.51 -5.08 0) (length 5.08)
(name "IO_27" (effects (font (size 1.27 1.27))))
(number "27" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at -16.51 -7.62 0) (length 5.08)
(name "IO_28" (effects (font (size 1.27 1.27))))
(number "28" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at -16.51 -10.16 0) (length 5.08)
(name "IO_29" (effects (font (size 1.27 1.27))))
(number "29" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at -16.51 -12.7 0) (length 5.08)
(name "IO_30" (effects (font (size 1.27 1.27))))
(number "30" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at -16.51 -15.24 0) (length 5.08)
(name "IO_31" (effects (font (size 1.27 1.27))))
(number "31" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at -16.51 -17.78 0) (length 5.08)
(name "IO_33" (effects (font (size 1.27 1.27))))
(number "33" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at -16.51 -20.32 0) (length 5.08)
(name "IO_34" (effects (font (size 1.27 1.27))))
(number "34" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at -16.51 -22.86 0) (length 5.08)
(name "IO_35" (effects (font (size 1.27 1.27))))
(number "35" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at -16.51 -25.4 0) (length 5.08)
(name "IO_36" (effects (font (size 1.27 1.27))))
(number "36" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at -16.51 -27.94 0) (length 5.08)
(name "IO_37" (effects (font (size 1.27 1.27))))
(number "37" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at -16.51 -30.48 0) (length 5.08)
(name "IO_39" (effects (font (size 1.27 1.27))))
(number "39" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at -16.51 35.56 0) (length 5.08)
(name "IO_4" (effects (font (size 1.27 1.27))))
(number "4" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at -16.51 -33.02 0) (length 5.08)
(name "IO_40" (effects (font (size 1.27 1.27))))
(number "40" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at -16.51 -35.56 0) (length 5.08)
(name "IO_41" (effects (font (size 1.27 1.27))))
(number "41" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at -16.51 -38.1 0) (length 5.08)
(name "IO_44" (effects (font (size 1.27 1.27))))
(number "44" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at -16.51 -40.64 0) (length 5.08)
(name "IO_45" (effects (font (size 1.27 1.27))))
(number "45" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at 16.51 -38.1 180) (length 5.08)
(name "IO_48" (effects (font (size 1.27 1.27))))
(number "48" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at 16.51 -40.64 180) (length 5.08)
(name "IO_49" (effects (font (size 1.27 1.27))))
(number "49" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at -16.51 33.02 0) (length 5.08)
(name "IO_5" (effects (font (size 1.27 1.27))))
(number "5" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at 16.51 -35.56 180) (length 5.08)
(name "IO_50" (effects (font (size 1.27 1.27))))
(number "50" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at 16.51 -27.94 180) (length 5.08)
(name "IO_51" (effects (font (size 1.27 1.27))))
(number "51" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at 16.51 -25.4 180) (length 5.08)
(name "IO_52" (effects (font (size 1.27 1.27))))
(number "52" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at 16.51 -22.86 180) (length 5.08)
(name "IO_54" (effects (font (size 1.27 1.27))))
(number "54" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at 16.51 -20.32 180) (length 5.08)
(name "IO_55" (effects (font (size 1.27 1.27))))
(number "55" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at 16.51 -17.78 180) (length 5.08)
(name "IO_56" (effects (font (size 1.27 1.27))))
(number "56" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at 16.51 -15.24 180) (length 5.08)
(name "IO_57" (effects (font (size 1.27 1.27))))
(number "57" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at 16.51 -12.7 180) (length 5.08)
(name "IO_58" (effects (font (size 1.27 1.27))))
(number "58" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at -16.51 30.48 0) (length 5.08)
(name "IO_6" (effects (font (size 1.27 1.27))))
(number "6" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at 16.51 -10.16 180) (length 5.08)
(name "IO_60" (effects (font (size 1.27 1.27))))
(number "60" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at 16.51 -7.62 180) (length 5.08)
(name "IO_61" (effects (font (size 1.27 1.27))))
(number "61" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at 16.51 -5.08 180) (length 5.08)
(name "IO_63" (effects (font (size 1.27 1.27))))
(number "63" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at 16.51 -2.54 180) (length 5.08)
(name "IO_64" (effects (font (size 1.27 1.27))))
(number "64" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at 16.51 0 180) (length 5.08)
(name "IO_65" (effects (font (size 1.27 1.27))))
(number "65" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at 16.51 2.54 180) (length 5.08)
(name "IO_67" (effects (font (size 1.27 1.27))))
(number "67" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at 16.51 5.08 180) (length 5.08)
(name "IO_68" (effects (font (size 1.27 1.27))))
(number "68" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at 16.51 7.62 180) (length 5.08)
(name "IO_69" (effects (font (size 1.27 1.27))))
(number "69" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at 16.51 10.16 180) (length 5.08)
(name "IO_70" (effects (font (size 1.27 1.27))))
(number "70" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at 16.51 12.7 180) (length 5.08)
(name "IO_73" (effects (font (size 1.27 1.27))))
(number "73" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at 16.51 15.24 180) (length 5.08)
(name "IO_74" (effects (font (size 1.27 1.27))))
(number "74" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at 16.51 20.32 180) (length 5.08)
(name "IO_75" (effects (font (size 1.27 1.27))))
(number "75" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at 16.51 22.86 180) (length 5.08)
(name "IO_76" (effects (font (size 1.27 1.27))))
(number "76" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at 16.51 25.4 180) (length 5.08)
(name "IO_77" (effects (font (size 1.27 1.27))))
(number "77" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at 16.51 27.94 180) (length 5.08)
(name "IO_79" (effects (font (size 1.27 1.27))))
(number "79" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at -16.51 27.94 0) (length 5.08)
(name "IO_8" (effects (font (size 1.27 1.27))))
(number "8" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at 16.51 30.48 180) (length 5.08)
(name "IO_80" (effects (font (size 1.27 1.27))))
(number "80" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at 16.51 33.02 180) (length 5.08)
(name "IO_81" (effects (font (size 1.27 1.27))))
(number "81" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at -16.51 25.4 0) (length 5.08)
(name "IO_9" (effects (font (size 1.27 1.27))))
(number "9" (effects (font (size 1.27 1.27))))
)
)
(symbol "EPM7128SLC84_2_1"
(rectangle (start -12.7 8.89) (end 12.7 -8.89)
(stroke (width 0.254) (type default))
(fill (type background))
)
(pin input line (at -17.78 3.81 0) (length 5.08)
(name "GCLRn" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at 17.78 -3.81 180) (length 5.08)
(name "IO_14/TDI" (effects (font (size 1.27 1.27))))
(number "14" (effects (font (size 1.27 1.27))))
)
(pin input line (at -17.78 -1.27 0) (length 5.08)
(name "OE2/GCLK2" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at 17.78 -1.27 180) (length 5.08)
(name "IO_23/TMS" (effects (font (size 1.27 1.27))))
(number "23" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at 17.78 3.81 180) (length 5.08)
(name "IO_62/TCK" (effects (font (size 1.27 1.27))))
(number "62" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at 17.78 1.27 180) (length 5.08)
(name "IO_71/TDO" (effects (font (size 1.27 1.27))))
(number "71" (effects (font (size 1.27 1.27))))
)
(pin input line (at -17.78 1.27 0) (length 5.08)
(name "GCLK1" (effects (font (size 1.27 1.27))))
(number "83" (effects (font (size 1.27 1.27))))
)
(pin input line (at -17.78 -3.81 0) (length 5.08)
(name "OE1" (effects (font (size 1.27 1.27))))
(number "84" (effects (font (size 1.27 1.27))))
)
)
(symbol "EPM7128SLC84_3_1"
(rectangle (start -12.7 16.51) (end 10.16 -13.97)
(stroke (width 0.254) (type default))
(fill (type background))
)
(pin power_in line (at 15.24 2.54 180) (length 5.08)
(name "VCCIO1" (effects (font (size 1.27 1.27))))
(number "13" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at -17.78 7.62 0) (length 5.08)
(name "GND" (effects (font (size 1.27 1.27))))
(number "19" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at 15.24 0 180) (length 5.08)
(name "VCCIO2" (effects (font (size 1.27 1.27))))
(number "26" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at 15.24 12.7 180) (length 5.08)
(name "VCCINT1" (effects (font (size 1.27 1.27))))
(number "3" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at -17.78 5.08 0) (length 5.08)
(name "GND" (effects (font (size 1.27 1.27))))
(number "32" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at 15.24 -2.54 180) (length 5.08)
(name "VCCIO3" (effects (font (size 1.27 1.27))))
(number "38" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at -17.78 2.54 0) (length 5.08)
(name "GND" (effects (font (size 1.27 1.27))))
(number "42" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at 15.24 10.16 180) (length 5.08)
(name "VCCINT2" (effects (font (size 1.27 1.27))))
(number "43" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at -17.78 0 0) (length 5.08)
(name "GND" (effects (font (size 1.27 1.27))))
(number "47" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at 15.24 -5.08 180) (length 5.08)
(name "VCCIO4" (effects (font (size 1.27 1.27))))
(number "53" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at -17.78 -2.54 0) (length 5.08)
(name "GND" (effects (font (size 1.27 1.27))))
(number "59" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at 15.24 -7.62 180) (length 5.08)
(name "VCCIO5" (effects (font (size 1.27 1.27))))
(number "66" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at -17.78 10.16 0) (length 5.08)
(name "GND" (effects (font (size 1.27 1.27))))
(number "7" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at -17.78 -5.08 0) (length 5.08)
(name "GND" (effects (font (size 1.27 1.27))))
(number "72" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at 15.24 -10.16 180) (length 5.08)
(name "VCCIO6" (effects (font (size 1.27 1.27))))
(number "78" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at -17.78 -7.62 0) (length 5.08)
(name "GND" (effects (font (size 1.27 1.27))))
(number "82" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "GAL22V10" (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
(property "Reference" "U" (at -8.89 16.51 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "GAL22V10" (at 1.27 16.51 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "GAL PLD 16V8" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Programmable Logic Array, DIP-20/SOIC-20/PLCC-20" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_fp_filters" "DIP* PDIP* SOIC* SO* PLCC*" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "GAL22V10_0_0"
(pin power_in line (at 0 -17.78 90) (length 3.81)
(name "GND" (effects (font (size 1.27 1.27))))
(number "12" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at 0 17.78 270) (length 3.81)
(name "VCC" (effects (font (size 1.27 1.27))))
(number "24" (effects (font (size 1.27 1.27))))
)
)
(symbol "GAL22V10_0_1"
(rectangle (start -8.89 13.97) (end 8.89 -13.97)
(stroke (width 0.254) (type default))
(fill (type background))
)
)
(symbol "GAL22V10_1_1"
(pin input line (at -12.7 12.7 0) (length 3.81)
(name "I1/CLK" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin input line (at -12.7 -10.16 0) (length 3.81)
(name "I10" (effects (font (size 1.27 1.27))))
(number "10" (effects (font (size 1.27 1.27))))
)
(pin input line (at -12.7 -12.7 0) (length 3.81)
(name "I11" (effects (font (size 1.27 1.27))))
(number "11" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 12.7 -12.7 180) (length 3.81)
(name "IO11" (effects (font (size 1.27 1.27))))
(number "13" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 12.7 -10.16 180) (length 3.81)
(name "IO10" (effects (font (size 1.27 1.27))))
(number "14" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 12.7 -7.62 180) (length 3.81)
(name "IO9" (effects (font (size 1.27 1.27))))
(number "15" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 12.7 -5.08 180) (length 3.81)
(name "IO8" (effects (font (size 1.27 1.27))))
(number "16" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 12.7 -2.54 180) (length 3.81)
(name "IO7" (effects (font (size 1.27 1.27))))
(number "17" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 12.7 0 180) (length 3.81)
(name "IO6" (effects (font (size 1.27 1.27))))
(number "18" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 12.7 2.54 180) (length 3.81)
(name "IO5" (effects (font (size 1.27 1.27))))
(number "19" (effects (font (size 1.27 1.27))))
)
(pin input line (at -12.7 10.16 0) (length 3.81)
(name "I2" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 12.7 5.08 180) (length 3.81)
(name "IO4" (effects (font (size 1.27 1.27))))
(number "20" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 12.7 7.62 180) (length 3.81)
(name "I03" (effects (font (size 1.27 1.27))))
(number "21" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 12.7 10.16 180) (length 3.81)
(name "IO2" (effects (font (size 1.27 1.27))))
(number "22" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 12.7 12.7 180) (length 3.81)
(name "IO1" (effects (font (size 1.27 1.27))))
(number "23" (effects (font (size 1.27 1.27))))
)
(pin input line (at -12.7 7.62 0) (length 3.81)
(name "I3" (effects (font (size 1.27 1.27))))
(number "3" (effects (font (size 1.27 1.27))))
)
(pin input line (at -12.7 5.08 0) (length 3.81)
(name "I4" (effects (font (size 1.27 1.27))))
(number "4" (effects (font (size 1.27 1.27))))
)
(pin input line (at -12.7 2.54 0) (length 3.81)
(name "I5" (effects (font (size 1.27 1.27))))
(number "5" (effects (font (size 1.27 1.27))))
)
(pin input line (at -12.7 0 0) (length 3.81)
(name "I6" (effects (font (size 1.27 1.27))))
(number "6" (effects (font (size 1.27 1.27))))
)
(pin input line (at -12.7 -2.54 0) (length 3.81)
(name "I7" (effects (font (size 1.27 1.27))))
(number "7" (effects (font (size 1.27 1.27))))
)
(pin input line (at -12.7 -5.08 0) (length 3.81)
(name "I8" (effects (font (size 1.27 1.27))))
(number "8" (effects (font (size 1.27 1.27))))
)
(pin input line (at -12.7 -7.62 0) (length 3.81)
(name "I9" (effects (font (size 1.27 1.27))))
(number "9" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "SST39SF040-Memory_Flash" (in_bom yes) (on_board yes)
(property "Reference" "U" (at 2.54 33.02 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "SST39SF040-Memory_Flash" (at 0 -30.48 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (at 0 7.62 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 0 7.62 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "SST39SF040-Memory_Flash_0_0"
(pin power_in line (at 0 -19.05 90) (length 2.9972)
(name "GND" (effects (font (size 1.27 1.27))))
(number "16" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at 0 34.29 270) (length 2.9972)
(name "VCC" (effects (font (size 1.27 1.27))))
(number "32" (effects (font (size 1.27 1.27))))
)
)
(symbol "SST39SF040-Memory_Flash_0_1"
(rectangle (start -7.62 31.75) (end 7.62 -16.51)
(stroke (width 0.254) (type solid))
(fill (type background))
)
)
(symbol "SST39SF040-Memory_Flash_1_1"
(pin input line (at -12.7 -15.24 0) (length 5.08)
(name "A18" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin input line (at -12.7 25.4 0) (length 5.08)
(name "A2" (effects (font (size 1.27 1.27))))
(number "10" (effects (font (size 1.27 1.27))))
)
(pin input line (at -12.7 27.94 0) (length 5.08)
(name "A1" (effects (font (size 1.27 1.27))))
(number "11" (effects (font (size 1.27 1.27))))
)
(pin input line (at -12.7 30.48 0) (length 5.08)
(name "A0" (effects (font (size 1.27 1.27))))
(number "12" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 12.7 30.48 180) (length 5.08)
(name "D0" (effects (font (size 1.27 1.27))))
(number "13" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 12.7 27.94 180) (length 5.08)
(name "D1" (effects (font (size 1.27 1.27))))
(number "14" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 12.7 25.4 180) (length 5.08)
(name "D2" (effects (font (size 1.27 1.27))))
(number "15" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 12.7 22.86 180) (length 5.08)
(name "D3" (effects (font (size 1.27 1.27))))
(number "17" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 12.7 20.32 180) (length 5.08)
(name "D4" (effects (font (size 1.27 1.27))))
(number "18" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 12.7 17.78 180) (length 5.08)
(name "D5" (effects (font (size 1.27 1.27))))
(number "19" (effects (font (size 1.27 1.27))))
)
(pin input line (at -12.7 -10.16 0) (length 5.08)
(name "A16" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 12.7 15.24 180) (length 5.08)
(name "D6" (effects (font (size 1.27 1.27))))
(number "20" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 12.7 12.7 180) (length 5.08)
(name "D7" (effects (font (size 1.27 1.27))))
(number "21" (effects (font (size 1.27 1.27))))
)
(pin input line (at 12.7 -5.08 180) (length 5.08)
(name "~{CE}" (effects (font (size 1.27 1.27))))
(number "22" (effects (font (size 1.27 1.27))))
)
(pin input line (at -12.7 5.08 0) (length 5.08)
(name "A10" (effects (font (size 1.27 1.27))))
(number "23" (effects (font (size 1.27 1.27))))
)
(pin input line (at 12.7 -10.16 180) (length 5.08)
(name "~{OE}" (effects (font (size 1.27 1.27))))
(number "24" (effects (font (size 1.27 1.27))))
)
(pin input line (at -12.7 2.54 0) (length 5.08)
(name "A11" (effects (font (size 1.27 1.27))))
(number "25" (effects (font (size 1.27 1.27))))
)
(pin input line (at -12.7 7.62 0) (length 5.08)
(name "A9" (effects (font (size 1.27 1.27))))
(number "26" (effects (font (size 1.27 1.27))))
)
(pin input line (at -12.7 10.16 0) (length 5.08)
(name "A8" (effects (font (size 1.27 1.27))))
(number "27" (effects (font (size 1.27 1.27))))
)
(pin input line (at -12.7 -2.54 0) (length 5.08)
(name "A13" (effects (font (size 1.27 1.27))))
(number "28" (effects (font (size 1.27 1.27))))
)
(pin input line (at -12.7 -5.08 0) (length 5.08)
(name "A14" (effects (font (size 1.27 1.27))))
(number "29" (effects (font (size 1.27 1.27))))
)
(pin input line (at -12.7 -7.62 0) (length 5.08)
(name "A15" (effects (font (size 1.27 1.27))))
(number "3" (effects (font (size 1.27 1.27))))
)
(pin input line (at -12.7 -12.7 0) (length 5.08)
(name "A17" (effects (font (size 1.27 1.27))))
(number "30" (effects (font (size 1.27 1.27))))
)
(pin input line (at 12.7 -7.62 180) (length 5.08)
(name "~{WE}" (effects (font (size 1.27 1.27))))
(number "31" (effects (font (size 1.27 1.27))))
)
(pin input line (at -12.7 0 0) (length 5.08)
(name "A12" (effects (font (size 1.27 1.27))))
(number "4" (effects (font (size 1.27 1.27))))
)
(pin input line (at -12.7 12.7 0) (length 5.08)
(name "A7" (effects (font (size 1.27 1.27))))
(number "5" (effects (font (size 1.27 1.27))))
)
(pin input line (at -12.7 15.24 0) (length 5.08)
(name "A6" (effects (font (size 1.27 1.27))))
(number "6" (effects (font (size 1.27 1.27))))
)
(pin input line (at -12.7 17.78 0) (length 5.08)
(name "A5" (effects (font (size 1.27 1.27))))
(number "7" (effects (font (size 1.27 1.27))))
)
(pin input line (at -12.7 20.32 0) (length 5.08)
(name "A4" (effects (font (size 1.27 1.27))))
(number "8" (effects (font (size 1.27 1.27))))
)
(pin input line (at -12.7 22.86 0) (length 5.08)
(name "A3" (effects (font (size 1.27 1.27))))
(number "9" (effects (font (size 1.27 1.27))))
)
)
)
)

View File

@@ -0,0 +1,38 @@
(module LOGO (layer F.Cu)
(at 0 0)
(fp_text reference "G***" (at 0 0) (layer F.SilkS) hide
(effects (font (thickness 0.3)))
)
(fp_text value "LOGO" (at 0.75 0) (layer F.SilkS) hide
(effects (font (thickness 0.3)))
)
(fp_poly (pts (xy -0.196711 -1.697674) (xy -0.119057 -1.509220) (xy -0.123862 -1.374646) (xy -0.129716 -1.236468) (xy -0.097802 -1.005898) (xy -0.040397 -0.733497) (xy 0.030224 -0.469826) (xy 0.101784 -0.265448)
(xy 0.162008 -0.170922) (xy 0.168777 -0.169333) (xy 0.297274 -0.239711) (xy 0.418671 -0.402675) (xy 0.473805 -0.550333) (xy 0.846667 -0.550333) (xy 0.889000 -0.508000) (xy 0.931334 -0.550333)
(xy 0.889000 -0.592666) (xy 0.846667 -0.550333) (xy 0.473805 -0.550333) (xy 0.487114 -0.585975) (xy 0.485719 -0.668727) (xy 0.495617 -0.762000) (xy 0.677334 -0.762000) (xy 0.706220 -0.679534)
(xy 0.714670 -0.677333) (xy 0.786956 -0.736662) (xy 0.804334 -0.762000) (xy 0.799138 -0.822397) (xy 1.029648 -0.822397) (xy 1.050249 -0.775082) (xy 1.135499 -0.684188) (xy 1.184509 -0.702834)
(xy 1.185334 -0.714670) (xy 1.125197 -0.786282) (xy 1.087585 -0.812418) (xy 1.029648 -0.822397) (xy 0.799138 -0.822397) (xy 0.797621 -0.840019) (xy 0.766997 -0.846666) (xy 0.680779 -0.785206)
(xy 0.677334 -0.762000) (xy 0.495617 -0.762000) (xy 0.505644 -0.856480) (xy 0.624365 -1.028153) (xy 0.791038 -1.128901) (xy 0.910773 -1.127241) (xy 1.170170 -0.981838) (xy 1.285822 -0.795551)
(xy 1.248936 -0.594056) (xy 1.137308 -0.465666) (xy 1.067352 -0.336069) (xy 1.005777 -0.104897) (xy 0.985426 0.021808) (xy 0.920256 0.322464) (xy 0.815971 0.590829) (xy 0.694853 0.780788)
(xy 0.586867 0.846667) (xy 0.575880 0.909525) (xy 0.641139 1.063944) (xy 0.658515 1.095201) (xy 0.726206 1.266176) (xy 0.733212 1.398144) (xy 0.690360 1.450964) (xy 0.608475 1.384498)
(xy 0.588729 1.353962) (xy 0.450158 1.132796) (xy 0.363474 1.033710) (xy 0.297936 1.030982) (xy 0.250149 1.070652) (xy 0.200922 1.175320) (xy 0.246623 1.223107) (xy 0.317233 1.330489)
(xy 0.336440 1.480789) (xy 0.300627 1.592584) (xy 0.263738 1.608667) (xy 0.168533 1.544953) (xy 0.050119 1.397000) (xy -0.082394 1.252472) (xy -0.214153 1.185741) (xy -0.301843 1.204755)
(xy -0.302145 1.317462) (xy -0.295986 1.333500) (xy -0.227278 1.587595) (xy -0.271288 1.731367) (xy -0.305906 1.750912) (xy -0.399063 1.705438) (xy -0.497227 1.549604) (xy -0.503121 1.535778)
(xy -0.611474 1.370919) (xy -0.752758 1.261874) (xy -0.885274 1.222116) (xy -0.967321 1.265117) (xy -0.963085 1.387172) (xy -0.903244 1.650363) (xy -0.936925 1.795537) (xy -1.025706 1.842257)
(xy -1.126508 1.813155) (xy -1.192810 1.655719) (xy -1.216266 1.533882) (xy -1.275255 1.302339) (xy -1.374047 1.194145) (xy -1.460560 1.170048) (xy -1.583689 1.124967) (xy -1.647763 1.003995)
(xy -1.677737 0.768791) (xy -1.683021 0.485785) (xy -1.663297 0.241036) (xy -1.653231 0.190414) (xy -1.622443 0.112889) (xy -0.310444 0.112889) (xy -0.298822 0.163223) (xy -0.254000 0.169334)
(xy -0.184310 0.138355) (xy -0.197555 0.112889) (xy -0.298035 0.102756) (xy -0.310444 0.112889) (xy -1.622443 0.112889) (xy -1.601404 0.059914) (xy -1.499755 0.016846) (xy -1.292184 0.038596)
(xy -1.281169 0.040446) (xy -1.009246 0.053143) (xy -0.960053 0.028222) (xy -0.056444 0.028222) (xy -0.044822 0.078557) (xy 0.000000 0.084667) (xy 0.069690 0.053689) (xy 0.056445 0.028222)
(xy -0.044035 0.018089) (xy -0.056444 0.028222) (xy -0.960053 0.028222) (xy -0.894251 -0.005113) (xy 0.315397 -0.005113) (xy 0.423832 -0.037049) (xy 0.604454 -0.162045) (xy 0.724868 -0.293695)
(xy 0.740159 -0.388329) (xy 0.738268 -0.390389) (xy 0.643174 -0.379791) (xy 0.489029 -0.271038) (xy 0.443859 -0.228343) (xy 0.315472 -0.071602) (xy 0.315397 -0.005113) (xy -0.894251 -0.005113)
(xy -0.872412 -0.016176) (xy -0.787661 -0.169333) (xy -0.423333 -0.169333) (xy -0.358904 -0.087127) (xy -0.338666 -0.084666) (xy -0.256460 -0.149096) (xy -0.254000 -0.169333) (xy -0.318429 -0.251540)
(xy -0.338666 -0.254000) (xy -0.420873 -0.189571) (xy -0.423333 -0.169333) (xy -0.787661 -0.169333) (xy -0.776919 -0.188745) (xy -0.751219 -0.254000) (xy -0.592666 -0.254000) (xy -0.561688 -0.184310)
(xy -0.536222 -0.197555) (xy -0.526089 -0.298035) (xy -0.536222 -0.310444) (xy -0.586556 -0.298822) (xy -0.592666 -0.254000) (xy -0.751219 -0.254000) (xy -0.701200 -0.381000) (xy -0.338666 -0.381000)
(xy -0.296333 -0.338666) (xy -0.254000 -0.381000) (xy -0.296333 -0.423333) (xy -0.338666 -0.381000) (xy -0.701200 -0.381000) (xy -0.671894 -0.455408) (xy -0.668608 -0.465666) (xy -0.169333 -0.465666)
(xy -0.127000 -0.423333) (xy -0.084666 -0.465666) (xy -0.127000 -0.508000) (xy -0.169333 -0.465666) (xy -0.668608 -0.465666) (xy -0.627916 -0.592666) (xy -0.338666 -0.592666) (xy -0.307688 -0.522976)
(xy -0.282222 -0.536222) (xy -0.272089 -0.636702) (xy -0.282222 -0.649111) (xy -0.332556 -0.637489) (xy -0.338666 -0.592666) (xy -0.627916 -0.592666) (xy -0.573639 -0.762062) (xy -0.498454 -1.054600)
(xy -0.462643 -1.278920) (xy -0.467437 -1.360244) (xy -0.468878 -1.556926) (xy -0.420620 -1.698403) (xy -0.323859 -1.879202) (xy -0.196711 -1.697674) )(layer F.SilkS) (width 0.010000)
)
(fp_poly (pts (xy 1.664232 -1.400084) (xy 1.647878 -1.266812) (xy 1.641503 -1.256210) (xy 1.591774 -1.076543) (xy 1.594935 -0.994833) (xy 1.571229 -0.873555) (xy 1.460270 -0.869531) (xy 1.291925 -0.977713)
(xy 1.206500 -1.060486) (xy 1.053024 -1.253391) (xy 1.042188 -1.372092) (xy 1.179190 -1.441292) (xy 1.291167 -1.462976) (xy 1.539212 -1.469081) (xy 1.664232 -1.400084) )(layer F.SilkS) (width 0.010000)
)
)

View File

@@ -0,0 +1,144 @@
(module LOGO (layer F.Cu)
(at 0 0)
(fp_text reference "G***" (at 0 0) (layer F.SilkS) hide
(effects (font (thickness 0.3)))
)
(fp_text value "LOGO" (at 0.75 0) (layer F.SilkS) hide
(effects (font (thickness 0.3)))
)
(fp_poly (pts (xy 20.320000 11.430000) (xy -20.320000 11.430000) (xy -20.320000 2.328333) (xy -7.664854 2.328333) (xy -7.664517 3.169628) (xy -7.663551 3.894108) (xy -7.662009 4.495699) (xy -7.659949 4.968330)
(xy -7.657424 5.305929) (xy -7.654491 5.502422) (xy -7.651204 5.551739) (xy -7.647618 5.447805) (xy -7.643790 5.184550) (xy -7.641203 4.925728) (xy -7.635603 4.092708) (xy -7.632362 3.153739)
(xy -7.631479 2.166748) (xy -7.632954 1.189663) (xy -7.636787 0.280410) (xy -7.641222 -0.323606) (xy -7.642993 -0.484984) (xy -6.771487 -0.484984) (xy -6.771474 0.052156) (xy -6.770845 1.138488)
(xy -6.769531 2.068586) (xy -6.767174 2.855548) (xy -6.763411 3.512474) (xy -6.757881 4.052461) (xy -6.750225 4.488610) (xy -6.740080 4.834018) (xy -6.727087 5.101784) (xy -6.710883 5.305007)
(xy -6.691109 5.456786) (xy -6.667403 5.570219) (xy -6.639405 5.658406) (xy -6.615432 5.715726) (xy -6.421061 6.028752) (xy -6.151020 6.320817) (xy -5.855005 6.545727) (xy -5.607614 6.652515)
(xy -5.406707 6.700003) (xy -5.291667 6.731721) (xy -5.161919 6.745496) (xy -4.880348 6.754902) (xy -4.464402 6.760113) (xy -3.931530 6.761305) (xy -3.299180 6.758653) (xy -2.584802 6.752332)
(xy -1.805845 6.742519) (xy -0.979757 6.729387) (xy -0.123986 6.713113) (xy 0.744018 6.693871) (xy 1.606806 6.671838) (xy 2.116666 6.657292) (xy 2.996480 6.630209) (xy 3.722551 6.605515)
(xy 4.310437 6.582205) (xy 4.775693 6.559272) (xy 5.133876 6.535709) (xy 5.400543 6.510510) (xy 5.591251 6.482668) (xy 5.721557 6.451176) (xy 5.799866 6.418977) (xy 6.121365 6.194411)
(xy 6.355295 5.892533) (xy 6.482640 5.629891) (xy 6.511143 5.548232) (xy 6.535422 5.441631) (xy 6.555767 5.297154) (xy 6.572465 5.101866) (xy 6.585806 4.842829) (xy 6.596079 4.507110)
(xy 6.603573 4.081771) (xy 6.608575 3.553878) (xy 6.611375 2.910495) (xy 6.612262 2.138686) (xy 6.611525 1.225515) (xy 6.609452 0.158048) (xy 6.609010 -0.030467) (xy 6.606262 -1.146976)
(xy 6.603111 -2.107079) (xy 6.598603 -2.923701) (xy 6.591781 -3.609767) (xy 6.581690 -4.178205) (xy 6.567375 -4.641939) (xy 6.547880 -5.013895) (xy 6.522249 -5.306999) (xy 6.489529 -5.534178)
(xy 6.448761 -5.708355) (xy 6.398993 -5.842459) (xy 6.339267 -5.949413) (xy 6.268629 -6.042145) (xy 6.186123 -6.133580) (xy 6.155459 -6.166390) (xy 5.874140 -6.404025) (xy 5.534401 -6.554749)
(xy 5.083347 -6.641968) (xy 5.079911 -6.642381) (xy 4.861089 -6.658551) (xy 4.500242 -6.673057) (xy 4.015703 -6.685874) (xy 3.425804 -6.696974) (xy 2.748878 -6.706332) (xy 2.003258 -6.713921)
(xy 1.207276 -6.719715) (xy 0.379264 -6.723687) (xy -0.462444 -6.725812) (xy -1.299517 -6.726064) (xy -2.113621 -6.724415) (xy -2.886425 -6.720839) (xy -3.599595 -6.715311) (xy -4.234799 -6.707804)
(xy -4.773705 -6.698291) (xy -5.197980 -6.686747) (xy -5.489291 -6.673144) (xy -5.628302 -6.657739) (xy -5.990847 -6.483959) (xy -6.324626 -6.193369) (xy -6.578501 -5.837008) (xy -6.669533 -5.618479)
(xy -6.692396 -5.494824) (xy -6.711979 -5.281513) (xy -6.728453 -4.969105) (xy -6.741986 -4.548160) (xy -6.752748 -4.009239) (xy -6.760910 -3.342900) (xy -6.766641 -2.539705) (xy -6.770110 -1.590213)
(xy -6.771487 -0.484984) (xy -7.642993 -0.484984) (xy -7.645185 -0.684613) (xy -7.648939 -0.882506) (xy -7.652429 -0.923505) (xy -7.655599 -0.813828) (xy -7.658395 -0.559694) (xy -7.660760 -0.167324)
(xy -7.662639 0.357065) (xy -7.663977 1.007253) (xy -7.664718 1.777020) (xy -7.664854 2.328333) (xy -20.320000 2.328333) (xy -20.320000 -7.672903) (xy -6.478304 -7.672903) (xy -6.424897 -7.668404)
(xy -6.226186 -7.664571) (xy -5.890181 -7.661533) (xy -5.424891 -7.659422) (xy -4.838327 -7.658366) (xy -4.572000 -7.658269) (xy -3.939245 -7.658866) (xy -3.424567 -7.660572) (xy -3.035974 -7.663255)
(xy -2.781477 -7.666786) (xy -2.669085 -7.671035) (xy -2.706808 -7.675872) (xy -2.902657 -7.681165) (xy -3.026834 -7.683378) (xy -3.680906 -7.690679) (xy -4.426929 -7.693658) (xy -5.187575 -7.692314)
(xy -5.885516 -7.686648) (xy -6.117167 -7.683378) (xy -6.378397 -7.677938) (xy -6.478304 -7.672903) (xy -20.320000 -7.672903) (xy -20.320000 -11.430000) (xy 20.320000 -11.430000) (xy 20.320000 11.430000) )(layer F.SilkS) (width 0.010000)
)
(fp_poly (pts (xy 5.372712 -5.975089) (xy 5.593398 -5.843407) (xy 5.723466 -5.723467) (xy 6.011333 -5.435601) (xy 6.011333 -0.507409) (xy 6.010943 0.538103) (xy 6.009560 1.426526) (xy 6.006865 2.170104)
(xy 6.002540 2.781083) (xy 5.996266 3.271704) (xy 5.987725 3.654212) (xy 5.976597 3.940852) (xy 5.962564 4.143866) (xy 5.945308 4.275498) (xy 5.924510 4.347993) (xy 5.899850 4.373594)
(xy 5.884333 4.372048) (xy 5.791894 4.379676) (xy 5.758467 4.518627) (xy 5.757333 4.574657) (xy 5.795532 4.774350) (xy 5.884333 4.826000) (xy 5.977043 4.888364) (xy 6.010818 5.089201)
(xy 6.011333 5.130799) (xy 5.973132 5.378053) (xy 5.836003 5.602092) (xy 5.723466 5.723466) (xy 5.435600 6.011333) (xy 4.105741 6.011333) (xy 3.600050 6.009444) (xy 3.241283 6.002298)
(xy 3.007056 5.987676) (xy 2.874987 5.963359) (xy 2.822693 5.927129) (xy 2.824617 5.884333) (xy 2.820326 5.855029) (xy 2.774102 5.830533) (xy 2.672580 5.810427) (xy 2.502397 5.794291)
(xy 2.250189 5.781709) (xy 1.902591 5.772262) (xy 1.446240 5.765532) (xy 0.867772 5.761100) (xy 0.153822 5.758549) (xy -0.708974 5.757460) (xy -1.234173 5.757333) (xy -5.341697 5.757333)
(xy -5.549516 5.549515) (xy -5.757334 5.341696) (xy -5.757334 4.275666) (xy -2.286000 4.275666) (xy -2.272082 4.530681) (xy -2.236178 4.699823) (xy -2.201334 4.741333) (xy -2.154967 4.664781)
(xy -2.124214 4.467308) (xy -2.117019 4.284602) (xy -1.862667 4.284602) (xy -1.844627 4.567814) (xy -1.800856 4.714001) (xy -1.746877 4.715060) (xy -1.698212 4.562888) (xy -1.677035 4.381500)
(xy -1.644654 4.146581) (xy -1.574696 4.032734) (xy -1.460500 3.994611) (xy -1.343781 3.994415) (xy -1.287841 4.065218) (xy -1.270816 4.248323) (xy -1.270000 4.354444) (xy -1.252522 4.585145)
(xy -1.208042 4.723192) (xy -1.180909 4.741333) (xy -1.130595 4.662767) (xy -1.112815 4.446703) (xy -1.117409 4.296833) (xy -1.127662 4.118744) (xy -0.902350 4.118744) (xy -0.888065 4.150180)
(xy -0.769490 4.250404) (xy -0.626776 4.321126) (xy -0.455334 4.422331) (xy -0.446061 4.513717) (xy -0.592766 4.567329) (xy -0.682331 4.572000) (xy -0.856697 4.595764) (xy -0.886476 4.660742)
(xy -0.886051 4.661438) (xy -0.771289 4.716430) (xy -0.570551 4.725585) (xy -0.563555 4.724938) (xy -0.359462 4.671141) (xy -0.275187 4.542724) (xy -0.269919 4.513388) (xy -0.300092 4.352540)
(xy -0.387713 4.275666) (xy -0.084667 4.275666) (xy -0.070749 4.530681) (xy -0.034845 4.699823) (xy 0.000000 4.741333) (xy 0.046366 4.664781) (xy 0.077119 4.467308) (xy 0.084666 4.275666)
(xy 0.083310 4.250803) (xy 0.269870 4.250803) (xy 0.292167 4.392979) (xy 0.368155 4.521945) (xy 0.498550 4.672459) (xy 0.663254 4.721359) (xy 0.828785 4.713450) (xy 1.143000 4.681496)
(xy 1.160858 4.275666) (xy 1.354666 4.275666) (xy 1.385645 4.494896) (xy 1.456266 4.639733) (xy 1.609781 4.714417) (xy 1.818975 4.739091) (xy 2.002935 4.710804) (xy 2.070943 4.662150)
(xy 2.032605 4.601632) (xy 1.873954 4.559062) (xy 1.849627 4.556317) (xy 1.627167 4.503527) (xy 1.541911 4.424225) (xy 1.598891 4.351401) (xy 1.803139 4.318047) (xy 1.813277 4.318000)
(xy 2.023905 4.297842) (xy 2.108778 4.223901) (xy 2.116666 4.165600) (xy 2.043168 3.949693) (xy 1.851611 3.825320) (xy 1.735666 3.810000) (xy 1.504644 3.877091) (xy 1.378593 4.075405)
(xy 1.354666 4.275666) (xy 1.160858 4.275666) (xy 1.168326 4.105974) (xy 1.169013 3.793267) (xy 1.153633 3.640666) (xy 2.201333 3.640666) (xy 2.232311 3.710356) (xy 2.257777 3.697111)
(xy 2.262046 3.654777) (xy 2.370666 3.654777) (xy 2.439444 3.717431) (xy 2.497666 3.725333) (xy 2.610443 3.687123) (xy 2.624666 3.654777) (xy 2.555889 3.592124) (xy 2.497666 3.584222)
(xy 2.384890 3.622431) (xy 2.370666 3.654777) (xy 2.262046 3.654777) (xy 2.267910 3.596631) (xy 2.257777 3.584222) (xy 2.207443 3.595844) (xy 2.201333 3.640666) (xy 1.153633 3.640666)
(xy 1.144915 3.554173) (xy 1.104826 3.441626) (xy 1.040034 3.428992) (xy 1.016331 3.571384) (xy 1.016000 3.603385) (xy 0.996701 3.777047) (xy 0.903513 3.843833) (xy 0.745283 3.853151)
(xy 0.511927 3.897541) (xy 0.357501 4.059292) (xy 0.348153 4.075410) (xy 0.269870 4.250803) (xy 0.083310 4.250803) (xy 0.070748 4.020651) (xy 0.034844 3.851510) (xy 0.000000 3.810000)
(xy -0.046367 3.886551) (xy -0.077120 4.084024) (xy -0.084667 4.275666) (xy -0.387713 4.275666) (xy -0.461748 4.210713) (xy -0.523919 4.174931) (xy -0.804334 4.022085) (xy -0.527560 3.995225)
(xy -0.342425 3.945436) (xy -0.311328 3.873449) (xy -0.430568 3.818648) (xy -0.544964 3.810000) (xy -0.739519 3.859920) (xy -0.874397 3.978449) (xy -0.902350 4.118744) (xy -1.127662 4.118744)
(xy -1.143000 3.852333) (xy -1.502834 3.840102) (xy -1.862667 3.827870) (xy -1.862667 4.284602) (xy -2.117019 4.284602) (xy -2.116667 4.275666) (xy -2.130586 4.020651) (xy -2.166490 3.851510)
(xy -2.201334 3.810000) (xy -2.247700 3.886551) (xy -2.278453 4.084024) (xy -2.286000 4.275666) (xy -5.757334 4.275666) (xy -5.757334 3.556000) (xy -2.286000 3.556000) (xy -2.221571 3.638206)
(xy -2.201334 3.640666) (xy -2.119127 3.576237) (xy -2.116667 3.556000) (xy -0.084667 3.556000) (xy -0.020238 3.638206) (xy 0.000000 3.640666) (xy 0.082206 3.576237) (xy 0.084666 3.556000)
(xy 0.020237 3.473793) (xy 0.000000 3.471333) (xy -0.082207 3.535762) (xy -0.084667 3.556000) (xy -2.116667 3.556000) (xy -2.181096 3.473793) (xy -2.201334 3.471333) (xy -2.283540 3.535762)
(xy -2.286000 3.556000) (xy -5.757334 3.556000) (xy -5.757334 1.869730) (xy -4.996663 1.869730) (xy -4.971479 2.183726) (xy -4.879127 2.389573) (xy -4.619363 2.600455) (xy -4.281975 2.685732)
(xy -3.996401 2.654896) (xy -3.837751 2.568669) (xy -3.818668 2.462862) (xy -3.920497 2.378231) (xy -4.124586 2.355530) (xy -4.133051 2.356328) (xy -4.423679 2.333578) (xy -4.595991 2.190732)
(xy -4.656454 1.922162) (xy -4.656667 1.900680) (xy -4.598300 1.605151) (xy -4.436783 1.424253) (xy -4.192492 1.378193) (xy -4.138091 1.386415) (xy -3.946031 1.388296) (xy -3.837038 1.325575)
(xy -3.845371 1.229005) (xy -3.904987 1.177163) (xy -4.065704 1.129472) (xy -3.640667 1.129472) (xy -3.603083 1.212733) (xy -3.505247 1.400655) (xy -3.388201 1.616306) (xy -3.250219 1.911037)
(xy -3.157875 2.193204) (xy -3.134201 2.349500) (xy -3.110561 2.544937) (xy -3.024306 2.619051) (xy -2.963334 2.624666) (xy -2.849317 2.593539) (xy -2.800138 2.470402) (xy -2.791358 2.307166)
(xy -2.735470 1.998341) (xy -2.688034 1.889366) (xy -2.211876 1.889366) (xy -2.160433 2.199145) (xy -2.010834 2.429798) (xy -1.736755 2.630150) (xy -1.474662 2.695615) (xy -1.206500 2.655969)
(xy -1.143206 2.624666) (xy -0.768593 2.624666) (xy -0.257297 2.624666) (xy 0.038759 2.615024) (xy 0.198176 2.580818) (xy 0.252828 2.514133) (xy 0.254000 2.497666) (xy 0.198076 2.409359)
(xy 0.012697 2.372971) (xy -0.084667 2.370666) (xy -0.423334 2.370666) (xy -0.423334 1.869964) (xy 0.373091 1.869964) (xy 0.457104 2.236232) (xy 0.649902 2.511966) (xy 0.918621 2.659223)
(xy 1.222485 2.672229) (xy 1.520713 2.545205) (xy 1.672166 2.408369) (xy 1.831801 2.106451) (xy 1.840400 1.856778) (xy 2.116666 1.856778) (xy 2.119455 2.220472) (xy 2.132542 2.446976)
(xy 2.163009 2.568400) (xy 2.217937 2.616856) (xy 2.286000 2.624666) (xy 2.382356 2.605012) (xy 2.434019 2.519805) (xy 2.454948 2.329674) (xy 2.458640 2.137833) (xy 2.461948 1.651000)
(xy 2.733807 2.136684) (xy 2.910650 2.422246) (xy 3.054431 2.575587) (xy 3.190521 2.623421) (xy 3.196166 2.623518) (xy 3.286122 2.615380) (xy 3.342120 2.568090) (xy 3.372190 2.449317)
(xy 3.384362 2.226729) (xy 3.386666 1.867995) (xy 3.386666 1.856458) (xy 3.383442 1.492295) (xy 3.369737 1.267184) (xy 3.339500 1.150903) (xy 3.286681 1.113227) (xy 3.238500 1.116359)
(xy 3.143694 1.178091) (xy 3.083680 1.342290) (xy 3.048000 1.609400) (xy 3.005666 2.074333) (xy 2.751666 1.608666) (xy 2.553796 1.297672) (xy 2.380213 1.140068) (xy 2.307166 1.115944)
(xy 2.217263 1.110895) (xy 2.161295 1.147689) (xy 2.131229 1.257565) (xy 2.119031 1.471760) (xy 2.116671 1.821512) (xy 2.116666 1.856778) (xy 1.840400 1.856778) (xy 1.843955 1.753564)
(xy 1.738798 1.445388) (xy 1.532174 1.208347) (xy 1.254750 1.100666) (xy 3.725333 1.100666) (xy 3.725333 2.624666) (xy 4.233333 2.624666) (xy 4.528305 2.614913) (xy 4.686675 2.580338)
(xy 4.740331 2.512968) (xy 4.741333 2.497666) (xy 4.685410 2.409359) (xy 4.500030 2.372971) (xy 4.402666 2.370666) (xy 4.181098 2.356466) (xy 4.083174 2.299072) (xy 4.064000 2.201333)
(xy 4.097148 2.084625) (xy 4.226555 2.037535) (xy 4.360333 2.032000) (xy 4.579506 2.004460) (xy 4.656130 1.916566) (xy 4.656666 1.905000) (xy 4.592407 1.811068) (xy 4.387322 1.778229)
(xy 4.360333 1.778000) (xy 4.159935 1.762185) (xy 4.077895 1.691020) (xy 4.064000 1.566333) (xy 4.082484 1.429960) (xy 4.169675 1.369347) (xy 4.373173 1.354742) (xy 4.402666 1.354666)
(xy 4.638151 1.333695) (xy 4.640556 1.331972) (xy 5.037779 1.331972) (xy 5.074402 1.476172) (xy 5.169982 1.500320) (xy 5.274043 1.439883) (xy 5.267976 1.365794) (xy 5.262836 1.285377)
(xy 5.340778 1.314696) (xy 5.416891 1.351433) (xy 5.380075 1.288241) (xy 5.342459 1.241099) (xy 5.193592 1.129134) (xy 5.081811 1.176315) (xy 5.037779 1.331972) (xy 4.640556 1.331972)
(xy 4.735186 1.264178) (xy 4.741333 1.227666) (xy 4.702319 1.153923) (xy 4.564019 1.114331) (xy 4.294541 1.100917) (xy 4.233333 1.100666) (xy 3.725333 1.100666) (xy 1.254750 1.100666)
(xy 1.249749 1.098725) (xy 0.934704 1.123456) (xy 0.652918 1.271031) (xy 0.438633 1.537516) (xy 0.373091 1.869964) (xy -0.423334 1.869964) (xy -0.423334 1.729458) (xy -0.427668 1.402898)
(xy -0.445903 1.213102) (xy -0.485886 1.127608) (xy -0.555464 1.113956) (xy -0.571500 1.116577) (xy -0.644916 1.154710) (xy -0.692692 1.256867) (xy -0.722133 1.455547) (xy -0.740540 1.783246)
(xy -0.744130 1.884786) (xy -0.768593 2.624666) (xy -1.143206 2.624666) (xy -1.037800 2.572536) (xy -1.017963 2.476196) (xy -1.132467 2.398521) (xy -1.337734 2.370666) (xy -1.634272 2.331909)
(xy -1.800752 2.201101) (xy -1.861190 1.956441) (xy -1.862667 1.894114) (xy -1.803453 1.601867) (xy -1.640245 1.422966) (xy -1.394696 1.378609) (xy -1.344091 1.386415) (xy -1.152031 1.388296)
(xy -1.043038 1.325575) (xy -1.051371 1.229005) (xy -1.110987 1.177163) (xy -1.373583 1.099241) (xy -1.677142 1.132627) (xy -1.945822 1.266036) (xy -1.993516 1.308484) (xy -2.155916 1.571730)
(xy -2.211876 1.889366) (xy -2.688034 1.889366) (xy -2.595287 1.676300) (xy -2.580125 1.651000) (xy -2.422497 1.360774) (xy -2.379587 1.182661) (xy -2.449786 1.105721) (xy -2.499037 1.100666)
(xy -2.615052 1.170671) (xy -2.741480 1.344191) (xy -2.768718 1.397000) (xy -2.871317 1.586226) (xy -2.950478 1.687822) (xy -2.963334 1.693333) (xy -3.030145 1.624606) (xy -3.129844 1.453857)
(xy -3.157949 1.397000) (xy -3.314584 1.168849) (xy -3.469964 1.100666) (xy -3.608535 1.112701) (xy -3.640667 1.129472) (xy -4.065704 1.129472) (xy -4.167583 1.099241) (xy -4.471142 1.132627)
(xy -4.739822 1.266036) (xy -4.787516 1.308484) (xy -4.933265 1.553474) (xy -4.996663 1.869730) (xy -5.757334 1.869730) (xy -5.757334 0.013228) (xy -5.757161 -1.069521) (xy -5.756604 -1.743675)
(xy -3.711635 -1.743675) (xy -3.574742 -1.284565) (xy -3.289798 -0.878399) (xy -2.863805 -0.539611) (xy -2.311015 -0.285094) (xy -1.806872 -0.164262) (xy -1.195619 -0.097525) (xy -0.531053 -0.086230)
(xy 0.133029 -0.131721) (xy 0.635000 -0.211404) (xy 1.035477 -0.308953) (xy 1.486832 -0.439421) (xy 1.841500 -0.557191) (xy 2.150918 -0.672706) (xy 2.333732 -0.760066) (xy 2.423216 -0.846903)
(xy 2.452645 -0.960848) (xy 2.455333 -1.066924) (xy 2.447111 -1.259492) (xy 2.426974 -1.352983) (xy 2.423535 -1.354667) (xy 2.335111 -1.323650) (xy 2.138636 -1.243288) (xy 1.936701 -1.156934)
(xy 1.427305 -0.950769) (xy 0.968201 -0.805153) (xy 0.508979 -0.710647) (xy -0.000772 -0.657817) (xy -0.611464 -0.637223) (xy -0.846667 -0.635892) (xy -1.332451 -0.637187) (xy -1.685583 -0.645268)
(xy -1.942739 -0.665196) (xy -2.140591 -0.702032) (xy -2.315814 -0.760837) (xy -2.505081 -0.846675) (xy -2.556785 -0.871917) (xy -2.971954 -1.130303) (xy -3.235795 -1.434223) (xy -3.364995 -1.808110)
(xy -3.384808 -2.084327) (xy -3.351158 -2.392926) (xy -3.307053 -2.562822) (xy -2.624667 -2.562822) (xy -2.609220 -2.150594) (xy -2.557479 -1.883098) (xy -2.461351 -1.738098) (xy -2.312739 -1.693360)
(xy -2.308104 -1.693334) (xy -1.953926 -1.693334) (xy -1.738963 -1.693334) (xy -1.626672 -1.701665) (xy -1.562408 -1.751269) (xy -1.532781 -1.879058) (xy -1.524405 -2.121944) (xy -1.524000 -2.286000)
(xy -1.520888 -2.595636) (xy -1.502765 -2.772847) (xy -1.456453 -2.854532) (xy -1.368775 -2.877588) (xy -1.312334 -2.878667) (xy -1.201750 -2.869952) (xy -1.138460 -2.819207) (xy -1.109287 -2.689535)
(xy -1.101053 -2.444036) (xy -1.100667 -2.286000) (xy -1.097555 -1.976365) (xy -1.079431 -1.799154) (xy -1.033120 -1.717469) (xy -0.945442 -1.694413) (xy -0.889000 -1.693334) (xy -0.780936 -1.701355)
(xy -0.717796 -1.749310) (xy -0.687520 -1.873035) (xy -0.678049 -2.108369) (xy -0.677334 -2.322286) (xy -0.681460 -2.435770) (xy -0.409982 -2.435770) (xy -0.388173 -2.154107) (xy -0.335939 -1.965438)
(xy -0.297819 -1.895384) (xy -0.143415 -1.748129) (xy 0.035122 -1.689245) (xy 0.185046 -1.721859) (xy 0.253608 -1.849100) (xy 0.254000 -1.862667) (xy 0.201060 -2.000571) (xy 0.127000 -2.032000)
(xy 0.047134 -2.077320) (xy 0.008126 -2.234228) (xy 0.001735 -2.408133) (xy 0.372266 -2.408133) (xy 0.435888 -2.133280) (xy 0.551451 -1.894552) (xy 0.662517 -1.781228) (xy 0.897175 -1.710921)
(xy 1.192089 -1.703227) (xy 1.460467 -1.755624) (xy 1.562977 -1.807410) (xy 1.651489 -1.921337) (xy 1.583822 -2.008405) (xy 1.372047 -2.060839) (xy 1.150873 -2.072749) (xy 0.924746 -2.098811)
(xy 0.793960 -2.162844) (xy 0.783984 -2.180167) (xy 0.815869 -2.244822) (xy 0.980356 -2.278371) (xy 1.220611 -2.286000) (xy 1.693333 -2.286000) (xy 1.693333 -2.555710) (xy 1.629811 -2.866248)
(xy 1.463507 -3.077860) (xy 1.230817 -3.188075) (xy 0.968133 -3.194426) (xy 0.711850 -3.094443) (xy 0.498362 -2.885656) (xy 0.384603 -2.644505) (xy 0.372266 -2.408133) (xy 0.001735 -2.408133)
(xy 0.000000 -2.455334) (xy 0.013595 -2.721552) (xy 0.060668 -2.851578) (xy 0.127000 -2.878667) (xy 0.230428 -2.949253) (xy 0.254000 -3.048000) (xy 0.201060 -3.185905) (xy 0.127000 -3.217334)
(xy 0.025051 -3.291247) (xy 0.000000 -3.434889) (xy -0.027640 -3.593466) (xy -0.139218 -3.630722) (xy -0.190500 -3.625389) (xy -0.281901 -3.601175) (xy -0.339980 -3.537506) (xy -0.374118 -3.400473)
(xy -0.393697 -3.156163) (xy -0.405604 -2.847884) (xy -0.409982 -2.435770) (xy -0.681460 -2.435770) (xy -0.692029 -2.726435) (xy -0.751410 -2.989474) (xy -0.878418 -3.138225) (xy -1.095993 -3.199510)
(xy -1.427078 -3.200151) (xy -1.428142 -3.200095) (xy -1.905000 -3.175000) (xy -1.953926 -1.693334) (xy -2.308104 -1.693334) (xy -2.252424 -1.731997) (xy -2.221657 -1.865467) (xy -2.212656 -2.119968)
(xy -2.219204 -2.434167) (xy -2.233901 -2.790460) (xy -2.255616 -3.011579) (xy -2.293909 -3.131664) (xy -2.358335 -3.184857) (xy -2.434167 -3.202056) (xy -2.529257 -3.206534) (xy -2.585930 -3.164377)
(xy -2.614103 -3.042301) (xy -2.623696 -2.807025) (xy -2.624667 -2.562822) (xy -3.307053 -2.562822) (xy -3.265879 -2.721426) (xy -3.148700 -3.013898) (xy -3.019349 -3.214409) (xy -2.972150 -3.254219)
(xy -2.888712 -3.381060) (xy -2.878667 -3.448756) (xy -2.918545 -3.510962) (xy -3.022652 -3.453373) (xy -3.167698 -3.301156) (xy -3.330394 -3.079478) (xy -3.487450 -2.813505) (xy -3.513256 -2.763004)
(xy -3.693473 -2.241299) (xy -3.711635 -1.743675) (xy -5.756604 -1.743675) (xy -5.756395 -1.995719) (xy -5.754661 -2.778149) (xy -5.751584 -3.429592) (xy -5.750068 -3.598334) (xy -2.624667 -3.598334)
(xy -2.598557 -3.436563) (xy -2.492100 -3.396280) (xy -2.434167 -3.401945) (xy -2.274884 -3.486055) (xy -2.243667 -3.598334) (xy -2.312841 -3.749744) (xy -2.434167 -3.794722) (xy -2.575248 -3.784133)
(xy -2.622482 -3.665975) (xy -2.624667 -3.598334) (xy -5.750068 -3.598334) (xy -5.748167 -3.810000) (xy 1.947333 -3.810000) (xy 1.947333 -2.840541) (xy 1.950603 -2.412868) (xy 1.963279 -2.123805)
(xy 1.989664 -1.942702) (xy 2.034058 -1.838914) (xy 2.095500 -1.784782) (xy 2.246918 -1.711918) (xy 2.307166 -1.695908) (xy 2.331215 -1.774208) (xy 2.351086 -1.989874) (xy 2.364857 -2.310952)
(xy 2.370606 -2.705490) (xy 2.370666 -2.751667) (xy 2.370666 -3.721625) (xy 2.580041 -3.721625) (xy 2.584125 -3.595802) (xy 2.673409 -3.456619) (xy 2.793693 -3.386849) (xy 2.799370 -3.386667)
(xy 2.901698 -3.448409) (xy 2.929892 -3.485722) (xy 2.934413 -3.550604) (xy 2.864333 -3.536128) (xy 2.755262 -3.546556) (xy 2.737555 -3.598334) (xy 2.797348 -3.670762) (xy 2.864333 -3.660540)
(xy 2.947760 -3.656324) (xy 2.929892 -3.710946) (xy 2.795846 -3.801716) (xy 2.638663 -3.778627) (xy 2.580041 -3.721625) (xy 2.370666 -3.721625) (xy 2.370666 -3.810000) (xy 1.947333 -3.810000)
(xy -5.748167 -3.810000) (xy -5.746793 -3.962833) (xy -5.746375 -3.988871) (xy -2.093822 -3.988871) (xy -1.983098 -4.014111) (xy -1.982390 -4.014389) (xy -1.412501 -4.232949) (xy -0.951272 -4.391237)
(xy -0.553073 -4.498761) (xy -0.172275 -4.565025) (xy 0.236753 -4.599536) (xy 0.719639 -4.611798) (xy 0.889000 -4.612565) (xy 1.369740 -4.611102) (xy 1.717949 -4.601846) (xy 1.970401 -4.579997)
(xy 2.163871 -4.540756) (xy 2.335133 -4.479326) (xy 2.497544 -4.402667) (xy 2.909202 -4.120557) (xy 3.178048 -3.772342) (xy 3.300075 -3.382396) (xy 3.271278 -2.975091) (xy 3.087650 -2.574799)
(xy 2.844377 -2.292409) (xy 2.694024 -2.096989) (xy 2.625130 -1.899011) (xy 2.624666 -1.885455) (xy 2.624666 -1.683760) (xy 2.890676 -1.836714) (xy 3.109348 -2.003868) (xy 3.333330 -2.236189)
(xy 3.394536 -2.314156) (xy 3.612404 -2.737355) (xy 3.694071 -3.196890) (xy 3.643096 -3.652919) (xy 3.463038 -4.065600) (xy 3.212570 -4.351349) (xy 2.751864 -4.637201) (xy 2.176253 -4.831479)
(xy 1.513461 -4.933879) (xy 0.791211 -4.944101) (xy 0.037228 -4.861843) (xy -0.720765 -4.686803) (xy -1.455044 -4.418681) (xy -1.491332 -4.402514) (xy -1.765936 -4.267795) (xy -1.977712 -4.143208)
(xy -2.076721 -4.060137) (xy -2.093822 -3.988871) (xy -5.746375 -3.988871) (xy -5.739911 -4.390653) (xy -5.730566 -4.725834) (xy -5.718383 -4.981159) (xy -5.702989 -5.169411) (xy -5.684010 -5.303372)
(xy -5.661071 -5.395824) (xy -5.633800 -5.459550) (xy -5.601821 -5.507333) (xy -5.595622 -5.515121) (xy -5.524706 -5.591927) (xy -5.437054 -5.647671) (xy -5.304393 -5.687225) (xy -5.098450 -5.715460)
(xy -4.790951 -5.737248) (xy -4.353622 -5.757462) (xy -4.139266 -5.766069) (xy -3.559591 -5.795330) (xy -3.143839 -5.830826) (xy -2.893849 -5.872351) (xy -2.812255 -5.914236) (xy -2.749397 -5.942679)
(xy -2.574984 -5.965703) (xy -2.278998 -5.983641) (xy -1.851418 -5.996830) (xy -1.282225 -6.005602) (xy -0.561399 -6.010293) (xy 0.096718 -6.011334) (xy 0.773092 -6.009284) (xy 1.390289 -6.003462)
(xy 1.929266 -5.994355) (xy 2.370979 -5.982451) (xy 2.696385 -5.968241) (xy 2.886440 -5.952211) (xy 2.928426 -5.938683) (xy 2.982040 -5.895360) (xy 3.165518 -5.850494) (xy 3.439749 -5.813518)
(xy 3.452596 -5.812285) (xy 3.919417 -5.773831) (xy 4.248746 -5.762679) (xy 4.470487 -5.780577) (xy 4.614542 -5.829268) (xy 4.686904 -5.884334) (xy 4.853719 -5.969777) (xy 5.093627 -6.010722)
(xy 5.124752 -6.011334) (xy 5.372712 -5.975089) )(layer F.SilkS) (width 0.010000)
)
(fp_poly (pts (xy 0.906161 4.047079) (xy 0.991472 4.223723) (xy 0.969880 4.414594) (xy 0.862420 4.537391) (xy 0.696139 4.570723) (xy 0.546130 4.513136) (xy 0.492324 4.423833) (xy 0.480336 4.166654)
(xy 0.581728 4.013432) (xy 0.716816 3.979333) (xy 0.906161 4.047079) )(layer F.SilkS) (width 0.010000)
)
(fp_poly (pts (xy 1.917840 4.015752) (xy 1.947333 4.064000) (xy 1.874727 4.127106) (xy 1.730669 4.148666) (xy 1.586619 4.121790) (xy 1.566333 4.064000) (xy 1.685753 3.992874) (xy 1.782996 3.979333)
(xy 1.917840 4.015752) )(layer F.SilkS) (width 0.010000)
)
(fp_poly (pts (xy 1.203804 1.370387) (xy 1.363434 1.486272) (xy 1.474953 1.678747) (xy 1.513301 1.917624) (xy 1.453413 2.172713) (xy 1.436354 2.206899) (xy 1.300517 2.320331) (xy 1.095862 2.371474)
(xy 0.899298 2.351452) (xy 0.800787 2.280262) (xy 0.745786 2.083830) (xy 0.744008 1.822276) (xy 0.791027 1.583894) (xy 0.840465 1.489138) (xy 1.021127 1.361279) (xy 1.203804 1.370387) )(layer F.SilkS) (width 0.010000)
)
(fp_poly (pts (xy 1.230201 -2.829291) (xy 1.300617 -2.751667) (xy 1.294996 -2.663758) (xy 1.166521 -2.627975) (xy 1.058333 -2.624667) (xy 0.863480 -2.641842) (xy 0.805298 -2.703900) (xy 0.816048 -2.751667)
(xy 0.929803 -2.852008) (xy 1.058333 -2.878667) (xy 1.230201 -2.829291) )(layer F.SilkS) (width 0.010000)
)
)

View File

@@ -0,0 +1,291 @@
(module LOGO (layer F.Cu)
(at 0 0)
(fp_text reference "G***" (at 0 0) (layer F.SilkS) hide
(effects (font (thickness 0.3)))
)
(fp_text value "LOGO" (at 0.75 0) (layer F.SilkS) hide
(effects (font (thickness 0.3)))
)
(fp_poly (pts (xy 8.466667 7.817556) (xy -8.466666 7.817556) (xy -8.464703 4.596694) (xy -8.464458 4.277820) (xy -8.464121 3.971283) (xy -8.463698 3.678066) (xy -8.463192 3.399151) (xy -8.462608 3.135521)
(xy -8.461950 2.888159) (xy -8.461223 2.658048) (xy -8.460431 2.446170) (xy -8.459578 2.253509) (xy -8.458670 2.081046) (xy -8.457709 1.929765) (xy -8.456702 1.800648) (xy -8.455651 1.694679)
(xy -8.454562 1.612839) (xy -8.453439 1.556112) (xy -8.452287 1.525479) (xy -8.451109 1.521925) (xy -8.450913 1.524000) (xy -8.402748 1.960265) (xy -8.328861 2.385305) (xy -8.229389 2.798814)
(xy -8.104465 3.200490) (xy -7.954224 3.590029) (xy -7.778802 3.967125) (xy -7.578332 4.331475) (xy -7.352949 4.682776) (xy -7.102788 5.020722) (xy -6.827984 5.345011) (xy -6.695722 5.487026)
(xy -6.402913 5.774996) (xy -6.096517 6.041887) (xy -5.775823 6.288003) (xy -5.440117 6.513648) (xy -5.088688 6.719126) (xy -4.720823 6.904741) (xy -4.335810 7.070797) (xy -3.932936 7.217598)
(xy -3.511489 7.345448) (xy -3.070757 7.454651) (xy -2.610026 7.545511) (xy -2.128586 7.618333) (xy -1.625723 7.673420) (xy -1.559278 7.679248) (xy -1.479975 7.684435) (xy -1.376871 7.688746)
(xy -1.254355 7.692180) (xy -1.116815 7.694738) (xy -0.968639 7.696420) (xy -0.814217 7.697226) (xy -0.657937 7.697157) (xy -0.504187 7.696212) (xy -0.357357 7.694391) (xy -0.221836 7.691695)
(xy -0.102010 7.688123) (xy -0.002271 7.683677) (xy 0.063500 7.679204) (xy 0.425585 7.643407) (xy 0.772453 7.598780) (xy 1.108840 7.544216) (xy 1.439480 7.478609) (xy 1.769111 7.400852)
(xy 2.102466 7.309839) (xy 2.444281 7.204463) (xy 2.799292 7.083618) (xy 3.126684 6.963484) (xy 3.606132 6.769421) (xy 4.066235 6.557180) (xy 4.506375 6.327140) (xy 4.925931 6.079684)
(xy 5.324286 5.815192) (xy 5.700820 5.534046) (xy 6.054915 5.236626) (xy 6.298663 5.009665) (xy 6.606242 4.691162) (xy 6.890212 4.357233) (xy 7.150527 4.007941) (xy 7.387140 3.643349)
(xy 7.600003 3.263522) (xy 7.627326 3.210278) (xy 7.817482 2.806158) (xy 7.979901 2.397826) (xy 8.114532 1.985605) (xy 8.221325 1.569818) (xy 8.300227 1.150788) (xy 8.351189 0.728838)
(xy 8.374160 0.304291) (xy 8.369087 -0.122529) (xy 8.335921 -0.551300) (xy 8.282044 -0.938389) (xy 8.205818 -1.313387) (xy 8.105307 -1.675719) (xy 7.979887 -2.026819) (xy 7.828939 -2.368119)
(xy 7.651842 -2.701055) (xy 7.447973 -3.027061) (xy 7.267441 -3.280833) (xy 7.014269 -3.595142) (xy 6.741333 -3.889588) (xy 6.449530 -4.163530) (xy 6.139761 -4.416329) (xy 5.812923 -4.647343)
(xy 5.469916 -4.855933) (xy 5.111639 -5.041457) (xy 4.738990 -5.203276) (xy 4.395611 -5.326957) (xy 4.190796 -5.390185) (xy 3.984290 -5.446197) (xy 3.770846 -5.496123) (xy 3.545213 -5.541092)
(xy 3.302142 -5.582236) (xy 3.036384 -5.620684) (xy 3.023306 -5.622436) (xy 2.977445 -5.628559) (xy 2.977445 -4.083770) (xy 3.171472 -4.066273) (xy 3.537603 -4.020876) (xy 3.905101 -3.951215)
(xy 4.268842 -3.858679) (xy 4.623702 -3.744657) (xy 4.964558 -3.610537) (xy 5.131143 -3.534945) (xy 5.418554 -3.385258) (xy 5.693020 -3.216358) (xy 5.951714 -3.030431) (xy 6.191808 -2.829660)
(xy 6.410474 -2.616228) (xy 6.595963 -2.403510) (xy 6.827183 -2.097424) (xy 7.030522 -1.790989) (xy 7.206316 -1.483468) (xy 7.354904 -1.174124) (xy 7.476623 -0.862220) (xy 7.571811 -0.547019)
(xy 7.640805 -0.227785) (xy 7.665033 -0.070556) (xy 7.674404 0.024772) (xy 7.680463 0.141378) (xy 7.683307 0.272524) (xy 7.683033 0.411472) (xy 7.679739 0.551484) (xy 7.673523 0.685824)
(xy 7.664480 0.807753) (xy 7.652710 0.910533) (xy 7.650654 0.924278) (xy 7.581417 1.285238) (xy 7.486924 1.638636) (xy 7.366741 1.985419) (xy 7.220430 2.326537) (xy 7.047555 2.662936)
(xy 6.847680 2.995564) (xy 6.620369 3.325368) (xy 6.432681 3.570111) (xy 6.131339 3.924303) (xy 5.810063 4.258767) (xy 5.469367 4.573226) (xy 5.109767 4.867402) (xy 4.731779 5.141016)
(xy 4.335918 5.393790) (xy 3.922698 5.625448) (xy 3.492637 5.835710) (xy 3.046248 6.024298) (xy 2.584048 6.190936) (xy 2.106551 6.335345) (xy 1.614273 6.457246) (xy 1.107730 6.556362)
(xy 0.808905 6.603114) (xy 0.482478 6.645970) (xy 0.177008 6.678338) (xy -0.112584 6.700620) (xy -0.391377 6.713218) (xy -0.627944 6.716613) (xy -1.122422 6.704365) (xy -1.615041 6.667932)
(xy -2.102746 6.607790) (xy -2.582482 6.524418) (xy -3.051193 6.418293) (xy -3.505824 6.289894) (xy -3.647722 6.244217) (xy -4.063474 6.093329) (xy -4.459718 5.923138) (xy -4.836127 5.733864)
(xy -5.192374 5.525723) (xy -5.528132 5.298934) (xy -5.843077 5.053715) (xy -6.136880 4.790284) (xy -6.409215 4.508858) (xy -6.618945 4.261477) (xy -6.856772 3.948239) (xy -7.067695 3.638271)
(xy -7.252583 3.329831) (xy -7.412306 3.021178) (xy -7.547734 2.710571) (xy -7.659735 2.396267) (xy -7.674791 2.342444) (xy -3.485444 2.342444) (xy -3.485416 2.409472) (xy -3.485108 2.433191)
(xy -3.484222 2.483022) (xy -3.482802 2.556865) (xy -3.480890 2.652616) (xy -3.478531 2.768173) (xy -3.475769 2.901434) (xy -3.472646 3.050296) (xy -3.469206 3.212658) (xy -3.465494 3.386417)
(xy -3.461553 3.569470) (xy -3.457426 3.759716) (xy -3.456994 3.779552) (xy -3.451363 4.031438) (xy -3.446049 4.255610) (xy -3.441035 4.452576) (xy -3.436304 4.622841) (xy -3.431839 4.766914)
(xy -3.427623 4.885300) (xy -3.423639 4.978507) (xy -3.419870 5.047040) (xy -3.416299 5.091408) (xy -3.412910 5.112117) (xy -3.412506 5.113052) (xy -3.374061 5.166748) (xy -3.321814 5.215183)
(xy -3.265149 5.250666) (xy -3.229031 5.263439) (xy -3.178368 5.269963) (xy -3.112025 5.272596) (xy -3.037435 5.271719) (xy -2.962027 5.267710) (xy -2.893233 5.260951) (xy -2.838485 5.251821)
(xy -2.807334 5.241876) (xy -2.793346 5.234632) (xy -2.780821 5.227141) (xy -2.769670 5.217874) (xy -2.759800 5.205307) (xy -2.751120 5.187914) (xy -2.743538 5.164167) (xy -2.736964 5.132543)
(xy -2.731306 5.091513) (xy -2.726473 5.039552) (xy -2.722373 4.975135) (xy -2.718915 4.896735) (xy -2.716008 4.802825) (xy -2.713560 4.691881) (xy -2.711480 4.562375) (xy -2.709676 4.412783)
(xy -2.708058 4.241577) (xy -2.706534 4.047232) (xy -2.705012 3.828221) (xy -2.703402 3.583019) (xy -2.702835 3.496028) (xy -2.701607 3.297630) (xy -2.700708 3.125677) (xy -2.700160 2.978390)
(xy -2.699985 2.853993) (xy -2.700204 2.750708) (xy -2.700841 2.666759) (xy -2.701916 2.600370) (xy -2.703452 2.549762) (xy -2.705471 2.513159) (xy -2.707995 2.488785) (xy -2.711046 2.474861)
(xy -2.714645 2.469612) (xy -2.715531 2.469444) (xy -2.735664 2.464227) (xy -2.775738 2.450052) (xy -2.829778 2.429141) (xy -2.886493 2.405944) (xy -3.038058 2.342444) (xy -3.485444 2.342444)
(xy -7.674791 2.342444) (xy -7.749180 2.076525) (xy -7.781883 1.932393) (xy -7.834667 1.627653) (xy -7.863936 1.322519) (xy -7.869703 1.013520) (xy -7.851978 0.697187) (xy -7.810773 0.370050)
(xy -7.787371 0.233500) (xy -7.761821 0.117819) (xy -7.724523 -0.017957) (xy -7.677121 -0.169084) (xy -7.621262 -0.330815) (xy -7.558591 -0.498406) (xy -7.490753 -0.667110) (xy -7.419393 -0.832181)
(xy -7.412869 -0.846667) (xy -7.331973 -1.011558) (xy -5.979507 -1.011558) (xy -5.973560 -0.862084) (xy -5.972228 -0.824761) (xy -5.970160 -0.761666) (xy -5.967430 -0.675238) (xy -5.964112 -0.567917)
(xy -5.960279 -0.442140) (xy -5.956006 -0.300348) (xy -5.951365 -0.144980) (xy -5.946431 0.021527) (xy -5.941277 0.196732) (xy -5.935978 0.378197) (xy -5.933621 0.459310) (xy -5.928280 0.639248)
(xy -5.922931 0.811447) (xy -5.917656 0.973766) (xy -5.912535 1.124065) (xy -5.907649 1.260200) (xy -5.903077 1.380032) (xy -5.898901 1.481418) (xy -5.895201 1.562219) (xy -5.892057 1.620291)
(xy -5.889550 1.653494) (xy -5.888453 1.660432) (xy -5.862275 1.699055) (xy -5.818126 1.736844) (xy -5.765523 1.766575) (xy -5.734270 1.777438) (xy -5.693998 1.782867) (xy -5.633804 1.785321)
(xy -5.561811 1.784977) (xy -5.486142 1.782013) (xy -5.414921 1.776608) (xy -5.387883 1.773102) (xy -3.499555 1.773102) (xy -3.490062 1.816225) (xy -3.466528 1.855376) (xy -3.439836 1.876456)
(xy -3.417835 1.889656) (xy -3.378630 1.917131) (xy -3.326964 1.955408) (xy -3.267578 2.001016) (xy -3.238500 2.023877) (xy -3.173395 2.075142) (xy -3.125560 2.111359) (xy -3.090259 2.135152)
(xy -3.062759 2.149148) (xy -3.038326 2.155971) (xy -3.012224 2.158246) (xy -2.995680 2.158508) (xy -2.922193 2.159000) (xy -2.752564 1.950861) (xy -2.681485 1.862215) (xy -2.629221 1.791078)
(xy -2.596032 1.733692) (xy -2.582178 1.686301) (xy -2.587918 1.645147) (xy -2.593383 1.636889) (xy -2.356555 1.636889) (xy -2.355895 1.689806) (xy -2.355296 1.711026) (xy -2.353731 1.758496)
(xy -2.351269 1.830259) (xy -2.347981 1.924362) (xy -2.343935 2.038849) (xy -2.339203 2.171766) (xy -2.333853 2.321158) (xy -2.327955 2.485070) (xy -2.321580 2.661549) (xy -2.314796 2.848638)
(xy -2.307675 3.044384) (xy -2.302321 3.191105) (xy -2.249406 4.639488) (xy -2.214786 4.690314) (xy -2.189803 4.721527) (xy -2.168201 4.739513) (xy -2.162528 4.741237) (xy -2.146119 4.749188)
(xy -2.144889 4.753732) (xy -2.131950 4.772854) (xy -2.096691 4.786337) (xy -2.044443 4.794175) (xy -1.980540 4.796360) (xy -1.910316 4.792886) (xy -1.839104 4.783745) (xy -1.772237 4.768930)
(xy -1.728611 4.754279) (xy -1.671813 4.727168) (xy -1.633144 4.696017) (xy -1.609950 4.655417) (xy -1.599578 4.599962) (xy -1.599372 4.524243) (xy -1.601050 4.494389) (xy -1.613313 4.303409)
(xy -1.623265 4.137735) (xy -1.630766 3.994537) (xy -1.635678 3.870982) (xy -1.637863 3.764239) (xy -1.637180 3.671476) (xy -1.633491 3.589860) (xy -1.626656 3.516562) (xy -1.616538 3.448748)
(xy -1.602997 3.383587) (xy -1.585894 3.318247) (xy -1.565089 3.249897) (xy -1.540445 3.175705) (xy -1.535642 3.161660) (xy -1.499568 3.065014) (xy -1.457414 2.966011) (xy -1.411533 2.869031)
(xy -1.364283 2.778453) (xy -1.318017 2.698658) (xy -1.275092 2.634025) (xy -1.237863 2.588935) (xy -1.219033 2.572946) (xy -1.189600 2.557407) (xy -1.165611 2.559351) (xy -1.146273 2.569062)
(xy -1.119893 2.585711) (xy -1.098720 2.604740) (xy -1.081589 2.629789) (xy -1.067333 2.664499) (xy -1.054788 2.712510) (xy -1.042790 2.777463) (xy -1.030172 2.862997) (xy -1.015770 2.972753)
(xy -1.014911 2.979498) (xy -1.004640 3.061370) (xy -0.991669 3.166542) (xy -0.976568 3.290280) (xy -0.959909 3.427851) (xy -0.942265 3.574522) (xy -0.924208 3.725560) (xy -0.906309 3.876233)
(xy -0.896188 3.961914) (xy -0.880095 4.096997) (xy -0.864605 4.224227) (xy -0.850096 4.340710) (xy -0.836942 4.443550) (xy -0.825520 4.529853) (xy -0.816206 4.596723) (xy -0.809376 4.641266)
(xy -0.805474 4.660414) (xy -0.786798 4.690564) (xy -0.756372 4.723821) (xy -0.722664 4.752361) (xy -0.694144 4.768361) (xy -0.687333 4.769556) (xy -0.660869 4.778747) (xy -0.654666 4.783756)
(xy -0.631643 4.797662) (xy -0.591113 4.815066) (xy -0.542912 4.832468) (xy -0.496876 4.846369) (xy -0.462840 4.853270) (xy -0.458611 4.853501) (xy -0.426839 4.849124) (xy -0.385228 4.837978)
(xy -0.378074 4.835575) (xy -0.324962 4.811717) (xy -0.283360 4.779148) (xy -0.251608 4.734283) (xy -0.228044 4.673537) (xy -0.211007 4.593324) (xy -0.198835 4.490059) (xy -0.194860 4.440148)
(xy -0.191369 4.370863) (xy -0.188877 4.277828) (xy -0.187336 4.165495) (xy -0.186694 4.038315) (xy -0.186901 3.900740) (xy -0.187908 3.757223) (xy -0.189663 3.612215) (xy -0.192118 3.470169)
(xy -0.195222 3.335537) (xy -0.198924 3.212770) (xy -0.203175 3.106321) (xy -0.207925 3.020642) (xy -0.211326 2.977444) (xy -0.227937 2.809316) (xy -0.243920 2.666580) (xy -0.259715 2.546426)
(xy -0.275759 2.446044) (xy -0.292492 2.362624) (xy -0.310352 2.293355) (xy -0.325223 2.247686) (xy -0.347300 2.184725) (xy -0.367411 2.124267) (xy -0.382220 2.076449) (xy -0.385629 2.064213)
(xy -0.402544 2.019084) (xy -0.429581 1.965587) (xy -0.451128 1.930282) (xy -0.486334 1.884126) (xy -0.525746 1.848910) (xy -0.553570 1.831943) (xy -0.181899 1.831943) (xy -0.176734 1.918662)
(xy -0.155602 2.013093) (xy -0.140509 2.062213) (xy -0.122347 2.108815) (xy -0.099251 2.155284) (xy -0.069356 2.204004) (xy -0.030797 2.257360) (xy 0.018291 2.317737) (xy 0.079774 2.387520)
(xy 0.155517 2.469094) (xy 0.247385 2.564842) (xy 0.357244 2.677151) (xy 0.388960 2.709333) (xy 0.481827 2.803826) (xy 0.556361 2.880920) (xy 0.614303 2.943056) (xy 0.657393 2.992672)
(xy 0.687371 3.032209) (xy 0.705980 3.064106) (xy 0.714959 3.090801) (xy 0.716049 3.114735) (xy 0.710992 3.138347) (xy 0.705765 3.153282) (xy 0.694624 3.173328) (xy 0.669181 3.213833)
(xy 0.631239 3.272086) (xy 0.582606 3.345370) (xy 0.525085 3.430974) (xy 0.460483 3.526183) (xy 0.390604 3.628284) (xy 0.366117 3.663863) (xy 0.294884 3.767637) (xy 0.228330 3.865395)
(xy 0.168258 3.954433) (xy 0.116469 4.032041) (xy 0.074766 4.095514) (xy 0.044952 4.142144) (xy 0.028829 4.169224) (xy 0.026789 4.173491) (xy 0.018079 4.229175) (xy 0.026675 4.294796)
(xy 0.050783 4.359514) (xy 0.060362 4.376473) (xy 0.089462 4.412933) (xy 0.134626 4.458009) (xy 0.188195 4.505028) (xy 0.242513 4.547318) (xy 0.289920 4.578205) (xy 0.295087 4.580989)
(xy 0.347928 4.596334) (xy 0.415563 4.598633) (xy 0.487904 4.588166) (xy 0.533243 4.574430) (xy 0.572816 4.558491) (xy 0.608111 4.541340) (xy 0.641346 4.520584) (xy 0.674736 4.493830)
(xy 0.710497 4.458686) (xy 0.750848 4.412760) (xy 0.798003 4.353658) (xy 0.854180 4.278989) (xy 0.921595 4.186360) (xy 1.002464 4.073379) (xy 1.019195 4.049889) (xy 1.112923 3.916470)
(xy 1.190363 3.801774) (xy 1.253075 3.702666) (xy 1.302623 3.616011) (xy 1.340569 3.538672) (xy 1.368474 3.467514) (xy 1.387902 3.399401) (xy 1.400413 3.331198) (xy 1.406676 3.272133)
(xy 1.409463 3.201453) (xy 1.404026 3.142165) (xy 1.388669 3.078203) (xy 1.384835 3.065331) (xy 1.370060 3.014518) (xy 1.359306 2.973399) (xy 1.354706 2.950186) (xy 1.354667 2.949195)
(xy 1.346430 2.926636) (xy 1.324103 2.887228) (xy 1.291261 2.836132) (xy 1.251476 2.778512) (xy 1.208325 2.719527) (xy 1.165382 2.664339) (xy 1.126220 2.618111) (xy 1.122714 2.614251)
(xy 1.044197 2.535676) (xy 0.953213 2.456289) (xy 0.857950 2.382582) (xy 0.766594 2.321045) (xy 0.717268 2.292773) (xy 0.645602 2.247908) (xy 0.600453 2.201860) (xy 0.580125 2.152680)
(xy 0.578556 2.133202) (xy 0.583919 2.101733) (xy 0.597079 2.062629) (xy 0.613640 2.026519) (xy 0.629208 2.004033) (xy 0.632999 2.001543) (xy 0.649172 1.987952) (xy 0.679300 1.955926)
(xy 0.720155 1.909420) (xy 0.768512 1.852390) (xy 0.821144 1.788791) (xy 0.874824 1.722578) (xy 0.926325 1.657706) (xy 0.972422 1.598130) (xy 1.009888 1.547806) (xy 1.035495 1.510689)
(xy 1.041465 1.500835) (xy 1.070758 1.454513) (xy 1.112365 1.395870) (xy 1.159878 1.333701) (xy 1.191543 1.294794) (xy 1.247463 1.224918) (xy 1.284431 1.168065) (xy 1.303863 1.117728)
(xy 1.307178 1.067399) (xy 1.295793 1.010568) (xy 1.271125 0.940727) (xy 1.269541 0.936708) (xy 1.221367 0.827964) (xy 1.182568 0.762000) (xy 1.594556 0.762000) (xy 1.594556 0.880128)
(xy 1.595000 0.941897) (xy 1.596280 1.025497) (xy 1.598322 1.128524) (xy 1.601048 1.248572) (xy 1.604382 1.383237) (xy 1.608249 1.530113) (xy 1.612572 1.686795) (xy 1.617274 1.850878)
(xy 1.622280 2.019958) (xy 1.627514 2.191628) (xy 1.632899 2.363484) (xy 1.638359 2.533121) (xy 1.643818 2.698133) (xy 1.649199 2.856116) (xy 1.654428 3.004665) (xy 1.659426 3.141374)
(xy 1.664119 3.263838) (xy 1.668430 3.369652) (xy 1.672282 3.456412) (xy 1.675601 3.521712) (xy 1.678308 3.563146) (xy 1.679997 3.577546) (xy 1.709646 3.635228) (xy 1.764390 3.680442)
(xy 1.844387 3.713309) (xy 1.866633 3.719197) (xy 1.916809 3.727498) (xy 1.982949 3.733250) (xy 2.056213 3.736259) (xy 2.127760 3.736334) (xy 2.188749 3.733280) (xy 2.229556 3.727120)
(xy 2.263048 3.705100) (xy 2.291767 3.662772) (xy 2.296780 3.651197) (xy 2.301235 3.636846) (xy 2.305220 3.617785) (xy 2.308822 3.592076) (xy 2.312129 3.557785) (xy 2.315229 3.512976)
(xy 2.318208 3.455712) (xy 2.321155 3.384059) (xy 2.324157 3.296079) (xy 2.327302 3.189838) (xy 2.330677 3.063399) (xy 2.334369 2.914828) (xy 2.338467 2.742187) (xy 2.343057 2.543542)
(xy 2.343755 2.513051) (xy 2.348926 2.286548) (xy 2.555815 2.286548) (xy 2.562652 2.481578) (xy 2.579597 2.654847) (xy 2.607161 2.808833) (xy 2.645855 2.946016) (xy 2.696188 3.068874)
(xy 2.758671 3.179887) (xy 2.799822 3.238686) (xy 2.840495 3.290316) (xy 2.873601 3.324592) (xy 2.906773 3.347933) (xy 2.947647 3.366762) (xy 2.955935 3.369985) (xy 3.060339 3.397604)
(xy 3.159705 3.397935) (xy 3.256514 3.370896) (xy 3.282595 3.358862) (xy 3.333030 3.330437) (xy 3.378288 3.299462) (xy 3.403360 3.277724) (xy 3.422436 3.253641) (xy 3.453423 3.210125)
(xy 3.493260 3.151667) (xy 3.538889 3.082759) (xy 3.587250 3.007892) (xy 3.588669 3.005667) (xy 3.648957 2.911400) (xy 3.696367 2.838359) (xy 3.733011 2.783854) (xy 3.760997 2.745198)
(xy 3.782435 2.719701) (xy 3.799434 2.704675) (xy 3.814105 2.697431) (xy 3.828556 2.695279) (xy 3.832240 2.695222) (xy 3.866445 2.695222) (xy 3.866445 3.023558) (xy 3.866510 3.128023)
(xy 3.866949 3.208184) (xy 3.868126 3.267957) (xy 3.870408 3.311259) (xy 3.874157 3.342009) (xy 3.879741 3.364123) (xy 3.887522 3.381518) (xy 3.897868 3.398112) (xy 3.901893 3.404060)
(xy 3.925425 3.432885) (xy 3.954751 3.454630) (xy 3.995681 3.471849) (xy 4.054028 3.487100) (xy 4.120445 3.500204) (xy 4.198174 3.508134) (xy 4.279078 3.506024) (xy 4.351805 3.494625)
(xy 4.389963 3.482315) (xy 4.440759 3.460434) (xy 4.449575 3.257745) (xy 4.450962 3.218973) (xy 4.452922 3.153840) (xy 4.455409 3.064203) (xy 4.458378 2.951917) (xy 4.461783 2.818836)
(xy 4.465579 2.666817) (xy 4.469722 2.497715) (xy 4.474165 2.313385) (xy 4.478863 2.115682) (xy 4.483771 1.906463) (xy 4.488844 1.687581) (xy 4.494036 1.460893) (xy 4.499302 1.228254)
(xy 4.499868 1.203042) (xy 4.724845 1.203042) (xy 4.733684 1.410728) (xy 4.759730 1.598110) (xy 4.803984 1.767986) (xy 4.867445 1.923155) (xy 4.951111 2.066417) (xy 5.055983 2.200570)
(xy 5.096752 2.244714) (xy 5.182242 2.324792) (xy 5.262833 2.380638) (xy 5.342698 2.414743) (xy 5.402115 2.427239) (xy 5.485686 2.435030) (xy 5.579073 2.438937) (xy 5.674552 2.439085)
(xy 5.764400 2.435596) (xy 5.840894 2.428596) (xy 5.891952 2.419390) (xy 6.035456 2.368200) (xy 6.168606 2.293237) (xy 6.287603 2.197619) (xy 6.388645 2.084465) (xy 6.467932 1.956892)
(xy 6.476033 1.940278) (xy 6.501588 1.891741) (xy 6.527808 1.850530) (xy 6.546084 1.828602) (xy 6.572168 1.791772) (xy 6.594691 1.735929) (xy 6.610822 1.670274) (xy 6.617730 1.604007)
(xy 6.617801 1.595522) (xy 6.604762 1.509272) (xy 6.566677 1.435867) (xy 6.503760 1.375564) (xy 6.416225 1.328621) (xy 6.387175 1.317852) (xy 6.298768 1.300429) (xy 6.217395 1.310089)
(xy 6.144500 1.346251) (xy 6.081528 1.408336) (xy 6.052142 1.452462) (xy 5.974369 1.569940) (xy 5.887785 1.666458) (xy 5.818788 1.725276) (xy 5.740937 1.781302) (xy 5.677902 1.817119)
(xy 5.625719 1.833583) (xy 5.580424 1.831551) (xy 5.538051 1.811880) (xy 5.511934 1.791575) (xy 5.485170 1.763194) (xy 5.464935 1.728561) (xy 5.450412 1.683625) (xy 5.440787 1.624335)
(xy 5.435241 1.546639) (xy 5.432960 1.446488) (xy 5.432778 1.398765) (xy 5.432934 1.317990) (xy 5.433897 1.260488) (xy 5.436408 1.221310) (xy 5.441209 1.195507) (xy 5.449042 1.178130)
(xy 5.460648 1.164231) (xy 5.469156 1.156043) (xy 5.489618 1.139727) (xy 5.513883 1.128864) (xy 5.548739 1.121835) (xy 5.600975 1.117023) (xy 5.643231 1.114539) (xy 5.712214 1.109804)
(xy 5.763694 1.102448) (xy 5.808390 1.089826) (xy 5.857019 1.069294) (xy 5.888748 1.053958) (xy 6.003186 0.982650) (xy 6.110712 0.886742) (xy 6.209401 0.769413) (xy 6.297325 0.633843)
(xy 6.372559 0.483210) (xy 6.433176 0.320692) (xy 6.477250 0.149470) (xy 6.493220 0.056444) (xy 6.503294 -0.092481) (xy 6.489738 -0.226449) (xy 6.453360 -0.344619) (xy 6.394966 -0.446154)
(xy 6.315363 -0.530215) (xy 6.215357 -0.595963) (xy 6.095756 -0.642560) (xy 5.957365 -0.669168) (xy 5.800993 -0.674947) (xy 5.789928 -0.674571) (xy 5.719818 -0.671446) (xy 5.669056 -0.666959)
(xy 5.628779 -0.658941) (xy 5.590125 -0.645223) (xy 5.544231 -0.623637) (xy 5.509311 -0.605892) (xy 5.435756 -0.564268) (xy 5.379789 -0.524431) (xy 5.349985 -0.494807) (xy 5.318914 -0.458274)
(xy 5.277257 -0.414274) (xy 5.245277 -0.383020) (xy 5.156250 -0.283414) (xy 5.072743 -0.156992) (xy 4.995212 -0.004703) (xy 4.924115 0.172505) (xy 4.859907 0.373684) (xy 4.833142 0.472722)
(xy 4.781719 0.695342) (xy 4.746917 0.897932) (xy 4.728364 1.082993) (xy 4.724845 1.203042) (xy 4.499868 1.203042) (xy 4.501375 1.135944) (xy 4.506695 0.902235) (xy 4.512052 0.674230)
(xy 4.517396 0.453743) (xy 4.522674 0.242587) (xy 4.527838 0.042573) (xy 4.532836 -0.144486) (xy 4.537617 -0.316777) (xy 4.542130 -0.472488) (xy 4.546325 -0.609807) (xy 4.550152 -0.726920)
(xy 4.553558 -0.822016) (xy 4.556495 -0.893282) (xy 4.558910 -0.938905) (xy 4.559757 -0.949982) (xy 4.566492 -1.024734) (xy 4.568558 -1.077446) (xy 4.563060 -1.114245) (xy 4.547105 -1.141257)
(xy 4.517799 -1.164608) (xy 4.472247 -1.190424) (xy 4.437500 -1.208806) (xy 4.345855 -1.252293) (xy 4.260930 -1.279909) (xy 4.172626 -1.293802) (xy 4.070847 -1.296119) (xy 4.033403 -1.294749)
(xy 3.956074 -1.289764) (xy 3.899620 -1.282473) (xy 3.856708 -1.271546) (xy 3.821157 -1.256250) (xy 3.770499 -1.228654) (xy 3.738410 -1.204315) (xy 3.720657 -1.175733) (xy 3.713012 -1.135406)
(xy 3.711243 -1.075834) (xy 3.711222 -1.061325) (xy 3.711857 -1.019618) (xy 3.713646 -0.953939) (xy 3.716418 -0.868509) (xy 3.720003 -0.767547) (xy 3.724228 -0.655272) (xy 3.728924 -0.535905)
(xy 3.733918 -0.413664) (xy 3.739040 -0.292771) (xy 3.744117 -0.177444) (xy 3.748980 -0.071903) (xy 3.753457 0.019632) (xy 3.757376 0.092942) (xy 3.759449 0.127353) (xy 3.766294 0.233540)
(xy 3.643434 0.262889) (xy 3.538905 0.292271) (xy 3.445967 0.329200) (xy 3.355471 0.378104) (xy 3.258268 0.443411) (xy 3.234701 0.460697) (xy 3.121402 0.550369) (xy 3.019333 0.642061)
(xy 2.932518 0.731760) (xy 2.864977 0.815451) (xy 2.838049 0.856542) (xy 2.757742 1.015203) (xy 2.690332 1.197571) (xy 2.636182 1.402065) (xy 2.595659 1.627104) (xy 2.569127 1.871107)
(xy 2.558575 2.067278) (xy 2.555815 2.286548) (xy 2.348926 2.286548) (xy 2.349335 2.268660) (xy 2.354264 2.050939) (xy 2.358558 1.858343) (xy 2.362232 1.689327) (xy 2.365300 1.542347)
(xy 2.367778 1.415858) (xy 2.369680 1.308314) (xy 2.371021 1.218172) (xy 2.371816 1.143886) (xy 2.372079 1.083913) (xy 2.371827 1.036706) (xy 2.371073 1.000722) (xy 2.369832 0.974416)
(xy 2.368120 0.956242) (xy 2.365950 0.944657) (xy 2.363339 0.938116) (xy 2.360300 0.935073) (xy 2.358938 0.934479) (xy 2.343457 0.917521) (xy 2.342445 0.910991) (xy 2.330135 0.898976)
(xy 2.296584 0.879420) (xy 2.246864 0.854993) (xy 2.186043 0.828364) (xy 2.183695 0.827391) (xy 2.024945 0.761781) (xy 1.809750 0.761891) (xy 1.594556 0.762000) (xy 1.182568 0.762000)
(xy 1.173171 0.746024) (xy 1.124012 0.689488) (xy 1.085205 0.662533) (xy 1.045466 0.645036) (xy 1.007257 0.636165) (xy 0.964759 0.636394) (xy 0.912154 0.646199) (xy 0.843624 0.666052)
(xy 0.779313 0.687466) (xy 0.691421 0.728404) (xy 0.595219 0.792690) (xy 0.493463 0.877708) (xy 0.388912 0.980845) (xy 0.284323 1.099487) (xy 0.182452 1.231019) (xy 0.135154 1.298222)
(xy 0.083595 1.373100) (xy 0.031638 1.447232) (xy -0.016255 1.514342) (xy -0.055623 1.568156) (xy -0.073663 1.591923) (xy -0.131808 1.675998) (xy -0.167405 1.753529) (xy -0.181899 1.831943)
(xy -0.553570 1.831943) (xy -0.579353 1.816221) (xy -0.598326 1.806346) (xy -0.642411 1.784612) (xy -0.677724 1.770418) (xy -0.712440 1.762188) (xy -0.754733 1.758346) (xy -0.812778 1.757316)
(xy -0.852326 1.757369) (xy -0.928256 1.758641) (xy -0.983515 1.762533) (xy -1.025611 1.770068) (xy -1.062050 1.782272) (xy -1.074549 1.787696) (xy -1.151882 1.835142) (xy -1.221775 1.904794)
(xy -1.286339 1.998998) (xy -1.319104 2.059656) (xy -1.351067 2.126613) (xy -1.370705 2.177623) (xy -1.380577 2.220717) (xy -1.383236 2.261024) (xy -1.384794 2.305281) (xy -1.392048 2.330903)
(xy -1.409662 2.347458) (xy -1.430959 2.358927) (xy -1.467802 2.373125) (xy -1.489992 2.370083) (xy -1.494112 2.366688) (xy -1.499710 2.348410) (xy -1.504049 2.305488) (xy -1.507164 2.237074)
(xy -1.509092 2.142319) (xy -1.509868 2.020375) (xy -1.509889 1.993900) (xy -1.509889 1.636889) (xy -2.356555 1.636889) (xy -2.593383 1.636889) (xy -2.613514 1.606474) (xy -2.659224 1.566526)
(xy -2.725309 1.521544) (xy -2.784838 1.484432) (xy -2.888446 1.421637) (xy -2.971267 1.373488) (xy -3.035833 1.338729) (xy -3.084673 1.316110) (xy -3.120320 1.304375) (xy -3.145304 1.302272)
(xy -3.150744 1.303242) (xy -3.176572 1.319995) (xy -3.213180 1.358445) (xy -3.257752 1.415559) (xy -3.266968 1.428383) (xy -3.313735 1.494246) (xy -3.365266 1.566818) (xy -3.412427 1.633232)
(xy -3.424723 1.650548) (xy -3.457779 1.698877) (xy -3.483368 1.739670) (xy -3.497741 1.766791) (xy -3.499555 1.773102) (xy -5.387883 1.773102) (xy -5.357705 1.769189) (xy -5.321902 1.759522)
(xy -5.295606 1.741939) (xy -5.276910 1.712216) (xy -5.263908 1.666131) (xy -5.254693 1.599459) (xy -5.248715 1.527727) (xy -5.246531 1.487012) (xy -5.243852 1.420656) (xy -5.240750 1.331236)
(xy -5.237299 1.221327) (xy -5.233571 1.093505) (xy -5.229639 0.950347) (xy -5.225574 0.794427) (xy -5.221450 0.628323) (xy -5.217339 0.454609) (xy -5.213313 0.275863) (xy -5.212795 0.252173)
(xy -5.208387 0.049169) (xy -5.204611 -0.127504) (xy -5.201473 -0.279732) (xy -5.198976 -0.409399) (xy -5.197126 -0.518390) (xy -5.195926 -0.608590) (xy -5.195381 -0.681884) (xy -5.195495 -0.740157)
(xy -5.196273 -0.785293) (xy -5.197720 -0.819178) (xy -5.199838 -0.843696) (xy -5.202634 -0.860732) (xy -5.206111 -0.872171) (xy -5.210273 -0.879897) (xy -5.215126 -0.885796) (xy -5.215449 -0.886144)
(xy -5.238919 -0.902731) (xy -5.282386 -0.926044) (xy -5.339437 -0.952863) (xy -5.397500 -0.977502) (xy -5.552722 -1.040092) (xy -5.766115 -1.025825) (xy -5.979507 -1.011558) (xy -7.331973 -1.011558)
(xy -7.223603 -1.232448) (xy -7.008350 -1.611216) (xy -6.904461 -1.771651) (xy -6.106861 -1.771651) (xy -6.094077 -1.740694) (xy -6.067779 -1.705312) (xy -6.029901 -1.662388) (xy -5.933942 -1.557806)
(xy -5.849082 -1.469181) (xy -5.776592 -1.397716) (xy -5.717747 -1.344615) (xy -5.673819 -1.311079) (xy -5.646081 -1.298312) (xy -5.644422 -1.298222) (xy -5.625621 -1.303660) (xy -5.597498 -1.321229)
(xy -5.557748 -1.352812) (xy -5.504068 -1.400295) (xy -5.434153 -1.465561) (xy -5.400741 -1.497436) (xy -5.337872 -1.558547) (xy -5.282639 -1.613870) (xy -5.238106 -1.660202) (xy -5.207336 -1.694337)
(xy -5.193394 -1.713072) (xy -5.192889 -1.714825) (xy -5.204312 -1.755591) (xy -5.237490 -1.810004) (xy -5.290791 -1.875920) (xy -5.362580 -1.951193) (xy -5.401172 -1.988194) (xy -5.454267 -2.039011)
(xy -5.499763 -2.084764) (xy -5.533633 -2.121238) (xy -5.551850 -2.144216) (xy -5.553662 -2.147851) (xy -5.573145 -2.167768) (xy -5.610724 -2.180799) (xy -5.656696 -2.184925) (xy -5.700500 -2.178396)
(xy -5.723741 -2.165037) (xy -5.763251 -2.135699) (xy -5.814797 -2.093800) (xy -5.874148 -2.042758) (xy -5.925285 -1.996832) (xy -5.998408 -1.929383) (xy -6.051905 -1.877049) (xy -6.086997 -1.835921)
(xy -6.104909 -1.802091) (xy -6.106861 -1.771651) (xy -6.904461 -1.771651) (xy -6.768883 -1.981023) (xy -6.589970 -2.226193) (xy -4.903216 -2.226193) (xy -4.902543 -2.185687) (xy -4.901197 -2.121134)
(xy -4.899228 -2.034615) (xy -4.896688 -1.928211) (xy -4.893627 -1.804005) (xy -4.890097 -1.664079) (xy -4.886149 -1.510514) (xy -4.881833 -1.345392) (xy -4.877200 -1.170795) (xy -4.874372 -1.065389)
(xy -4.869308 -0.876956) (xy -4.864310 -0.690028) (xy -4.859454 -0.507486) (xy -4.854815 -0.332213) (xy -4.850469 -0.167091) (xy -4.846491 -0.015002) (xy -4.842957 0.121174) (xy -4.839942 0.238552)
(xy -4.837522 0.334253) (xy -4.835773 0.405393) (xy -4.835429 0.419868) (xy -4.832904 0.522130) (xy -4.830475 0.600106) (xy -4.827698 0.657731) (xy -4.824130 0.698934) (xy -4.819325 0.727649)
(xy -4.812841 0.747808) (xy -4.804232 0.763342) (xy -4.795272 0.775393) (xy -4.769831 0.802768) (xy -4.749101 0.817097) (xy -4.746371 0.817664) (xy -4.727393 0.829694) (xy -4.722759 0.837944)
(xy -4.702616 0.855664) (xy -4.661260 0.870353) (xy -4.605641 0.880729) (xy -4.542716 0.885508) (xy -4.479436 0.883409) (xy -4.477387 0.883204) (xy -4.398307 0.870858) (xy -4.320726 0.851302)
(xy -4.251875 0.826967) (xy -4.198984 0.800281) (xy -4.175611 0.781807) (xy -4.163496 0.767321) (xy -4.155068 0.750697) (xy -4.149730 0.726977) (xy -4.146886 0.691200) (xy -4.145939 0.638410)
(xy -4.146291 0.563645) (xy -4.146521 0.540093) (xy -4.147927 0.460309) (xy -4.150594 0.360583) (xy -4.154247 0.249155) (xy -4.158615 0.134262) (xy -4.163425 0.024144) (xy -4.164064 0.010699)
(xy -4.169719 -0.130735) (xy -4.171135 -0.249938) (xy -4.167249 -0.352725) (xy -4.156997 -0.444908) (xy -4.139315 -0.532301) (xy -4.113142 -0.620716) (xy -4.077412 -0.715967) (xy -4.031064 -0.823867)
(xy -3.998195 -0.896056) (xy -3.949323 -0.997732) (xy -3.901053 -1.090311) (xy -3.855361 -1.170538) (xy -3.814219 -1.235157) (xy -3.779602 -1.280914) (xy -3.753484 -1.304553) (xy -3.749350 -1.306374)
(xy -3.715402 -1.303740) (xy -3.682740 -1.274596) (xy -3.652389 -1.220652) (xy -3.625378 -1.143619) (xy -3.607636 -1.070301) (xy -3.596796 -1.010123) (xy -3.583654 -0.924475) (xy -3.568535 -0.815989)
(xy -3.551763 -0.687294) (xy -3.533662 -0.541023) (xy -3.514555 -0.379804) (xy -3.494768 -0.206270) (xy -3.474624 -0.023050) (xy -3.454447 0.167224) (xy -3.450569 0.204611) (xy -3.435763 0.346030)
(xy -3.422851 0.462263) (xy -3.411039 0.556219) (xy -3.399532 0.630807) (xy -3.387535 0.688936) (xy -3.374255 0.733512) (xy -3.358897 0.767446) (xy -3.340667 0.793645) (xy -3.318770 0.815018)
(xy -3.292413 0.834474) (xy -3.275516 0.845546) (xy -3.227645 0.874283) (xy -3.180057 0.899794) (xy -3.160889 0.908816) (xy -3.101667 0.924610) (xy -3.029562 0.930012) (xy -2.957882 0.924924)
(xy -2.903245 0.910683) (xy -2.843608 0.872438) (xy -2.792669 0.810338) (xy -2.749235 0.723414) (xy -2.741615 0.704124) (xy -2.735278 0.685587) (xy -2.730108 0.665134) (xy -2.725988 0.640096)
(xy -2.722804 0.607805) (xy -2.720439 0.565591) (xy -2.718778 0.510785) (xy -2.717706 0.440719) (xy -2.717106 0.352723) (xy -2.716862 0.244128) (xy -2.716860 0.112266) (xy -2.716963 -0.021167)
(xy -2.718060 -0.255191) (xy -2.721079 -0.464215) (xy -2.726255 -0.651409) (xy -2.733822 -0.819946) (xy -2.744013 -0.972997) (xy -2.757064 -1.113732) (xy -2.773208 -1.245323) (xy -2.792680 -1.370942)
(xy -2.815714 -1.493760) (xy -2.831101 -1.566333) (xy -2.870252 -1.707786) (xy -2.921030 -1.833003) (xy -2.981844 -1.939606) (xy -3.051102 -2.025215) (xy -3.127214 -2.087454) (xy -3.202959 -2.122337)
(xy -3.248848 -2.132174) (xy -3.307016 -2.139374) (xy -3.370054 -2.143688) (xy -3.430558 -2.144864) (xy -3.481119 -2.142652) (xy -3.514330 -2.136802) (xy -3.521428 -2.133110) (xy -3.541773 -2.121639)
(xy -3.578522 -2.105650) (xy -3.601464 -2.096817) (xy -3.676898 -2.059030) (xy -3.745226 -2.002517) (xy -3.809181 -1.924366) (xy -3.871494 -1.821664) (xy -3.886614 -1.792833) (xy -3.928026 -1.706766)
(xy -3.954366 -1.640207) (xy -3.965015 -1.594755) (xy -3.965222 -1.589585) (xy -3.969884 -1.552348) (xy -3.986645 -1.533828) (xy -3.994508 -1.530718) (xy -4.020849 -1.526203) (xy -4.031063 -1.528693)
(xy -4.033386 -1.544209) (xy -4.036141 -1.584100) (xy -4.039156 -1.644522) (xy -4.042255 -1.721635) (xy -4.045267 -1.811597) (xy -4.047638 -1.895705) (xy -4.050539 -1.993776) (xy -4.053858 -2.082440)
(xy -4.057393 -2.157818) (xy -4.060941 -2.216032) (xy -4.064303 -2.253202) (xy -4.066859 -2.265352) (xy -4.082254 -2.266835) (xy -4.121500 -2.267293) (xy -4.180316 -2.266851) (xy -4.254419 -2.265637)
(xy -4.339525 -2.263779) (xy -4.431352 -2.261402) (xy -4.525618 -2.258634) (xy -4.618039 -2.255601) (xy -4.704332 -2.252431) (xy -4.780216 -2.249250) (xy -4.841407 -2.246186) (xy -4.883622 -2.243364)
(xy -4.902579 -2.240913) (xy -4.903164 -2.240569) (xy -4.903216 -2.226193) (xy -6.589970 -2.226193) (xy -6.506979 -2.339918) (xy -6.224414 -2.685952) (xy -5.976468 -2.958387) (xy -3.568630 -2.958387)
(xy -3.564991 -2.927955) (xy -3.554539 -2.888735) (xy -3.549875 -2.872724) (xy -3.531451 -2.823350) (xy -3.503719 -2.776735) (xy -3.461283 -2.724474) (xy -3.439229 -2.700368) (xy -3.390536 -2.652074)
(xy -3.329334 -2.596798) (xy -3.262833 -2.540544) (xy -3.198241 -2.489320) (xy -3.142768 -2.449130) (xy -3.120895 -2.435164) (xy -3.101912 -2.436999) (xy -3.059010 -2.449673) (xy -2.994040 -2.472519)
(xy -2.908854 -2.504873) (xy -2.805303 -2.546066) (xy -2.750069 -2.568598) (xy -2.656991 -2.606554) (xy -2.572731 -2.640369) (xy -2.500717 -2.668709) (xy -2.444377 -2.690244) (xy -2.407141 -2.703642)
(xy -2.392437 -2.707571) (xy -2.392383 -2.707531) (xy -2.391342 -2.692948) (xy -2.389808 -2.651979) (xy -2.387823 -2.586457) (xy -2.385431 -2.498213) (xy -2.382675 -2.389077) (xy -2.379597 -2.260883)
(xy -2.376241 -2.115462) (xy -2.372650 -1.954645) (xy -2.368867 -1.780264) (xy -2.364934 -1.594151) (xy -2.360896 -1.398136) (xy -2.356794 -1.194053) (xy -2.356642 -1.186372) (xy -2.351850 -0.945917)
(xy -2.347524 -0.732063) (xy -2.343603 -0.543193) (xy -2.340032 -0.377693) (xy -2.336751 -0.233945) (xy -2.333703 -0.110333) (xy -2.330830 -0.005242) (xy -2.328074 0.082946) (xy -2.325377 0.155846)
(xy -2.322681 0.215074) (xy -2.319929 0.262247) (xy -2.317062 0.298982) (xy -2.314022 0.326893) (xy -2.310753 0.347598) (xy -2.307195 0.362712) (xy -2.303290 0.373852) (xy -2.300531 0.379744)
(xy -2.246711 0.454235) (xy -2.169440 0.516092) (xy -2.137833 0.534010) (xy -2.072835 0.555683) (xy -1.994373 0.564417) (xy -1.914100 0.560151) (xy -1.843666 0.542822) (xy -1.827389 0.535668)
(xy -1.752595 0.497908) (xy -1.699451 0.469176) (xy -1.664169 0.446275) (xy -1.642960 0.426011) (xy -1.632036 0.405187) (xy -1.627610 0.380608) (xy -1.626671 0.366342) (xy -1.625997 0.343380)
(xy -1.624925 0.294253) (xy -1.623489 0.221019) (xy -1.623169 0.203723) (xy 1.566988 0.203723) (xy 1.569286 0.220775) (xy 1.577618 0.238552) (xy 1.594944 0.260026) (xy 1.624224 0.288169)
(xy 1.668418 0.325954) (xy 1.730487 0.376351) (xy 1.771681 0.409222) (xy 1.839353 0.462733) (xy 1.901935 0.511645) (xy 1.955080 0.552604) (xy 1.994446 0.582261) (xy 2.014443 0.596480)
(xy 2.059870 0.613995) (xy 2.103958 0.605354) (xy 2.149558 0.569818) (xy 2.159478 0.559000) (xy 2.184820 0.528664) (xy 2.221821 0.482530) (xy 2.265137 0.427327) (xy 2.301819 0.379753)
(xy 2.345998 0.323241) (xy 2.388195 0.271514) (xy 2.423189 0.230846) (xy 2.443308 0.209718) (xy 2.469201 0.180891) (xy 2.482569 0.156916) (xy 2.483087 0.153088) (xy 2.469779 0.114934)
(xy 2.431805 0.064655) (xy 2.369728 0.002773) (xy 2.284112 -0.070193) (xy 2.175521 -0.153720) (xy 2.065579 -0.232632) (xy 2.022431 -0.260848) (xy 1.990760 -0.274505) (xy 1.960181 -0.276897)
(xy 1.935450 -0.273886) (xy 1.890345 -0.260720) (xy 1.869377 -0.238679) (xy 1.868849 -0.237136) (xy 1.855706 -0.212195) (xy 1.830090 -0.174419) (xy 1.801159 -0.136570) (xy 1.760836 -0.084045)
(xy 1.719838 -0.026670) (xy 1.697177 0.007388) (xy 1.663931 0.055018) (xy 1.628026 0.099473) (xy 1.609246 0.119390) (xy 1.576077 0.162214) (xy 1.566988 0.203723) (xy -1.623169 0.203723)
(xy -1.621725 0.125730) (xy -1.619668 0.010443) (xy -1.617355 -0.122788) (xy -1.614820 -0.271907) (xy -1.612099 -0.434859) (xy -1.609228 -0.609590) (xy -1.606243 -0.794044) (xy -1.603178 -0.986166)
(xy -1.602261 -1.044222) (xy -1.599042 -1.246002) (xy -1.596012 -1.431756) (xy -1.292297 -1.431756) (xy -1.278421 -1.260125) (xy -1.248445 -1.104264) (xy -1.202010 -0.962088) (xy -1.138758 -0.831510)
(xy -1.058330 -0.710447) (xy -0.995706 -0.634788) (xy -0.932497 -0.566171) (xy -0.879683 -0.514741) (xy -0.830448 -0.475315) (xy -0.777976 -0.442711) (xy -0.715454 -0.411748) (xy -0.683886 -0.397694)
(xy -0.630587 -0.376170) (xy -0.584731 -0.363126) (xy -0.535227 -0.356440) (xy -0.470984 -0.353989) (xy -0.454488 -0.353814) (xy -0.378996 -0.356038) (xy -0.297899 -0.362865) (xy -0.226542 -0.372925)
(xy -0.214699 -0.375224) (xy -0.053995 -0.421711) (xy 0.091348 -0.491215) (xy 0.220056 -0.582874) (xy 0.330859 -0.695829) (xy 0.399064 -0.790222) (xy 0.429762 -0.835597) (xy 0.459519 -0.874480)
(xy 0.478087 -0.894715) (xy 0.500109 -0.920812) (xy 0.508000 -0.941001) (xy 0.513209 -0.963454) (xy 0.526790 -1.002735) (xy 0.543592 -1.044968) (xy 0.573683 -1.125664) (xy 0.587657 -1.190669)
(xy 0.585896 -1.247187) (xy 0.568784 -1.302424) (xy 0.558436 -1.324379) (xy 0.525178 -1.377674) (xy 0.491777 -1.408547) (xy 0.484477 -1.412007) (xy 0.445780 -1.430733) (xy 0.409471 -1.453267)
(xy 0.370882 -1.473759) (xy 0.321926 -1.491210) (xy 0.307874 -1.494773) (xy 0.223927 -1.500405) (xy 0.146612 -1.479503) (xy 0.078499 -1.433460) (xy 0.022158 -1.363670) (xy 0.003661 -1.329764)
(xy -0.029009 -1.276799) (xy -0.079042 -1.213133) (xy -0.141011 -1.144712) (xy -0.209489 -1.077482) (xy -0.279049 -1.017388) (xy -0.287676 -1.010575) (xy -0.323566 -0.985772) (xy -0.355009 -0.975733)
(xy -0.396257 -0.976658) (xy -0.409398 -0.978113) (xy -0.478127 -0.991265) (xy -0.520585 -1.011180) (xy -0.536155 -1.037560) (xy -0.536222 -1.039635) (xy -0.546702 -1.066533) (xy -0.558330 -1.078443)
(xy -0.576669 -1.106956) (xy -0.589485 -1.158928) (xy -0.596484 -1.230086) (xy -0.597373 -1.316157) (xy -0.591857 -1.412867) (xy -0.585461 -1.473340) (xy -0.575671 -1.547430) (xy -0.566964 -1.598644)
(xy -0.557925 -1.632221) (xy -0.547136 -1.653395) (xy -0.533179 -1.667405) (xy -0.532894 -1.667622) (xy -0.503331 -1.682011) (xy -0.486534 -1.678974) (xy -0.463144 -1.674526) (xy -0.419711 -1.678874)
(xy -0.362426 -1.690416) (xy -0.297482 -1.707548) (xy -0.231070 -1.728667) (xy -0.169383 -1.752170) (xy -0.126499 -1.772186) (xy -0.029813 -1.835166) (xy 0.067310 -1.920857) (xy 0.160491 -2.024162)
(xy 0.245351 -2.139985) (xy 0.317510 -2.263229) (xy 0.345412 -2.321412) (xy 0.388371 -2.434140) (xy 0.422801 -2.557083) (xy 0.447707 -2.683553) (xy 0.462095 -2.806864) (xy 0.464971 -2.920327)
(xy 0.455341 -3.017255) (xy 0.451524 -3.035360) (xy 0.409906 -3.156741) (xy 0.346509 -3.260184) (xy 0.261367 -3.345658) (xy 0.154514 -3.413132) (xy 0.025986 -3.462575) (xy -0.043661 -3.479950)
(xy -0.174895 -3.494213) (xy -0.305365 -3.481095) (xy -0.435493 -3.440427) (xy -0.565699 -3.372040) (xy -0.696407 -3.275767) (xy -0.804333 -3.175818) (xy -0.899091 -3.062388) (xy -0.984539 -2.922911)
(xy -1.060727 -2.757254) (xy -1.127708 -2.565283) (xy -1.185536 -2.346864) (xy -1.234262 -2.101865) (xy -1.240902 -2.062121) (xy -1.273179 -1.830669) (xy -1.290430 -1.621242) (xy -1.292297 -1.431756)
(xy -1.596012 -1.431756) (xy -1.595776 -1.446195) (xy -1.592511 -1.642147) (xy -1.589293 -1.831200) (xy -1.586171 -2.010697) (xy -1.583192 -2.177981) (xy -1.580402 -2.330397) (xy -1.577850 -2.465286)
(xy -1.575583 -2.579993) (xy -1.573647 -2.671860) (xy -1.572090 -2.738231) (xy -1.572057 -2.739532) (xy -1.563101 -3.087230) (xy -1.194300 -3.231749) (xy -1.073628 -3.279246) (xy -0.976635 -3.318456)
(xy -0.900681 -3.351274) (xy -0.843122 -3.379594) (xy -0.801318 -3.405308) (xy -0.772626 -3.430312) (xy -0.754403 -3.456500) (xy -0.744009 -3.485765) (xy -0.738800 -3.520001) (xy -0.736183 -3.560164)
(xy -0.738076 -3.650111) (xy -0.754819 -3.718643) (xy -0.787594 -3.769037) (xy -0.821123 -3.795527) (xy -0.861026 -3.813084) (xy -0.905281 -3.823010) (xy -0.943337 -3.823760) (xy -0.962700 -3.816263)
(xy -0.978357 -3.808982) (xy -1.016629 -3.794088) (xy -1.073414 -3.773058) (xy -1.144608 -3.747372) (xy -1.226110 -3.718506) (xy -1.313818 -3.687939) (xy -1.403627 -3.657149) (xy -1.416285 -3.652853)
(xy -1.463116 -3.639139) (xy -1.500876 -3.631942) (xy -1.518591 -3.632290) (xy -1.525669 -3.640215) (xy -1.530894 -3.660043) (xy -1.534509 -3.695166) (xy -1.536756 -3.748974) (xy -1.537880 -3.824860)
(xy -1.538133 -3.904807) (xy -1.538903 -4.013394) (xy -1.541841 -4.097585) (xy -1.547918 -4.161179) (xy -1.558106 -4.207978) (xy -1.573378 -4.241780) (xy -1.594703 -4.266387) (xy -1.623055 -4.285599)
(xy -1.637391 -4.293023) (xy -1.658570 -4.302036) (xy -1.682040 -4.307979) (xy -1.712751 -4.311034) (xy -1.755654 -4.311383) (xy -1.815697 -4.309206) (xy -1.897832 -4.304685) (xy -1.919614 -4.303379)
(xy -2.008148 -4.298575) (xy -2.096582 -4.294745) (xy -2.176816 -4.292176) (xy -2.240749 -4.291152) (xy -2.262598 -4.291282) (xy -2.325532 -4.290700) (xy -2.366232 -4.285686) (xy -2.390460 -4.275372)
(xy -2.395196 -4.271296) (xy -2.401379 -4.262608) (xy -2.406001 -4.248458) (xy -2.409100 -4.225786) (xy -2.410719 -4.191530) (xy -2.410896 -4.142630) (xy -2.409674 -4.076024) (xy -2.407091 -3.988650)
(xy -2.403190 -3.877449) (xy -2.401136 -3.822066) (xy -2.397468 -3.715001) (xy -2.394771 -3.617139) (xy -2.393091 -3.532009) (xy -2.392472 -3.463141) (xy -2.392960 -3.414066) (xy -2.394601 -3.388312)
(xy -2.395538 -3.385372) (xy -2.414627 -3.375548) (xy -2.449618 -3.362475) (xy -2.462389 -3.358333) (xy -2.493841 -3.347929) (xy -2.546381 -3.329911) (xy -2.614530 -3.306184) (xy -2.692806 -3.278656)
(xy -2.765778 -3.252778) (xy -2.865543 -3.218514) (xy -2.981675 -3.180635) (xy -3.103219 -3.142597) (xy -3.219218 -3.107854) (xy -3.284898 -3.089107) (xy -3.383071 -3.061649) (xy -3.457021 -3.039618)
(xy -3.509651 -3.020646) (xy -3.543861 -3.002363) (xy -3.562554 -2.982400) (xy -3.568630 -2.958387) (xy -5.976468 -2.958387) (xy -5.922963 -3.017176) (xy -5.604401 -3.331639) (xy -5.270505 -3.627394)
(xy -4.923051 -3.902490) (xy -4.563814 -4.154978) (xy -4.194569 -4.382909) (xy -4.188710 -4.386276) (xy -4.134091 -4.416468) (xy -4.057647 -4.457039) (xy -3.963009 -4.506181) (xy -3.853803 -4.562080)
(xy -3.733660 -4.622926) (xy -3.606206 -4.686907) (xy -3.475073 -4.752213) (xy -3.343887 -4.817031) (xy -3.216277 -4.879550) (xy -3.095873 -4.937960) (xy -2.986303 -4.990448) (xy -2.891196 -5.035204)
(xy -2.857500 -5.050772) (xy -2.403040 -5.253809) (xy -2.212459 -5.333951) (xy 0.558897 -5.333951) (xy 0.589724 -4.871837) (xy 0.595069 -4.791725) (xy 0.602114 -4.686149) (xy 0.610679 -4.557806)
(xy 0.620585 -4.409390) (xy 0.631652 -4.243598) (xy 0.643699 -4.063126) (xy 0.656547 -3.870669) (xy 0.670015 -3.668922) (xy 0.683923 -3.460583) (xy 0.698093 -3.248346) (xy 0.712343 -3.034908)
(xy 0.719006 -2.935111) (xy 0.733128 -2.723379) (xy 0.747161 -2.512510) (xy 0.760936 -2.305101) (xy 0.774281 -2.103746) (xy 0.787025 -1.911042) (xy 0.798996 -1.729585) (xy 0.810025 -1.561970)
(xy 0.819938 -1.410794) (xy 0.828567 -1.278653) (xy 0.835738 -1.168142) (xy 0.841281 -1.081857) (xy 0.843445 -1.047717) (xy 0.851444 -0.922161) (xy 0.858504 -0.821521) (xy 0.865486 -0.742548)
(xy 0.873252 -0.681995) (xy 0.882663 -0.636612) (xy 0.894581 -0.603150) (xy 0.909868 -0.578362) (xy 0.929384 -0.558999) (xy 0.953990 -0.541811) (xy 0.982049 -0.525020) (xy 1.011454 -0.509657)
(xy 1.040765 -0.500475) (xy 1.077867 -0.496317) (xy 1.130647 -0.496024) (xy 1.171658 -0.497173) (xy 1.239124 -0.500482) (xy 1.287005 -0.506257) (xy 1.323932 -0.516350) (xy 1.358536 -0.532614)
(xy 1.371694 -0.540106) (xy 1.417435 -0.572789) (xy 1.451781 -0.613994) (xy 1.477092 -0.659676) (xy 1.516945 -0.740833) (xy 1.529628 -2.992260) (xy 1.530978 -3.242951) (xy 1.532167 -3.486453)
(xy 1.533194 -3.721224) (xy 1.534055 -3.945722) (xy 1.534751 -4.158404) (xy 1.535278 -4.357729) (xy 1.535634 -4.542154) (xy 1.535818 -4.710138) (xy 1.535828 -4.860138) (xy 1.535661 -4.990611)
(xy 1.535316 -5.100016) (xy 1.534791 -5.186811) (xy 1.534084 -5.249454) (xy 1.533193 -5.286402) (xy 1.532527 -5.295843) (xy 1.517415 -5.343636) (xy 1.490211 -5.382238) (xy 1.448474 -5.412454)
(xy 1.389765 -5.435089) (xy 1.311643 -5.450948) (xy 1.211669 -5.460834) (xy 1.087402 -5.465555) (xy 1.016000 -5.466227) (xy 0.892265 -5.464289) (xy 0.793330 -5.457404) (xy 0.716099 -5.444895)
(xy 0.657475 -5.426086) (xy 0.614361 -5.400299) (xy 0.587777 -5.372632) (xy 0.558897 -5.333951) (xy -2.212459 -5.333951) (xy -1.966398 -5.437423) (xy -1.545493 -5.602202) (xy -1.138241 -5.748735)
(xy -0.742562 -5.877610) (xy -0.356372 -5.989416) (xy 0.022411 -6.084740) (xy 0.395869 -6.164171) (xy 0.766083 -6.228297) (xy 1.135137 -6.277707) (xy 1.505113 -6.312989) (xy 1.643945 -6.322662)
(xy 1.768565 -6.328570) (xy 1.918135 -6.332309) (xy 2.089464 -6.333843) (xy 2.279359 -6.333136) (xy 2.413000 -6.331429) (xy 2.784449 -6.320606) (xy 3.132226 -6.300243) (xy 3.459375 -6.269906)
(xy 3.768937 -6.229158) (xy 4.063954 -6.177566) (xy 4.347470 -6.114694) (xy 4.622525 -6.040108) (xy 4.769556 -5.994500) (xy 4.949465 -5.932310) (xy 5.121905 -5.865103) (xy 5.283535 -5.794524)
(xy 5.431014 -5.722219) (xy 5.561000 -5.649834) (xy 5.670154 -5.579014) (xy 5.755134 -5.511406) (xy 5.760714 -5.506254) (xy 5.786694 -5.484450) (xy 5.802697 -5.475647) (xy 5.804216 -5.476140)
(xy 5.806971 -5.490773) (xy 5.813335 -5.531053) (xy 5.822972 -5.594682) (xy 5.835546 -5.679364) (xy 5.850719 -5.782800) (xy 5.868158 -5.902692) (xy 5.887524 -6.036744) (xy 5.908482 -6.182656)
(xy 5.930695 -6.338131) (xy 5.942943 -6.424195) (xy 6.076826 -7.366223) (xy 5.927663 -7.414196) (xy 5.714759 -7.476866) (xy 5.477641 -7.536114) (xy 5.220178 -7.591294) (xy 4.946243 -7.641755)
(xy 4.659705 -7.686850) (xy 4.364437 -7.725930) (xy 4.064307 -7.758346) (xy 3.763189 -7.783450) (xy 3.697111 -7.787932) (xy 3.690884 -7.789229) (xy 3.711795 -7.790496) (xy 3.758760 -7.791728)
(xy 3.830692 -7.792917) (xy 3.926510 -7.794057) (xy 4.045126 -7.795143) (xy 4.185459 -7.796167) (xy 4.346421 -7.797124) (xy 4.526931 -7.798006) (xy 4.725901 -7.798808) (xy 4.942250 -7.799524)
(xy 5.174891 -7.800146) (xy 5.422740 -7.800668) (xy 5.684713 -7.801085) (xy 5.959725 -7.801389) (xy 5.993695 -7.801418) (xy 8.466667 -7.803444) (xy 8.466667 7.817556) )(layer F.SilkS) (width 0.010000)
)
(fp_poly (pts (xy -3.058583 -7.800979) (xy -2.670244 -7.800791) (xy -2.289441 -7.800584) (xy -1.917124 -7.800360) (xy -1.554242 -7.800120) (xy -1.201746 -7.799865) (xy -0.860586 -7.799596) (xy -0.531711 -7.799315)
(xy -0.216072 -7.799022) (xy 0.085381 -7.798719) (xy 0.371699 -7.798408) (xy 0.641932 -7.798089) (xy 0.895129 -7.797763) (xy 1.130340 -7.797433) (xy 1.346616 -7.797098) (xy 1.543006 -7.796760)
(xy 1.718561 -7.796421) (xy 1.872331 -7.796082) (xy 2.003365 -7.795743) (xy 2.110714 -7.795406) (xy 2.193428 -7.795073) (xy 2.250557 -7.794744) (xy 2.281150 -7.794420) (xy 2.286000 -7.794174)
(xy 2.249770 -7.791720) (xy 2.192025 -7.787835) (xy 2.119409 -7.782963) (xy 2.038566 -7.777552) (xy 1.996722 -7.774756) (xy 1.618883 -7.743022) (xy 1.223924 -7.697489) (xy 0.818770 -7.639142)
(xy 0.410343 -7.568963) (xy 0.062357 -7.500023) (xy -0.466106 -7.374979) (xy -0.996037 -7.222422) (xy -1.526069 -7.042919) (xy -2.054839 -6.837034) (xy -2.580980 -6.605336) (xy -3.103130 -6.348391)
(xy -3.619921 -6.066765) (xy -4.129990 -5.761024) (xy -4.134555 -5.758159) (xy -4.498916 -5.521227) (xy -4.859961 -5.270495) (xy -5.213379 -5.009316) (xy -5.554860 -4.741042) (xy -5.880091 -4.469024)
(xy -6.184764 -4.196615) (xy -6.374075 -4.016694) (xy -6.676371 -3.702259) (xy -6.957651 -3.369927) (xy -7.217240 -3.021129) (xy -7.454463 -2.657295) (xy -7.668648 -2.279854) (xy -7.859119 -1.890236)
(xy -8.025202 -1.489872) (xy -8.166222 -1.080192) (xy -8.281505 -0.662625) (xy -8.370377 -0.238602) (xy -8.432164 0.190447) (xy -8.451220 0.388056) (xy -8.452164 0.385738) (xy -8.453101 0.356249)
(xy -8.454026 0.300638) (xy -8.454938 0.219956) (xy -8.455831 0.115253) (xy -8.456703 -0.012420) (xy -8.457550 -0.162013) (xy -8.458368 -0.332476) (xy -8.459155 -0.522759) (xy -8.459905 -0.731810)
(xy -8.460617 -0.958580) (xy -8.461286 -1.202019) (xy -8.461909 -1.461075) (xy -8.462483 -1.734699) (xy -8.463003 -2.021841) (xy -8.463467 -2.321449) (xy -8.463871 -2.632474) (xy -8.464211 -2.953865)
(xy -8.464483 -3.284571) (xy -8.464685 -3.623544) (xy -8.464692 -3.637139) (xy -8.466666 -7.803444) (xy -3.058583 -7.800979) )(layer F.SilkS) (width 0.010000)
)
(fp_poly (pts (xy 3.785338 -5.198665) (xy 3.834758 -5.193518) (xy 3.877054 -5.182541) (xy 3.922745 -5.163771) (xy 3.929945 -5.160440) (xy 4.030979 -5.099756) (xy 4.114562 -5.021999) (xy 4.178470 -4.931015)
(xy 4.220482 -4.830649) (xy 4.238375 -4.724745) (xy 4.233344 -4.635564) (xy 4.200493 -4.516113) (xy 4.144443 -4.410841) (xy 4.067568 -4.322248) (xy 3.972245 -4.252836) (xy 3.860849 -4.205107)
(xy 3.812833 -4.192755) (xy 3.746196 -4.181106) (xy 3.691973 -4.179418) (xy 3.637028 -4.188426) (xy 3.577167 -4.205940) (xy 3.468157 -4.255730) (xy 3.374732 -4.328690) (xy 3.302053 -4.418408)
(xy 3.249015 -4.524477) (xy 3.222049 -4.634705) (xy 3.220111 -4.745422) (xy 3.242159 -4.852955) (xy 3.287150 -4.953635) (xy 3.307618 -4.981222) (xy 3.541889 -4.981222) (xy 3.541889 -4.430889)
(xy 3.577167 -4.430889) (xy 3.595111 -4.432208) (xy 3.605629 -4.440128) (xy 3.610703 -4.460594) (xy 3.612315 -4.499550) (xy 3.612445 -4.536722) (xy 3.612445 -4.642556) (xy 3.660831 -4.642556)
(xy 3.685257 -4.640758) (xy 3.704909 -4.632216) (xy 3.724893 -4.612207) (xy 3.750311 -4.576007) (xy 3.775181 -4.536722) (xy 3.807388 -4.486060) (xy 3.830363 -4.454846) (xy 3.849478 -4.438380)
(xy 3.870105 -4.431962) (xy 3.896127 -4.430889) (xy 3.930938 -4.433491) (xy 3.949927 -4.439973) (xy 3.951111 -4.442333) (xy 3.942515 -4.457477) (xy 3.919497 -4.488417) (xy 3.886212 -4.529702)
(xy 3.867913 -4.551469) (xy 3.784715 -4.649162) (xy 3.824404 -4.665850) (xy 3.878140 -4.696300) (xy 3.909226 -4.736191) (xy 3.921964 -4.792210) (xy 3.922889 -4.818944) (xy 3.917327 -4.878271)
(xy 3.898595 -4.922058) (xy 3.863626 -4.952258) (xy 3.809349 -4.970824) (xy 3.732698 -4.979711) (xy 3.667970 -4.981222) (xy 3.541889 -4.981222) (xy 3.307618 -4.981222) (xy 3.354040 -5.043790)
(xy 3.441788 -5.119749) (xy 3.513196 -5.161597) (xy 3.556584 -5.180923) (xy 3.596406 -5.192504) (xy 3.642678 -5.198211) (xy 3.705417 -5.199917) (xy 3.718278 -5.199944) (xy 3.785338 -5.198665) )(layer F.SilkS) (width 0.010000)
)
(fp_poly (pts (xy 3.740402 0.943480) (xy 3.747739 0.953785) (xy 3.753630 0.966865) (xy 3.758231 0.985703) (xy 3.761700 1.013283) (xy 3.764195 1.052590) (xy 3.765873 1.106609) (xy 3.766891 1.178322)
(xy 3.767408 1.270715) (xy 3.767580 1.386771) (xy 3.767585 1.458535) (xy 3.767168 1.576621) (xy 3.766021 1.689306) (xy 3.764242 1.792555) (xy 3.761928 1.882333) (xy 3.759176 1.954603)
(xy 3.756085 2.005330) (xy 3.753922 2.024944) (xy 3.739842 2.080674) (xy 3.715276 2.147848) (xy 3.683915 2.218737) (xy 3.649446 2.285612) (xy 3.615561 2.340744) (xy 3.586320 2.376071)
(xy 3.554165 2.406364) (xy 3.529876 2.430983) (xy 3.481507 2.481928) (xy 3.444654 2.517531) (xy 3.412570 2.543971) (xy 3.386667 2.562104) (xy 3.331699 2.592816) (xy 3.287981 2.606003)
(xy 3.259132 2.600917) (xy 3.250958 2.590170) (xy 3.247131 2.564372) (xy 3.245132 2.515156) (xy 3.244787 2.447256) (xy 3.245919 2.365403) (xy 3.248350 2.274331) (xy 3.251907 2.178773)
(xy 3.256411 2.083462) (xy 3.261687 1.993130) (xy 3.267558 1.912512) (xy 3.273849 1.846339) (xy 3.280382 1.799344) (xy 3.280415 1.799167) (xy 3.326518 1.593070) (xy 3.384493 1.408557)
(xy 3.453821 1.246791) (xy 3.533988 1.108936) (xy 3.624475 0.996155) (xy 3.646920 0.973667) (xy 3.713137 0.910167) (xy 3.740402 0.943480) )(layer F.SilkS) (width 0.010000)
)
(fp_poly (pts (xy 5.950832 -0.108548) (xy 5.990470 -0.082473) (xy 5.997640 -0.074083) (xy 6.012234 -0.053140) (xy 6.020512 -0.031116) (xy 6.023400 -0.000716) (xy 6.021826 0.045357) (xy 6.018568 0.090797)
(xy 5.994953 0.247179) (xy 5.949045 0.387332) (xy 5.879870 0.513523) (xy 5.788241 0.626162) (xy 5.747176 0.664833) (xy 5.697601 0.705671) (xy 5.645598 0.744348) (xy 5.597248 0.776537)
(xy 5.558631 0.797907) (xy 5.537933 0.804333) (xy 5.518349 0.792947) (xy 5.511899 0.782012) (xy 5.507335 0.756503) (xy 5.504267 0.713213) (xy 5.503432 0.672651) (xy 5.511614 0.571270)
(xy 5.534368 0.461495) (xy 5.569335 0.348529) (xy 5.614153 0.237578) (xy 5.666463 0.133846) (xy 5.723904 0.042537) (xy 5.784116 -0.031144) (xy 5.844739 -0.081992) (xy 5.846056 -0.082813)
(xy 5.903286 -0.108628) (xy 5.950832 -0.108548) )(layer F.SilkS) (width 0.010000)
)
(fp_poly (pts (xy -0.045813 -2.921426) (xy -0.024497 -2.880847) (xy -0.009619 -2.814088) (xy -0.004270 -2.766284) (xy -0.001895 -2.717228) (xy -0.004963 -2.673459) (xy -0.015035 -2.625462) (xy -0.033673 -2.563719)
(xy -0.041279 -2.540765) (xy -0.103875 -2.386905) (xy -0.180923 -2.256515) (xy -0.273357 -2.148291) (xy -0.382108 -2.060931) (xy -0.386715 -2.057915) (xy -0.429632 -2.031038) (xy -0.463523 -2.011662)
(xy -0.481355 -2.003797) (xy -0.481696 -2.003778) (xy -0.493295 -2.015760) (xy -0.502573 -2.040521) (xy -0.508953 -2.096691) (xy -0.506531 -2.171537) (xy -0.496269 -2.257255) (xy -0.479126 -2.346041)
(xy -0.456065 -2.430091) (xy -0.453733 -2.437151) (xy -0.402112 -2.573390) (xy -0.345580 -2.690439) (xy -0.285415 -2.786625) (xy -0.222894 -2.860276) (xy -0.159294 -2.909720) (xy -0.095894 -2.933285)
(xy -0.073274 -2.935111) (xy -0.045813 -2.921426) )(layer F.SilkS) (width 0.010000)
)
(fp_poly (pts (xy 3.756222 -4.902438) (xy 3.805510 -4.878984) (xy 3.833175 -4.842154) (xy 3.838222 -4.813052) (xy 3.827101 -4.768900) (xy 3.793000 -4.738217) (xy 3.734814 -4.720245) (xy 3.696582 -4.715805)
(xy 3.612445 -4.709719) (xy 3.612445 -4.910667) (xy 3.688153 -4.910667) (xy 3.756222 -4.902438) )(layer F.SilkS) (width 0.010000)
)
)

8973
kicad/v1.2/Logic.kicad_sch Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

121250
kicad/v1.2/SFD700.kicad_pcb Normal file

File diff suppressed because it is too large Load Diff

78
kicad/v1.2/SFD700.kicad_prl vendored Normal file
View File

@@ -0,0 +1,78 @@
{
"board": {
"active_layer": 37,
"active_layer_preset": "All Layers",
"auto_track_width": true,
"hidden_netclasses": [],
"hidden_nets": [],
"high_contrast_mode": 0,
"net_color_mode": 1,
"opacity": {
"images": 0.6,
"pads": 1.0,
"tracks": 1.0,
"vias": 1.0,
"zones": 0.6
},
"ratsnest_display_mode": 0,
"selection_filter": {
"dimensions": true,
"footprints": true,
"graphics": true,
"keepouts": true,
"lockedItems": true,
"otherItems": true,
"pads": true,
"text": true,
"tracks": true,
"vias": true,
"zones": true
},
"visible_items": [
0,
1,
2,
3,
4,
5,
8,
9,
10,
11,
12,
13,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
32,
33,
34,
35,
36,
39,
40
],
"visible_layers": "fffffff_ffffffff",
"zone_display_mode": 0
},
"meta": {
"filename": "SFD700.kicad_prl",
"version": 3
},
"project": {
"files": []
}
}

561
kicad/v1.2/SFD700.kicad_pro vendored Normal file
View File

@@ -0,0 +1,561 @@
{
"board": {
"3dviewports": [],
"design_settings": {
"defaults": {
"board_outline_line_width": 0.049999999999999996,
"copper_line_width": 0.19999999999999998,
"copper_text_italic": false,
"copper_text_size_h": 1.5,
"copper_text_size_v": 1.5,
"copper_text_thickness": 0.3,
"copper_text_upright": false,
"courtyard_line_width": 0.049999999999999996,
"dimension_precision": 4,
"dimension_units": 3,
"dimensions": {
"arrow_length": 1270000,
"extension_offset": 500000,
"keep_text_aligned": true,
"suppress_zeroes": false,
"text_position": 0,
"units_format": 1
},
"fab_line_width": 0.09999999999999999,
"fab_text_italic": false,
"fab_text_size_h": 1.0,
"fab_text_size_v": 1.0,
"fab_text_thickness": 0.15,
"fab_text_upright": false,
"other_line_width": 0.09999999999999999,
"other_text_italic": false,
"other_text_size_h": 1.0,
"other_text_size_v": 1.0,
"other_text_thickness": 0.15,
"other_text_upright": false,
"pads": {
"drill": 0.762,
"height": 1.524,
"width": 1.524
},
"silk_line_width": 0.12,
"silk_text_italic": false,
"silk_text_size_h": 1.0,
"silk_text_size_v": 1.0,
"silk_text_thickness": 0.15,
"silk_text_upright": false,
"zones": {
"45_degree_only": false,
"min_clearance": 0.254
}
},
"diff_pair_dimensions": [
{
"gap": 0.0,
"via_gap": 0.0,
"width": 0.0
}
],
"drc_exclusions": [],
"meta": {
"filename": "board_design_settings.json",
"version": 2
},
"rule_severities": {
"annular_width": "error",
"clearance": "error",
"connection_width": "warning",
"copper_edge_clearance": "error",
"copper_sliver": "warning",
"courtyards_overlap": "ignore",
"diff_pair_gap_out_of_range": "error",
"diff_pair_uncoupled_length_too_long": "error",
"drill_out_of_range": "error",
"duplicate_footprints": "warning",
"extra_footprint": "warning",
"footprint": "error",
"footprint_type_mismatch": "error",
"hole_clearance": "error",
"hole_near_hole": "error",
"invalid_outline": "error",
"isolated_copper": "warning",
"item_on_disabled_layer": "error",
"items_not_allowed": "error",
"length_out_of_range": "error",
"lib_footprint_issues": "warning",
"lib_footprint_mismatch": "ignore",
"malformed_courtyard": "error",
"microvia_drill_out_of_range": "error",
"missing_courtyard": "ignore",
"missing_footprint": "warning",
"net_conflict": "warning",
"npth_inside_courtyard": "ignore",
"padstack": "error",
"pth_inside_courtyard": "ignore",
"shorting_items": "error",
"silk_edge_clearance": "warning",
"silk_over_copper": "warning",
"silk_overlap": "warning",
"skew_out_of_range": "error",
"solder_mask_bridge": "error",
"starved_thermal": "error",
"text_height": "warning",
"text_thickness": "warning",
"through_hole_pad_without_hole": "error",
"too_many_vias": "error",
"track_dangling": "warning",
"track_width": "error",
"tracks_crossing": "error",
"unconnected_items": "error",
"unresolved_variable": "error",
"via_dangling": "warning",
"zones_intersect": "error"
},
"rule_severitieslegacy_courtyards_overlap": true,
"rule_severitieslegacy_no_courtyard_defined": false,
"rules": {
"allow_blind_buried_vias": false,
"allow_microvias": false,
"max_error": 0.005,
"min_clearance": 0.0,
"min_connection": 0.0,
"min_copper_edge_clearance": 0.024999999999999998,
"min_hole_clearance": 0.25,
"min_hole_to_hole": 0.25,
"min_microvia_diameter": 0.19999999999999998,
"min_microvia_drill": 0.09999999999999999,
"min_resolved_spokes": 2,
"min_silk_clearance": 0.0,
"min_text_height": 0.7999999999999999,
"min_text_thickness": 0.08,
"min_through_hole_diameter": 0.3,
"min_track_width": 0.25,
"min_via_annular_width": 0.049999999999999996,
"min_via_diameter": 0.5,
"solder_mask_to_copper_clearance": 0.0,
"use_height_for_length_calcs": true
},
"teardrop_options": [
{
"td_allow_use_two_tracks": true,
"td_curve_segcount": 5,
"td_on_pad_in_zone": false,
"td_onpadsmd": true,
"td_onroundshapesonly": false,
"td_ontrackend": false,
"td_onviapad": true
}
],
"teardrop_parameters": [
{
"td_curve_segcount": 0,
"td_height_ratio": 1.0,
"td_length_ratio": 0.5,
"td_maxheight": 2.0,
"td_maxlen": 1.0,
"td_target_name": "td_round_shape",
"td_width_to_size_filter_ratio": 0.9
},
{
"td_curve_segcount": 0,
"td_height_ratio": 1.0,
"td_length_ratio": 0.5,
"td_maxheight": 2.0,
"td_maxlen": 1.0,
"td_target_name": "td_rect_shape",
"td_width_to_size_filter_ratio": 0.9
},
{
"td_curve_segcount": 0,
"td_height_ratio": 1.0,
"td_length_ratio": 0.5,
"td_maxheight": 2.0,
"td_maxlen": 1.0,
"td_target_name": "td_track_end",
"td_width_to_size_filter_ratio": 0.9
}
],
"track_widths": [
0.0,
0.1524,
0.2,
0.254,
0.381,
0.508,
0.8128
],
"via_dimensions": [
{
"diameter": 0.0,
"drill": 0.0
},
{
"diameter": 0.5,
"drill": 0.3
},
{
"diameter": 0.5,
"drill": 0.35
},
{
"diameter": 0.5,
"drill": 0.4
},
{
"diameter": 0.8,
"drill": 0.5
}
],
"zones_allow_external_fillets": false,
"zones_use_no_outline": true
},
"layer_presets": [],
"viewports": []
},
"boards": [],
"cvpcb": {
"equivalence_files": []
},
"erc": {
"erc_exclusions": [],
"meta": {
"version": 0
},
"pin_map": [
[
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
2
],
[
0,
2,
0,
1,
0,
0,
1,
0,
2,
2,
2,
2
],
[
0,
0,
0,
0,
0,
0,
1,
0,
1,
0,
1,
2
],
[
0,
1,
0,
0,
0,
0,
1,
1,
2,
1,
1,
2
],
[
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
2
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2
],
[
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
2
],
[
0,
0,
0,
1,
0,
0,
1,
0,
0,
0,
0,
2
],
[
0,
2,
1,
2,
0,
0,
1,
0,
2,
2,
2,
2
],
[
0,
2,
0,
1,
0,
0,
1,
0,
2,
0,
0,
2
],
[
0,
2,
1,
1,
0,
0,
1,
0,
2,
0,
0,
2
],
[
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2
]
],
"rule_severities": {
"bus_definition_conflict": "error",
"bus_entry_needed": "error",
"bus_to_bus_conflict": "error",
"bus_to_net_conflict": "error",
"conflicting_netclasses": "error",
"different_unit_footprint": "error",
"different_unit_net": "error",
"duplicate_reference": "error",
"duplicate_sheet_names": "error",
"endpoint_off_grid": "warning",
"extra_units": "error",
"global_label_dangling": "warning",
"hier_label_mismatch": "error",
"label_dangling": "error",
"lib_symbol_issues": "warning",
"missing_bidi_pin": "warning",
"missing_input_pin": "warning",
"missing_power_pin": "error",
"missing_unit": "warning",
"multiple_net_names": "warning",
"net_not_bus_member": "warning",
"no_connect_connected": "warning",
"no_connect_dangling": "warning",
"pin_not_connected": "error",
"pin_not_driven": "error",
"pin_to_pin": "error",
"power_pin_not_driven": "error",
"similar_labels": "warning",
"simulation_model_issue": "error",
"unannotated": "error",
"unit_value_mismatch": "error",
"unresolved_variable": "error",
"wire_dangling": "error"
}
},
"libraries": {
"pinned_footprint_libs": [],
"pinned_symbol_libs": []
},
"meta": {
"filename": "SFD700.kicad_pro",
"version": 1
},
"net_settings": {
"classes": [
{
"bus_width": 12,
"clearance": 0.2,
"diff_pair_gap": 0.25,
"diff_pair_via_gap": 0.25,
"diff_pair_width": 0.2,
"line_style": 0,
"microvia_diameter": 0.3,
"microvia_drill": 0.1,
"name": "Default",
"pcb_color": "rgba(0, 0, 0, 0.000)",
"schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.25,
"via_diameter": 0.8,
"via_drill": 0.4,
"wire_width": 6
},
{
"bus_width": 12,
"clearance": 0.2,
"diff_pair_gap": 0.25,
"diff_pair_via_gap": 0.25,
"diff_pair_width": 0.2,
"line_style": 0,
"microvia_diameter": 0.3,
"microvia_drill": 0.1,
"name": "Power",
"pcb_color": "rgba(0, 0, 0, 0.000)",
"schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.5,
"via_diameter": 0.8,
"via_drill": 0.4,
"wire_width": 6
}
],
"meta": {
"version": 3
},
"net_colors": null,
"netclass_assignments": null,
"netclass_patterns": [
{
"netclass": "Power",
"pattern": "+5V"
},
{
"netclass": "Power",
"pattern": "GNDPWR"
}
]
},
"pcbnew": {
"last_paths": {
"gencad": "",
"idf": "",
"netlist": "",
"specctra_dsn": "SFD700.dsn",
"step": "",
"vrml": ""
},
"page_layout_descr_file": ""
},
"schematic": {
"annotate_start_num": 0,
"drawing": {
"dashed_lines_dash_length_ratio": 12.0,
"dashed_lines_gap_length_ratio": 3.0,
"default_line_thickness": 6.0,
"default_text_size": 50.0,
"field_names": [],
"intersheets_ref_own_page": false,
"intersheets_ref_prefix": "",
"intersheets_ref_short": false,
"intersheets_ref_show": false,
"intersheets_ref_suffix": "",
"junction_size_choice": 3,
"label_size_ratio": 0.25,
"pin_symbol_size": 0.0,
"text_offset_ratio": 0.08
},
"legacy_lib_dir": "",
"legacy_lib_list": [],
"meta": {
"version": 1
},
"net_format_name": "",
"ngspice": {
"fix_include_paths": true,
"fix_passive_vals": false,
"meta": {
"version": 0
},
"model_mode": 0,
"workbook_filename": ""
},
"page_layout_descr_file": "",
"plot_directory": "",
"spice_adjust_passive_values": false,
"spice_current_sheet_as_root": false,
"spice_external_command": "spice \"%I\"",
"spice_model_current_sheet_as_root": true,
"spice_save_all_currents": false,
"spice_save_all_voltages": false,
"subpart_first_id": 65,
"subpart_id_separator": 0
},
"sheets": [
[
"418bd263-f0a9-42da-88ea-160d6eff482c",
""
],
[
"363ead2c-6df6-40be-a0a2-b05dcc50e412",
"Power Decoupling"
],
[
"72b0ae8c-697c-4f96-97c5-cc0479b35a00",
"Logic Sheet"
]
],
"text_variables": {}
}

362
kicad/v1.2/SFD700.kicad_sch Normal file
View File

@@ -0,0 +1,362 @@
(kicad_sch (version 20230121) (generator eeschema)
(uuid 418bd263-f0a9-42da-88ea-160d6eff482c)
(paper "A4")
(title_block
(title "SFD-700 Floppy Interface MKII")
(date "2023-07-27")
(rev "1.2")
(comment 1 "and enhanced to operate with the MZ-80A.")
(comment 2 "This is a redesign of the K&P card using the SFD-700 & SFD-800 schematics as the base")
(comment 3 "with the MZ-80B/MZ-800/MZ-1500/MZ-2000/MZ-2200.")
(comment 4 "SFD-700 Floppy Disk Interface card for the Sharp MZ-80A/MZ-700, also compatible")
)
(lib_symbols
(symbol "Mechanical:MountingHole_Pad" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes)
(property "Reference" "H" (at 0 6.35 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "MountingHole_Pad" (at 0 4.445 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "mounting hole" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Mounting Hole with connection" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_fp_filters" "MountingHole*Pad*" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "MountingHole_Pad_0_1"
(circle (center 0 1.27) (radius 1.27)
(stroke (width 1.27) (type default))
(fill (type none))
)
)
(symbol "MountingHole_Pad_1_1"
(pin input line (at 0 -2.54 90) (length 2.54)
(name "1" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "power:GNDPWR" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes)
(property "Reference" "#PWR" (at 0 -5.08 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GNDPWR" (at 0 -3.302 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (at 0 -1.27 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 0 -1.27 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "global ground" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Power symbol creates a global label with name \"GNDPWR\" , global ground" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "GNDPWR_0_1"
(polyline
(pts
(xy 0 -1.27)
(xy 0 0)
)
(stroke (width 0) (type default))
(fill (type none))
)
(polyline
(pts
(xy -1.016 -1.27)
(xy -1.27 -2.032)
(xy -1.27 -2.032)
)
(stroke (width 0.2032) (type default))
(fill (type none))
)
(polyline
(pts
(xy -0.508 -1.27)
(xy -0.762 -2.032)
(xy -0.762 -2.032)
)
(stroke (width 0.2032) (type default))
(fill (type none))
)
(polyline
(pts
(xy 0 -1.27)
(xy -0.254 -2.032)
(xy -0.254 -2.032)
)
(stroke (width 0.2032) (type default))
(fill (type none))
)
(polyline
(pts
(xy 0.508 -1.27)
(xy 0.254 -2.032)
(xy 0.254 -2.032)
)
(stroke (width 0.2032) (type default))
(fill (type none))
)
(polyline
(pts
(xy 1.016 -1.27)
(xy -1.016 -1.27)
(xy -1.016 -1.27)
)
(stroke (width 0.2032) (type default))
(fill (type none))
)
(polyline
(pts
(xy 1.016 -1.27)
(xy 0.762 -2.032)
(xy 0.762 -2.032)
(xy 0.762 -2.032)
)
(stroke (width 0.2032) (type default))
(fill (type none))
)
)
(symbol "GNDPWR_1_1"
(pin power_in line (at 0 0 270) (length 0) hide
(name "GNDPWR" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
)
)
)
(junction (at 34.29 43.18) (diameter 0) (color 0 0 0 0)
(uuid 33a04eab-6cd0-4366-a1dd-326dc9f6235e)
)
(junction (at 34.29 53.34) (diameter 0) (color 0 0 0 0)
(uuid 57a102af-4ec7-4dd5-991a-41ba5e7c3840)
)
(wire (pts (xy 34.29 53.34) (xy 34.29 55.88))
(stroke (width 0) (type default))
(uuid 44eb714f-27c2-4eb0-ab26-ccbd9c4b6a44)
)
(wire (pts (xy 34.29 52.07) (xy 34.29 53.34))
(stroke (width 0) (type default))
(uuid 495468df-8e40-4b64-aae7-beb2b812c2c2)
)
(wire (pts (xy 48.26 53.34) (xy 48.26 52.07))
(stroke (width 0) (type default))
(uuid 753ec715-9422-4757-adf9-cd73c1a40ddd)
)
(wire (pts (xy 34.29 43.18) (xy 48.26 43.18))
(stroke (width 0) (type default))
(uuid 898a258e-bd06-4715-9d8e-7eaac8dde1e8)
)
(wire (pts (xy 34.29 53.34) (xy 48.26 53.34))
(stroke (width 0) (type default))
(uuid 912ddf75-2890-463a-b123-7def4f0e8317)
)
(wire (pts (xy 48.26 43.18) (xy 48.26 39.37))
(stroke (width 0) (type default))
(uuid 9e4cae29-a650-464e-af47-c6a113478353)
)
(wire (pts (xy 26.67 43.18) (xy 34.29 43.18))
(stroke (width 0) (type default))
(uuid c78755e2-e23e-4810-9f28-d3d9ac289d96)
)
(wire (pts (xy 26.67 53.34) (xy 26.67 43.18))
(stroke (width 0) (type default))
(uuid d1d0a2cc-774c-43e8-8f6c-07e9143eba8c)
)
(wire (pts (xy 34.29 53.34) (xy 26.67 53.34))
(stroke (width 0) (type default))
(uuid f5b7c1fb-05dc-4a58-8ef1-8251d88f79d6)
)
(wire (pts (xy 34.29 43.18) (xy 34.29 39.37))
(stroke (width 0) (type default))
(uuid fd4fd938-e070-4481-8bdc-d2f099c5414d)
)
(symbol (lib_id "Mechanical:MountingHole_Pad") (at 48.26 49.53 0) (unit 1)
(in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
(uuid 02df89d8-58c7-47f6-9f5c-e0394c6af27e)
(property "Reference" "H4" (at 50.8 47.6163 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "Mounting" (at 50.8 49.5373 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "MountingHole:MountingHole_2.7mm_M2.5_Pad" (at 48.26 49.53 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (at 48.26 49.53 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid bfd3d638-4c21-4e68-b8b5-a838ad40a322))
(instances
(project "SFD700"
(path "/418bd263-f0a9-42da-88ea-160d6eff482c"
(reference "H4") (unit 1)
)
)
)
)
(symbol (lib_id "power:GNDPWR") (at 34.29 55.88 0) (unit 1)
(in_bom yes) (on_board yes) (dnp no)
(uuid 5096695c-1bb7-4840-8354-2de521fba3b4)
(property "Reference" "#PWR01" (at 34.29 60.96 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GNDPWR" (at 34.29 58.42 0)
(effects (font (size 0.7874 0.7874)))
)
(property "Footprint" "" (at 34.29 57.15 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 34.29 57.15 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid d630ea9a-4b21-45bc-998d-53c837f06cb1))
(instances
(project "SFD700"
(path "/418bd263-f0a9-42da-88ea-160d6eff482c"
(reference "#PWR01") (unit 1)
)
(path "/418bd263-f0a9-42da-88ea-160d6eff482c/72b0ae8c-697c-4f96-97c5-cc0479b35a00"
(reference "#PWR012") (unit 1)
)
(path "/418bd263-f0a9-42da-88ea-160d6eff482c/363ead2c-6df6-40be-a0a2-b05dcc50e412"
(reference "#PWR02") (unit 1)
)
)
)
)
(symbol (lib_id "Mechanical:MountingHole_Pad") (at 34.29 36.83 0) (unit 1)
(in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
(uuid 63cb8558-7387-4338-94e1-cd0cdd4bdaae)
(property "Reference" "H1" (at 36.83 34.9163 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "Mounting" (at 36.83 36.8373 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "MountingHole:MountingHole_2.7mm_M2.5_Pad" (at 34.29 36.83 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (at 34.29 36.83 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 226fc6c0-6771-4591-949a-e16d914d8acc))
(instances
(project "SFD700"
(path "/418bd263-f0a9-42da-88ea-160d6eff482c"
(reference "H1") (unit 1)
)
)
)
)
(symbol (lib_id "Mechanical:MountingHole_Pad") (at 34.29 49.53 0) (unit 1)
(in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
(uuid 7392d6b4-d2ff-47ed-b733-aee99a2f1bcf)
(property "Reference" "H2" (at 36.83 47.6163 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "Mounting" (at 36.83 49.5373 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "MountingHole:MountingHole_2.7mm_M2.5_Pad" (at 34.29 49.53 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (at 34.29 49.53 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 3c3a9f3b-f82a-4dfe-914e-fbb6533f29bb))
(instances
(project "SFD700"
(path "/418bd263-f0a9-42da-88ea-160d6eff482c"
(reference "H2") (unit 1)
)
)
)
)
(symbol (lib_id "Mechanical:MountingHole_Pad") (at 48.26 36.83 0) (unit 1)
(in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
(uuid e627e95f-7a85-45c6-9536-59ba61b997b0)
(property "Reference" "H3" (at 50.8 34.9163 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "Mounting" (at 50.8 36.8373 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "MountingHole:MountingHole_2.7mm_M2.5_Pad" (at 48.26 36.83 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (at 48.26 36.83 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid b6183afd-4afa-432c-916a-22778986e285))
(instances
(project "SFD700"
(path "/418bd263-f0a9-42da-88ea-160d6eff482c"
(reference "H3") (unit 1)
)
)
)
)
(sheet (at 81.28 96.52) (size 137.795 60.96) (fields_autoplaced)
(stroke (width 0.1524) (type solid))
(fill (color 0 0 0 0.0000))
(uuid 363ead2c-6df6-40be-a0a2-b05dcc50e412)
(property "Sheetname" "Power Decoupling" (at 81.28 95.8084 0)
(effects (font (size 1.27 1.27)) (justify left bottom))
)
(property "Sheetfile" "PowerDecoupling.kicad_sch" (at 81.28 158.0646 0)
(effects (font (size 1.27 1.27)) (justify left top))
)
(instances
(project "SFD700"
(path "/418bd263-f0a9-42da-88ea-160d6eff482c" (page "2"))
)
)
)
(sheet (at 81.28 24.765) (size 137.795 62.865) (fields_autoplaced)
(stroke (width 0.1524) (type solid))
(fill (color 0 0 0 0.0000))
(uuid 72b0ae8c-697c-4f96-97c5-cc0479b35a00)
(property "Sheetname" "Logic Sheet" (at 81.28 24.0534 0)
(effects (font (size 1.27 1.27)) (justify left bottom))
)
(property "Sheetfile" "Logic.kicad_sch" (at 81.28 88.2146 0)
(effects (font (size 1.27 1.27)) (justify left top))
)
(instances
(project "SFD700"
(path "/418bd263-f0a9-42da-88ea-160d6eff482c" (page "3"))
)
)
)
(sheet_instances
(path "/" (page "1"))
)
)

1493
kicad/v1.2/SFD700.kicad_sym vendored Normal file

File diff suppressed because it is too large Load Diff

253
kicad/v1.2/SFD700.lib vendored Normal file
View File

@@ -0,0 +1,253 @@
EESchema-LIBRARY Version 2.4
#encoding utf-8
#
# Ext_Bus_MZ800
#
DEF Ext_Bus_MZ800 J 0 20 Y Y 1 F N
F0 "J" 0 1225 50 H V C CNN
F1 "Ext_Bus_MZ800" 0 -1225 50 H V C CNN
F2 "" 0 -450 50 H I C CNN
F3 "" 0 -450 50 H I C CNN
DRAW
T 0 -200 1150 31 0 0 0 " Top Side" Normal 0 C C
T 0 150 1150 31 0 0 0 "Bottom Side" Normal 0 C C
S -300 -1150 300 1200 0 1 10 f
X VCC 1 -400 1050 100 R 50 50 1 1 w
X D6 10 400 650 100 L 50 50 1 1 T
X AD15 11 -400 550 100 R 50 50 1 1 O
X D7 12 400 550 100 L 50 50 1 1 T
X AD14 13 -400 450 100 R 50 50 1 1 O
X BUS0 14 400 450 100 L 50 50 1 1 O
X AD13 15 -400 350 100 R 50 50 1 1 O
X ~M1 16 400 350 100 L 50 50 1 1 O
X AD12 17 -400 250 100 R 50 50 1 1 O
X ~WR 18 400 250 100 L 50 50 1 1 O
X AD11 19 -400 150 100 R 50 50 1 1 O
X VCC 2 400 1050 100 L 50 50 1 1 W
X ~RD 20 400 150 100 L 50 50 1 1 O
X AD10 21 -400 50 100 R 50 50 1 1 O
X ~IORQ 22 400 50 100 L 50 50 1 1 O
X AD9 23 -400 -50 100 R 50 50 1 1 O
X ~MREQ 24 400 -50 100 L 50 50 1 1 O
X AD8 25 -400 -150 100 R 50 50 1 1 O
X GND 26 400 -150 100 L 50 50 1 1 w
X AD7 27 -400 -250 100 R 50 50 1 1 O
X ~HALT 28 400 -250 100 L 50 50 1 1 I
X AD6 29 -400 -350 100 R 50 50 1 1 O
X D2 3 -400 950 100 R 50 50 1 1 T
X IE1 30 400 -350 100 L 50 50 1 1 I
X AD5 31 -400 -450 100 R 50 50 1 1 O
X NC 32 400 -450 100 L 50 50 1 1 P
X AD4 33 -400 -550 100 R 50 50 1 1 O
X RESET 34 400 -550 100 L 50 50 1 1 O
X AD3 35 -400 -650 100 R 50 50 1 1 O
X ~EXRESET 36 400 -650 100 L 50 50 1 1 I
X AD2 37 -400 -750 100 R 50 50 1 1 O
X ~INT 38 400 -750 100 L 50 50 1 1 I
X AD1 39 -400 -850 100 R 50 50 1 1 O
X D3 4 400 950 100 L 50 50 1 1 T
X ~EXWAIT 40 400 -850 100 L 50 50 1 1 I
X AD0 41 -400 -950 100 R 50 50 1 1 O
X NC 42 400 -950 100 L 50 50 1 1 P
X GND 43 -400 -1050 100 R 50 50 1 1 W
X GND 44 400 -1050 100 L 50 50 1 1 W
X D1 5 -400 850 100 R 50 50 1 1 T
X D4 6 400 850 100 L 50 50 1 1 T
X D0 7 -400 750 100 R 50 50 1 1 T
X D5 8 400 750 100 L 50 50 1 1 T
X GND 9 -400 650 100 R 50 50 1 1 W
ENDDRAW
ENDDEF
#
# PAL12L6
#
DEF PAL12L6 U 0 40 Y Y 1 F N
F0 "U" -350 650 50 H V L CNN
F1 "PAL12L6" 50 700 50 H V L CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
$FPLIST
DIP*
PDIP*
$ENDFPLIST
DRAW
S -350 600 300 -850 0 1 10 f
X GND 10 0 -1000 150 U 50 50 0 0 W
X VCC 20 0 750 150 D 50 50 0 0 W
X A0 1 -500 500 150 R 50 50 1 1 I
X ~WR 11 -500 -500 150 R 50 50 1 1 I
X ~RD 12 -500 -600 150 R 50 50 1 1 I
X ~BUS 13 450 400 150 L 50 50 1 1 O
X ~DRIVE 14 450 50 150 L 50 50 1 1 O
X ~RES 15 450 -350 150 L 50 50 1 1 O
X ~SIDE 16 450 -600 150 L 50 50 1 1 O
X ~DDEN 17 450 -150 150 L 50 50 1 1 O
X ~FDC 18 450 250 150 L 50 50 1 1 O
X ~IORQ 19 -500 -400 150 R 50 50 1 1 I
X A1 2 -500 400 150 R 50 50 1 1 I
X A2 3 -500 300 150 R 50 50 1 1 I
X A3 4 -500 200 150 R 50 50 1 1 I
X RESET 5 -500 -750 150 R 50 50 1 1 I
X A4 6 -500 100 150 R 50 50 1 1 I
X A5 7 -500 0 150 R 50 50 1 1 I
X A6 8 -500 -100 150 R 50 50 1 1 I
X A7 9 -500 -200 150 R 50 50 1 1 I
ENDDRAW
ENDDEF
#
# Connector_Generic_Conn_02x17_Odd_Even
#
DEF Connector_Generic_Conn_02x17_Odd_Even J 0 40 Y N 1 F N
F0 "J" 50 900 50 H V C CNN
F1 "Connector_Generic_Conn_02x17_Odd_Even" 50 -900 50 H V C CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
$FPLIST
Connector*:*_2x??_*
$ENDFPLIST
DRAW
S -50 -795 0 -805 1 1 6 N
S -50 -695 0 -705 1 1 6 N
S -50 -595 0 -605 1 1 6 N
S -50 -495 0 -505 1 1 6 N
S -50 -395 0 -405 1 1 6 N
S -50 -295 0 -305 1 1 6 N
S -50 -195 0 -205 1 1 6 N
S -50 -95 0 -105 1 1 6 N
S -50 5 0 -5 1 1 6 N
S -50 105 0 95 1 1 6 N
S -50 205 0 195 1 1 6 N
S -50 305 0 295 1 1 6 N
S -50 405 0 395 1 1 6 N
S -50 505 0 495 1 1 6 N
S -50 605 0 595 1 1 6 N
S -50 705 0 695 1 1 6 N
S -50 805 0 795 1 1 6 N
S -50 850 150 -850 1 1 10 f
S 150 -795 100 -805 1 1 6 N
S 150 -695 100 -705 1 1 6 N
S 150 -595 100 -605 1 1 6 N
S 150 -495 100 -505 1 1 6 N
S 150 -395 100 -405 1 1 6 N
S 150 -295 100 -305 1 1 6 N
S 150 -195 100 -205 1 1 6 N
S 150 -95 100 -105 1 1 6 N
S 150 5 100 -5 1 1 6 N
S 150 105 100 95 1 1 6 N
S 150 205 100 195 1 1 6 N
S 150 305 100 295 1 1 6 N
S 150 405 100 395 1 1 6 N
S 150 505 100 495 1 1 6 N
S 150 605 100 595 1 1 6 N
S 150 705 100 695 1 1 6 N
S 150 805 100 795 1 1 6 N
X Pin_1 1 -200 800 150 R 50 50 1 1 P
X Pin_10 10 300 400 150 L 50 50 1 1 P
X Pin_11 11 -200 300 150 R 50 50 1 1 P
X Pin_12 12 300 300 150 L 50 50 1 1 P
X Pin_13 13 -200 200 150 R 50 50 1 1 P
X Pin_14 14 300 200 150 L 50 50 1 1 P
X Pin_15 15 -200 100 150 R 50 50 1 1 P
X Pin_16 16 300 100 150 L 50 50 1 1 P
X Pin_17 17 -200 0 150 R 50 50 1 1 P
X Pin_18 18 300 0 150 L 50 50 1 1 P
X Pin_19 19 -200 -100 150 R 50 50 1 1 P
X Pin_2 2 300 800 150 L 50 50 1 1 P
X Pin_20 20 300 -100 150 L 50 50 1 1 P
X Pin_21 21 -200 -200 150 R 50 50 1 1 P
X Pin_22 22 300 -200 150 L 50 50 1 1 P
X Pin_23 23 -200 -300 150 R 50 50 1 1 P
X Pin_24 24 300 -300 150 L 50 50 1 1 P
X Pin_25 25 -200 -400 150 R 50 50 1 1 P
X Pin_26 26 300 -400 150 L 50 50 1 1 P
X Pin_27 27 -200 -500 150 R 50 50 1 1 P
X Pin_28 28 300 -500 150 L 50 50 1 1 P
X Pin_29 29 -200 -600 150 R 50 50 1 1 P
X Pin_3 3 -200 700 150 R 50 50 1 1 P
X Pin_30 30 300 -600 150 L 50 50 1 1 P
X Pin_31 31 -200 -700 150 R 50 50 1 1 P
X Pin_32 32 300 -700 150 L 50 50 1 1 P
X Pin_33 33 -200 -800 150 R 50 50 1 1 P
X Pin_34 34 300 -800 150 L 50 50 1 1 P
X Pin_4 4 300 700 150 L 50 50 1 1 P
X Pin_5 5 -200 600 150 R 50 50 1 1 P
X Pin_6 6 300 600 150 L 50 50 1 1 P
X Pin_7 7 -200 500 150 R 50 50 1 1 P
X Pin_8 8 300 500 150 L 50 50 1 1 P
X Pin_9 9 -200 400 150 R 50 50 1 1 P
ENDDRAW
ENDDEF
#
# SFD700_PAL12L6
#
DEF SFD700_PAL12L6 U 0 40 Y Y 1 F N
F0 "U" -350 650 50 H V L CNN
F1 "SFD700_PAL12L6" 50 700 50 H V L CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
$FPLIST
DIP*
PDIP*
$ENDFPLIST
DRAW
S -350 600 300 -850 0 1 10 f
X GND 10 0 -1000 150 U 50 50 0 0 W
X VCC 20 0 750 150 D 50 50 0 0 W
X A0 1 -500 500 150 R 50 50 1 1 I
X ~WR 11 -500 -500 150 R 50 50 1 1 I
X ~RD 12 -500 -600 150 R 50 50 1 1 I
X ~BUS 13 450 400 150 L 50 50 1 1 O
X ~DRIVE 14 450 50 150 L 50 50 1 1 O
X ~RES 15 450 -350 150 L 50 50 1 1 O
X ~SIDE 16 450 -600 150 L 50 50 1 1 O
X ~DDEN 17 450 -150 150 L 50 50 1 1 O
X ~FDC 18 450 250 150 L 50 50 1 1 O
X ~IORQ 19 -500 -400 150 R 50 50 1 1 I
X A1 2 -500 400 150 R 50 50 1 1 I
X A2 3 -500 300 150 R 50 50 1 1 I
X A3 4 -500 200 150 R 50 50 1 1 I
X RESET 5 -500 -750 150 R 50 50 1 1 I
X A4 6 -500 100 150 R 50 50 1 1 I
X A5 7 -500 0 150 R 50 50 1 1 I
X A6 8 -500 -100 150 R 50 50 1 1 I
X A7 9 -500 -200 150 R 50 50 1 1 I
ENDDRAW
ENDDEF
#
# SFD700_PAL12L6
#
DEF SFD700_PAL12L6 U 0 40 Y Y 1 F N
F0 "U" -350 650 50 H V L CNN
F1 "SFD700_PAL12L6" 50 700 50 H V L CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
$FPLIST
DIP*
PDIP*
$ENDFPLIST
DRAW
S -350 600 300 -850 0 1 10 f
X GND 10 0 -1000 150 U 50 50 0 0 W
X VCC 20 0 750 150 D 50 50 0 0 W
X A0 1 -500 500 150 R 50 50 1 1 I
X ~WR 11 -500 -500 150 R 50 50 1 1 I
X ~RD 12 -500 -600 150 R 50 50 1 1 I
X ~BUS 13 450 400 150 L 50 50 1 1 O
X ~DRIVE 14 450 50 150 L 50 50 1 1 O
X ~RES 15 450 -350 150 L 50 50 1 1 O
X ~SIDE 16 450 -600 150 L 50 50 1 1 O
X ~DDEN 17 450 -150 150 L 50 50 1 1 O
X ~FDC 18 450 250 150 L 50 50 1 1 O
X ~IORQ 19 -500 -400 150 R 50 50 1 1 I
X A1 2 -500 400 150 R 50 50 1 1 I
X A2 3 -500 300 150 R 50 50 1 1 I
X A3 4 -500 200 150 R 50 50 1 1 I
X RESET 5 -500 -750 150 R 50 50 1 1 I
X A4 6 -500 100 150 R 50 50 1 1 I
X A5 7 -500 0 150 R 50 50 1 1 I
X A6 8 -500 -100 150 R 50 50 1 1 I
X A7 9 -500 -200 150 R 50 50 1 1 I
ENDDRAW
ENDDEF
#
#End Library

View File

@@ -0,0 +1,74 @@
(footprint "BUS_MZ800" (version 20221018) (generator pcbnew)
(layer "F.Cu")
(descr "MZ-800 Bus Edge Connector")
(tags "BUS MZ-800 Edge connector")
(property "Sheetfile" "SFD700.kicad_sch")
(property "Sheetname" "")
(attr exclude_from_pos_files)
(fp_text reference "J1" (at -0.6096 -6.8072) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 11d40477-5a4f-401e-a919-552a643d49a6)
)
(fp_text value "MZ-700 Bus" (at 6.1468 -6.858) (layer "F.Fab") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 247e4a6b-c18b-4097-98d6-554243a923ab)
)
(fp_line (start -28.5496 -6.3484) (end -28.5496 6.8984)
(stroke (width 0.1) (type solid)) (layer "F.SilkS") (tstamp 78ead7dd-80e4-4c2d-babd-c0f89491ca2d))
(fp_line (start -28.5472 6.8984) (end 28.7528 6.8984)
(stroke (width 0.1) (type solid)) (layer "F.SilkS") (tstamp 0a250ba9-6e50-46a7-89b0-c2bbf365867b))
(fp_line (start 28.7528 -6.3484) (end 28.7528 6.8984)
(stroke (width 0.1) (type solid)) (layer "F.SilkS") (tstamp e5753d89-c96f-48eb-93e2-e61b76cbfcf0))
(fp_line (start -28.57 -6.35) (end -28.57 6.8984)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cadc0662-16a6-45e9-a66b-fb7f408a3757))
(fp_line (start -28.57 -6.35) (end 28.73 -6.35)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1366ef9d-07fe-45c0-aad0-9e392f8a301a))
(fp_line (start -28.57 6.8984) (end 28.73 6.8984)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7d77b8b2-53d4-4655-9209-38134c9abd84))
(fp_line (start 28.73 -6.35) (end 28.73 6.8984)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9b55e1d7-0104-4de3-a68a-a724763bc172))
(pad "1" connect rect (at 26.67 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") (tstamp 2e6f6a09-226e-4e49-b7a1-ce313eb361b1))
(pad "2" connect rect (at 26.67 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") (tstamp 06ee9e61-cc1c-4d4a-9781-99ae175ba629))
(pad "3" connect rect (at 24.13 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") (tstamp bafeaa15-19e1-4e05-b8a4-c681e39d673e))
(pad "4" connect rect (at 24.13 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") (tstamp c3d69cd7-a265-4a4b-b054-8dcc44e9e546))
(pad "5" connect rect (at 21.59 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") (tstamp 9aef013b-81e4-46d1-bccc-2f0efeccc03f))
(pad "6" connect rect (at 21.59 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") (tstamp 59e49614-b286-472a-8730-7d03d13dacb5))
(pad "7" connect rect (at 19.05 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") (tstamp 90f6e432-02b0-4a51-8256-7b9711b91893))
(pad "8" connect rect (at 19.05 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") (tstamp a6d6b34a-e691-4723-b9f4-3fcf3bfca64f))
(pad "9" connect rect (at 16.51 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") (tstamp 4107ed5d-7170-4635-8790-9102b9096469))
(pad "10" connect rect (at 16.51 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") (tstamp a6f91da5-a204-40c0-8d99-83e8755ba0be))
(pad "11" connect rect (at 13.97 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") (tstamp a9652936-3f83-44cd-bf5c-748201d24450))
(pad "12" connect rect (at 13.97 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") (tstamp 45457aaa-13bd-456a-9c5c-c63acd514ab4))
(pad "13" connect rect (at 11.43 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") (tstamp d4462769-279f-4776-9554-b3269c43f9e4))
(pad "14" connect rect (at 11.43 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") (tstamp dc46410c-447e-4ffe-8947-998fa04bee2f))
(pad "15" connect rect (at 8.89 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") (tstamp b2a85bea-a5e8-467e-84d3-0f5e0c026d18))
(pad "16" connect rect (at 8.89 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") (tstamp 96c3ddbd-fe53-4735-b457-eaef299e685b))
(pad "17" connect rect (at 6.35 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") (tstamp 221a9f91-1bb9-4847-8e07-48b60662c9bd))
(pad "18" connect rect (at 6.35 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") (tstamp a236c0a9-fc5a-4647-b7fc-b99fa553e0b1))
(pad "19" connect rect (at 3.81 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") (tstamp 518726ff-640c-4877-9297-0dac57391a27))
(pad "20" connect rect (at 3.81 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") (tstamp d651e947-a45a-4bdf-9e31-ce35e055450f))
(pad "21" connect rect (at 1.27 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") (tstamp 913563c1-6793-4fe0-b565-706e45256349))
(pad "22" connect rect (at 1.27 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") (tstamp 1199a083-9083-4223-90f6-7d503051f5dc))
(pad "23" connect rect (at -1.27 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") (tstamp 80bd0220-77d6-430e-8e8f-172f1a9b688b))
(pad "24" connect rect (at -1.27 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") (tstamp d60fcf6d-5674-4b0f-a6f2-fdd76aaf5404))
(pad "25" connect rect (at -3.81 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") (tstamp c0abebe9-3619-4309-8510-9555710bbc3d))
(pad "26" connect rect (at -3.81 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") (tstamp bbf66b4a-84f6-4857-9903-2869907d785e))
(pad "27" connect rect (at -6.35 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") (tstamp e3248e0e-98ed-44c6-848d-478fcc75504c))
(pad "28" connect rect (at -6.35 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") (tstamp e0e43f28-d167-4d6a-bd1a-0af075171f75))
(pad "29" connect rect (at -8.89 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") (tstamp 05703975-e70b-48f9-a926-b16e7e4003c8))
(pad "30" connect rect (at -8.89 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") (tstamp f054b17e-cce8-4851-98b5-c6dd5538df53))
(pad "31" connect rect (at -11.43 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") (tstamp 274ee3f9-d53a-446f-89c0-c5f01a5a41f4))
(pad "32" connect rect (at -11.43 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") (tstamp bce71e07-a90a-4226-b4a5-9a5a9ebefe26))
(pad "33" connect rect (at -13.97 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") (tstamp b27eb94e-5863-4b78-8cd2-d83e9d929e47))
(pad "34" connect rect (at -13.97 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") (tstamp b413ae7b-83ac-43a0-b6c7-2cc89fd3c32c))
(pad "35" connect rect (at -16.51 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") (tstamp 82b20f67-d5f3-4879-8236-0348c3501d8e))
(pad "36" connect rect (at -16.51 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") (tstamp cda55003-e72b-473c-a638-5ed9c1c18988))
(pad "37" connect rect (at -19.05 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") (tstamp a4dbe873-82cf-45e7-8088-39f910e639aa))
(pad "38" connect rect (at -19.05 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") (tstamp be4aadfa-ae85-4532-a938-f4708636360f))
(pad "39" connect rect (at -21.59 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") (tstamp 20dec8ec-ce35-4ebb-a284-e1c653b25820))
(pad "40" connect rect (at -21.59 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") (tstamp d65e63e6-8934-4752-b39a-d51dd1f01f89))
(pad "41" connect rect (at -24.13 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") (tstamp dbecc811-fb06-4c88-9aad-13db2dff27e4))
(pad "42" connect rect (at -24.13 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") (tstamp 821e133b-0bf5-487a-aaaf-004ab812cbb9))
(pad "43" connect rect (at -26.67 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") (tstamp 2f662a35-6052-4ae0-9e97-e809faa5ba45))
(pad "44" connect rect (at -26.67 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") (tstamp bff8d273-bf8a-44d3-917a-ee189cbcec9b))
)

4442
kicad/v1.2/bom/ibom.html vendored Normal file

File diff suppressed because one or more lines are too long

3
kicad/v1.2/fp-lib-table vendored Normal file
View File

@@ -0,0 +1,3 @@
(fp_lib_table
(lib (name "SFD700")(type "KiCad")(uri "${KIPRJMOD}/SFD700.pretty")(options "")(descr ""))
)

4
kicad/v1.2/sym-lib-table vendored Normal file
View File

@@ -0,0 +1,4 @@
(sym_lib_table
(lib (name "SFD700")(type "KiCad")(uri "${KIPRJMOD}/SFD700.kicad_sym")(options "")(descr ""))
(lib (name "Custom")(type "KiCad")(uri "${KIPRJMOD}/Custom.kicad_sym")(options "")(descr ""))
)

BIN
mz-1e14.rom vendored Normal file

Binary file not shown.

BIN
mz80afi.rom vendored

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.