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

Re: gEDA: s_page_save_all and TOPLEVEL and NETLIST



Hi Stuart again,

[snip]
>For component attributes, this is easy.  I just update the TOPLEVEL
>*pr_current data structure, and then call s_page_save_all to save out
>the updated pr_current.  s_page_save_all does all my work.

	Yup. s_page_save_all should be all that you need to call.


[snip]
>properly using s_pave_save_all?  Or does s_page_save_all ignore
>NETLIST and only deal with what it finds in TOPLEVEL?  


	s_page_save_all only deals with TOPLEVEL and not NETLIST.


>It looks like NETLIST is only used in gnetlist, so I think I am OK by
>ignoring it, but I want to make sure.   
>

	Correct.  Ignore NETLIST as that is a gnetlist only construct.
struct.h needs to be cleaned up as per our previous conversations. :)

								-Ales