Zone
Aad Offerman and Ad J. van de Goor: An Open Notation for Memory Tests
(also available in PostScript format)
(presented at the IEEE International Workshop on Memory Technology, Design and Testing, 1997).
Cited by:
Aad Offerman and Ad J. van de Goor: An Open Notation for Memory Tests
(also available in PostScript format)
(Technical Report No.1-68340-44(1997)07, Delft University of Technology)
This paper contains the description of a language that was intended to be open, and at the same time handle most of the tests used these days. The result might be a little overwhelming.
We have realized that building and building on top of this open notation is not the way to go in the long run, and are thinking about better solutions at the moment. The next step will probably be a language that looks more like a general programming language providing facilities commonly used in memory tests. Furthermore, it is tempting to try to design notations for the specification of faults and for memory architectures at the same time, and make good use of the fact that the three of them are so closely related. However, this only exists in our heads yet, so no paper on this can be provided at the moment.
Ad J. van de Goor, Aad Offerman, and Ivo Schanstra:
Towards a Uniform Notation for Memory Tests
(also available in PostScript format)
(presented at the European Design & Test Conference and Exhibition 96)
Cited by:
In here you can find a predecessor to the language above that is much more limited
(more like an extension to the March test notation) and thus much more cleaner.
For this language a
lex & yacc front-end is available.
Designing memory tests which are complete and irredundant is hard to do. It is difficult to verify whether a certain test indeed covers all faults it is designed for (verification for completeness), and if it contains elements that can be left out without affecting its completeness (verification for irredundancy).
Therefore, a method is presented to automatically verify the completeness and irredundancy of memory tests. This method includes the definition of a two-dimensional memory model that determines the abstraction level, and the specification of memory characteristics, memory faults, and memory tests.
In the fault specification, a great variety of memory cell array faults and port faults can be specified. There is a strict separation between the behaviour of the fault, and the layout in the memory. Furthermore, the use of natural defaults allows the user to work only at an abstraction level as deep as needed.
To specify memory tests, a new memory test language has been designed. The widely used standard march test language is a natural subset of this memory test language. Furthermore, the memory test language has a much wider applicability than only this specific application; it can be practized for others too.
The presented method has been implemented in the programming language C++ for the UNIX platform
and the X Window System grafical user interface.
Several interpreters for the memory test language were implemented
using the standard UNIX tools lex and yacc.
The complete thesis report (237 pages, in PostScript format).