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
Here is an example of an initialization file (range 0-1f):
0 / a;
10 / 1a;
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
* / a;
Related Commands |
|
Create Initialization Patterns (FS) | Set Ram Initialization (FS) |
Write Modelfile |
|
FastScan and FlexTest Reference Manual, V8.6_4 |