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
[email protected]
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user