[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-user: Minor source attribute problems
- To: geda-user@seul.org
- Subject: gEDA-user: Minor source attribute problems
- From: Bill Cox <bill@viasic.com>
- Date: Sun, 16 Nov 2003 07:37:10 -0500
- Delivered-to: archiver@seul.org
- Delivered-to: geda-user-outgoing@seul.org
- Delivered-to: geda-user@seul.org
- Delivery-date: Sun, 16 Nov 2003 07:46:08 -0500
- Reply-to: geda-user@seul.org
- Sender: owner-geda-user@seul.org
- User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225
Hi.
I'm running into some problems in gschem with the source attribute on
symbols.
I've finished the SRAM, and have started doing a via-programmed ROM.
Naturally, some of the schematics have the same name. I need a way for
the source attribute to be able to specify which schematic to use. Just
the component path wont do the job. In particular, if I list the SRAM
directory first, the ROM symbols will point to the SRAM schematics, and
vise-versa.
I think that putting relative paths for symbols might work out ok. A
simpler hack would be to look in the same directory as the symbol first,
before going through the path. I also tried adding "." to the path, but
"." gets replaced with the current directory, not the directory of the
current schematic.
Bill