[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gEDA-user: search path for gnetlist scheme files



Hi,

>Is there a way to specify a search path for the scheme files used in 
>gnetlist? I would like to have gnetlist use the global gnetlist.scm, but 
>use a gnet-*.scm file from my design directory. '(scheme-directory 
>"path")' seems to just take a single directory.


	Hmmm.. At the moment, no.  I take it you have a custom gnet-*.scm
file that you would like to use instead of the system one?  The only
thing I can think of at the moment:

1) Put all of your modified backend into a gnetlistrc file (like the one
   in the current directory or ~/.gEDA/gnetlistrc)  If you have multiple
   files, you can use (load "filename") so that you don't have to include
   them all in the file.

2) Then run:

gnetlist -g scheme_proc ... 

You will probably have to modify the name of the backend so it is unique.
Something like that at least (above is untested, but should work).  

-Ales