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

Re: gEDA: Re: "FREE" CPLD fitter tools



> For pldedit, I need the width (number of inputs) of the term matrix and
> the number of terms for each of the macrocells. I also need to be able
> to generate labels for the input columns, so I need some sort of access
> to that information.
ftp://opencollector.org/pub/collector/gpal_09112000.tar.gz 
Added accessor functions; there's a demo in test.c (gPal -a <archfile>).
> 
> So I need access to enough information that I can do all that.
I THINK its enough. If there's anything else, tell me. One thing
that's not there is external controls that don't affect programming -
for example, there's no record of where the CLK input pin is, kept
in the architecture files. Would it be better to keep this kind of info
in a separate pinout file for different package types with the same basic architecture? (similarly with timing info for simulation).
> 
> Once all this is happening, I'm also going to want to make nice, neat
> packages so that users can run a few rpm -i commands and start compiling
> PLDs.
Nice!
> -- 
Graham