Welcome to the XJTAG blog
We believe that sharing our knowledge will help you get the most out of your XJTAG system. This is where our development and support team share their insights and experience. You’ll find posts highlighting particular features of the different software packages that make up the XJTAG development system or aspects of the XJEase language.
Above all this blog is for YOU. We’d love to hear your feedback and suggestions for topics.
Just click the button above and let us know!
Categories for selectors in XJDeveloper – part 2
Part 1 of this series explained how to add or edit the categories for the selectors in XJDeveloper. This entry will focus on using BOM (Bill of Materials) information in the selectors, using the demonstration board that comes with the XJTAG development system as an example. […]
Collecting user input from XJEase
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. […]
Integrating XJTAG with other Test Systems – DFT
This series of posts will cover how you can integrate XJTAG into your overall test system. This post is a quick reminder that you can use XJTAG as the focal point for your DFT analysis across all your test systems. […]
Bench Power Supplies
I bet most of you haven’t considered how you wire up a bench power supply – you just set the voltage and current limit and off you go. […]
XJEase: The SET Statement
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. […]
Categories for selectors in XJDeveloper – part 1
This post discusses the selectors in XJDeveloper and how you can customise them. Selectors are used whenever you have to select either a Net or a Device. Entries in a selector are grouped into categories that can be customised.