[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gEDA: gschem pcb-mode and RC files
Ales Hvezda wrote:
> Hi Dan again,
>
> [snip]
>
>>- list of schematics
>>- output file name for the netlist
>>- name of the .pcb file
>>- name of the gsch2pcb project file
>>- any special flags to pass to gsch2pcb
>>
>
>
> One more question, how are you going to get the user to specify
> the list of schematics that belong into the project file?
>
That's a good question. Something I've been struggling with and not
having time to clearly think over is a more complete set of GUI types of
functions I might need to support not only this but on down the road how
to set up a simulator.
In the extreme short term, emacs will let the user specify the list of
schematics. In the longer term, I'm just not sure. It would be nice I
suppose to have a dialog box with the list of files and a way to
add/remove them. I haven't come up with a simple way that doens't
involve moving more down the guile-gnome path (which I'd rather not go
down).
-Dan