Request a Demo

Improve your board test and debug process, XJTAG can speed up your design and development as well as providing excellent test coverage in production.
Request a demonstration of the XJTAG suite of test tools today

FREE board setup

FREE board setup
/ John Hall

About John Hall

John is the software development manager at XJTAG.

Installing XJTAG when Microsoft Defender Controlled Folder Access is enabled

Microsoft Defender has an optional feature called Controlled Folder Access, which is designed to protect sensitive folders from being modified by malicious software. This feature is not switched on by default and is only available if you are using Microsoft Defender Antivirus or Microsoft Defender for Endpoint; if you’re using a third party antivirus solution then the feature is not available. […]

By |Categories: Support|Tags: , |

Windows 7 Support

Microsoft is ending mainstream support for Windows 7 on January 14th, 2020. This means that after this date updates to fix security issues will not generally be available and so machines running Windows 7 will be more vulnerable to security risks and viruses. We understand that many users will choose to continue using Windows 7 after this date, with some organisations opting to purchase extended support. We will therefore ensure that XJTAG continues to work on Windows 7 for the time being. However, due to Windows 7 not being in mainstream support, our products will not receive the same level of testing as they do for Windows 10 and we would encourage our users to upgrade to Windows 10 when possible. […]

By |Categories: Support|Tags: , |

64 bit version of XJTAG

Since Windows Vista, Microsoft has offered 64 bit versions of Windows for 64 bit hardware and today almost every new machine will come with a 64 bit version of Windows. 64 bit Windows is still able to run 32 bit applications and up until now XJTAG has only been available as a 32 bit application. With the release of XJTAG 3.5, we are now offering a 64 bit version alongside the 32 bit version. […]

By |Categories: Releases|Tags: , |

Input parameters for test functions

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. […]

Short circuiting logical operators in XJEase

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. In XJEase we have three logical operators: NOT represented by !, AND represented by &&, and OR represented by || that operate on boolean values. […]

By |Categories: XJEase|Tags: , |

XJRun – Command-line Test Runner

Most of our users will be familiar with XJRunner, our production test runner, but many perhaps will not be aware of the command-line version, XJRun, that also comes as part of the XJTAG installation. […]

By |Categories: XJRunner|Tags: , , |

New website

We have launched a new website today. As a result, existing logins for support and downloads will no longer work. Customers will need to create a new account, by clicking Sign in at the top and then clicking Register. You will immediately be able to submit support enquiries. Assuming you're in maintenance, XJTAG will activate [...]

By |Categories: Support|Tags: |

Windows XP support

Windows XP was released in October 2001 and has been one of Microsoft’s most successful operating systems. […]

By |Categories: Releases, Support|Tags: , , , |

Minimum processor requirements for XJTAG

We recently had to support a customer who was unable to run XJTAG 3.1 on an older PC. It turned out that the processor in the PC in question did not support SSE2 instructions. During the development of v3.1 we upgraded the compiler we use to build XJTAG and it now uses these instructions to speed up execution. SSE2 instructions were introduced with the Pentium 4 in 2001 and were supported in AMD processors with their Opteron and Athlon 64 processors from 2003 onwards.

By |Categories: Support|Tags: |

Don’t use EDIF netlists

One of the many netlist formats that XJTAG supports is EDIF 2, an open data exchange format that is widely supported. EDIF stores both netlist and schematic data, but XJTAG only uses the netlist data. It often seems like the obvious choice of format to export from your CAD tool to use in XJTAG. However, there are a number of problems that we have come across with EDIF netlists: […]

By |Categories: Support, XJDeveloper|Tags: , , |