Archive for the ‘XJEase’ Category
Using XJEase functions in XJRunner tests
7 December, 2009
A frequent question from customers is, “Why is my new XJEase test function not listed when I create an XJRunner test?”
XJEase Functions
For a function to be eligible to be made available to XJRunner it must be in the main project (.xje) file or a device file, or in a code file specified either in the main project (in the Circuit Code Files Screen) or from within a test device file (in the Test Device Files Screen).
Read the rest of this entry »
Integrating XJTAG with other Test Systems – System calls from XJEase
23 November, 2009
This series of posts covers how you can integrate XJTAG into your overall test system. This entry focuses on executing programs from within XJEase.
The XJEase keyword SYSTEM is used to execute a system command or program. Read the rest of this entry »
Collecting user input from XJEase
9 October, 2009
A customer recently asked how to read some input from the user in XJEase. The next major release of XJTAG (probably numbered 2.4) will contain a new XJEase function INPUTBOX that makes doing this much simpler. In the meantime, I thought I might outline some code that accomplishes the same thing in the current version.
XJEase: The SET Statement
21 September, 2009
In XJEASE the SET statement is the command to access pins via a JTAG device. XJEase works out via the BSDL files and netlist how to access a pin on a non JTAG device from a JTAG device.