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 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
|
#
# $Id: isa_gen_ne2000_glue.src,v 1.6 2009-06-05 07:46:05 vrsieh Exp $
#
# Copyright (C) 2009 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=2000
pinwidthvertical=300
pinwidthhorizontal=300
[geda_attr]
version=20090130
name=ne2000_glue
device=isa_gen_ne2000_glue
generic=irq=9
generic=ioaddr=0x0300
refdes=U?
footprint=SO20
description=ISA NE2000 Glue Logic
documentation=http://
author=Volkmar Sieh <Volkmar.Sieh@informatik.uni-erlangen.de>
numslots=0
[pins]
#-----------------------------------------------------
#pinnr seq type style posit. net label
#-----------------------------------------------------
#
20 20 call line r nic_bus isa_bus_main
21 21 call line r nic_dma isa_bus_dma
22 22 in line r nic_irq boolean_or
23 23 out line r nic_reset# boolean
spacer r
30 30 call line r ram cs
spacer r
40 40 call line r rom cs
#
spacer b
1 1 in line b power boolean
spacer b
spacer b
2 2 in line b reset# boolean
spacer b
#
10 10 call line l pc_bus isa_bus_main
spacer l
11 11 out line l pc_irq7 boolean_or
12 12 out line l pc_irq9 boolean_or
13 13 out line l pc_irq10 boolean_or
14 14 out line l pc_irq11 boolean_or
15 15 out line l pc_irq12 boolean_or
16 16 out line l pc_irq14 boolean_or
|