XJEase Call Stack
From XJTAG version 3.6, the XJEase debugger in XJDeveloper now comes with a Call Stack window providing more information about the XJEase code being executed. […]
From XJTAG version 3.6, the XJEase debugger in XJDeveloper now comes with a Call Stack window providing more information about the XJEase code being executed. […]
Until now, XJRunner tests have been limited to functions which have no input arguments and a single return argument (which returns the result). XJTAG v3.5 relaxes that restriction, allowing input in XJRunner tests, though there is still a requirement to have a single return argument for the result. […]
A boolean expression in XJEase is an expression that is considered to evaluate to either false or true. Boolean values are represented by an integer, where 0 is false and any other value is considered to be true. The standard Globals.xje that is included in all new projects has two constants defined, FALSE and TRUE. [...]
With the new XJEase Library we have made some fairly extensive changes to reduce code duplication, to improve test coverage, and ease of use. If you have used additional code files from the XJEase library to create your own test scripts you may find that updating to the new versions of these files causes errors [...]
Today (31 Mar 2016) we have released a major update to the XJTAG XJEase library. The new library will be installed if you update to version 3.4.5 of XJTAG which is also released today. […]
We are in the final stages of a major overhaul of the XJEase device file library and we expect to release it in the next few days. […]
1149.6 testing is coming of age, and though XJTAG has supported IEEE Std. 1149.6 since software version 2.1 (released in 2008) it seems to us that 1149.6 devices are becoming much more common in the last couple of years. […]
‘Dynamic Chains’ is a term we’ve coined to describe a test system that has the ability to drive more that 1 JTAG chain configuration. This may be possible if it has multiple chains driven by different TMS or TCK pins, or a single chain that has multiple JTAG device variations (for example using a Scan Bridge). Before v3.3, XJTAG projects [...]
An interactive XJEase debugger was added in XJTAG 3.2. This can be used to help find problems in your XJEase code. […]
A new major version of XJTAG – version 3.2 – is now available from our website for users who are in maintenance. […]