CUPL documentation?

G

ge

Guest
I am looking at using CUPL to implement some simple-ish functions in
the Atmel ATF150x series parts. I have WinCUPL, and its manual, but I
feel like there's something missing in the documentation:

I've found some use of a "property" directive in CUPL, which seems to
be used to switch device/vendor-specific functions - things like (for
Atmel) pin-keeper, JTAG on/off, etc.

So, two questions:

First, I don't find a "PROPERTY" directive in the WinCUPL manual. Am
I missing it, or is there some more complete CUPL language reference
available?

Second, it seems like the available "properties" and syntax for the
"property" directive would need to be identified for each device. The
functions are described in the spec sheets, but I find no information
on how to activate them with CUPL. It seems like I'm missing a layer
of documentation. Any pointers would be appreciated.

TIA,
George


-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
 
Never mind. Once again, as soon as I ask the question, I find the
answer. It's in the fitter help, and Atmel's FAQ.




-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
 
ge wrote:
Never mind. Once again, as soon as I ask the question, I find the
answer. It's in the fitter help, and Atmel's FAQ.
You can also run the fitters
Fit150x.exe -h2 >GetCL.txt
this puts the help dump into the TXT file for later reference.

-jg
 

Welcome to EDABoard.com

Sponsor

Back
Top