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

gEDA-user: tragesym and multiple slots



Hi!
I am trying to create a symbol for AT91RM9200 (datasheet: http://www.atmel.com/dyn/resources/prod_documents/1768s.pdf).

I'd like to use tragesym. I've prepared the tab-separated file, and according to http://www.geda.seul.org/docs/current/tutorials/tragesym/tragesym.html , i passed it through tragesym. 

Everything was ok, unless I wanted to divide the symbol into slots. I prepared the following header and attached it to the tab-separated pinlist. After converting this to a symbol I get errors "Not enough pins in slotdef=1:"... for each slotdef I prepared. Could someone tell me, what I forgot? (pinwidths are not set to proper values yet)
Best regards,
Tomek

-------------------------

# This is the template file for creating symbols with tragesym.py
# every line starting with '#' is a comment line.
 
[options]
# rotate_labels rotates the pintext of top and bottom pins
# wordswap swaps labels if the pin is on the right side an looks like this:
# "PB1 (CLK)"
wordswap=yes
rotate_labels=no
sort_labels=yes
generate_pinseq=yes
sym_width=1400
pinwidthvertikal=400
pinwidthhorizontal=400
 
[geda_attr]
# name will be printed in the top of the symbol
# if you have a device with slots, you'll have to use slot= and slotdef=
# use comment= if there are special information you want to add
author=Tomasz Nowak
documentation=unavailable
version=20060321
name=AT91RM9200
device=AT91RM9200
refdes=U?
footprint=pq208
description=ARM920T based Microcontroller from ATMEL
numslots=3
slot=1
slotdef=1:105,106,107,108,109,110,115,37,38,39,31,32,33,34,35,36,28,29,30,40,56,75,98,111,129,7,28,181,146,164,183,199,19,62,116,152,188,8,20,27,30,34,39,41,57,63,76,94,112,117,130,132,147,153,165,184,189,200
slotdef=2:133,134,135,136,137,138,139,140,141,142,143,144,145,148,149,150,151,154,155,156,157,158,159,160,161,186,187,188,189,170,171,172,173,174,175,176,177,178,179,180,181,182,185,186,187,190,191,192,193,194,195,196,197,198,201,202,203,204,205,206,207,208,1,2,3,4,5,6,9,10
slotdef=3:42,43,44,45,46,47,48,49,50,51,52,53,54,55,58,59,60,61,64,65,66,67,68,69,70,71,72,73,74,77,78,79,125,126,127,128,80,81,82,83,84,85,86,87,88,89,90,91,92,95,96,97,98,99,100,101,102,103,104,118,119,120,121,122,123,124,17,18,21,22,23,24,25,162,163,11,12,13,14,15,16
 
[pins]
# here goes list like this:
115		in	dot	r		_RST_
110		in	dot	l		_TRST_
133		io	line	l		A0/NBS0
134		io	line	l		A1/NBS2/NWR2
143		io	line	l		A10
...