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

Re: gEDA-user: Some kind of library manager and hierarchical netlisting



Hi,

There is another method to selectively disable "flat Hierarchical 
netlisting".
This one allow you to do it using gnetlist command line option flag 
"-O" :

1) Add the following 2 lines to the end of any one of the "gnetlistrc" 
files,
     such as the "system-gnetlistrc" file or your 
'$HOME/.gEDA/gnetlistrc"
    file (make sure to leave an extra empty line after that):

(if (assoc "hier_trav_disabled"  (gnetlist:get-calling-flags))
    (hierarchy-traversal   "disabled"))


2) When you want to netlist without flat hierarchy, do:
       gnetlist -g xxxxx -O hier_trav_disabled -o foo.out foo.sch

   When you want to netlist with flat hierachy, just do the usual:
       gnetlist -g xxxxx -o foo.out foo.sch


Again, the above will not affect Gschem hierarchy navigation.

Best Regards,
Paul Tan



_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user