1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
#
# Copyright (C) 2010 FAUmachine Team <info@faumachine.org>.
# This program is free software. You can redistribute it and/or modify it
# under the terms of the GNU General Public License, either version 2 of
# the License, or (at your option) any later version. See COPYING.
#
[options]
wordswap=yes
rotate_labels=no
sort_labels=no
generate_pinseq=no
sym_width=2600
pinwidthvertical=200
pinwidthhorizontal=200
[geda_attr]
version=20080723
name=FAUM_soundrc
device=misc_analog_rcsound
refdes=U?
footprint=SO20
description=Analog amplifier with programmable RC-members
documentation=http://
author=Stefan Potyra
numslots=0
[pins]
#-----------------------------------------------------
#pinnr seq type style posit. net label
#-----------------------------------------------------
1 1 in line l ton_in std_logic
2 2 in line l rc_in_0 std_logic
3 3 in line l rc_in_1 std_logic
4 4 in line l rc_in_2 std_logic
5 5 in line l rc_in_3 std_logic
6 6 in line l vol_in_0 std_logic
7 7 in line l vol_in_1 std_logic
8 8 in line l vol_in_2 std_logic
9 9 in line l vol_in_3 std_logic
10 10 out line r snd_out_left sound
11 11 out line r snd_out_right sound
|