Read Modelfile

Command Dictionary

 

 

Examples

The following example initializes the memory states of a RAM gate, so you can perform an ATPG run:

read modelfile model.ram /p1.ram set system mode atpg

add faults -all run

Here is an example of an initialization file (range 0-1f):

0 / a;

1-f / 5;

10 / 1a;

11-1f / a;

You can use an asterisk (*) for an address range. For example, if all the addresses have the same data value, then the address would look like the following:

* / a;

If there is another address and data value on a subsequent line, the subsequent value overwrites the address with the specified data value. For example, the following shows how to place the data value “a” in addresses 0 and 10-1f while placing the data value “5” in addresses 1-f:

* / a;

1-f / 5;

Related Commands

 

Create Initialization Patterns (FS)

Set Ram Initialization (FS)

Write Modelfile

 

2-254

FastScan and FlexTest Reference Manual, V8.6_4

Page 282
Image 282
Mentor v8.6_4 manual Here is an example of an initialization file range 0-1f