Command Dictionary | Report Test Stimulus |
|
|
specify multiple argument pairs with a single
id# — An integer that specifies the gate identification number of the gate whose output pin you want to set. The gate may not be a RAM or ROM gate.
pin_pathname — A string that specifies the pathname of the pin that you want to set.
0 — A literal that sets the | id# or pin_pathname to 0. |
1 — A literal that sets the | id# or pin_pathname to 1. |
Z — A literal that sets the | id# or pin_pathname to Z. |
∙-Write id# instance_name address_values data_values
A switch with a repeatable argument that specifies the RAM to which you want to write and, optionally, its address and data values. You may specify multiple argument triplets with a single
id# — An integer that specifies the gate identification number of the RAM gate to which you want to write.
instance_name — A string that specifies the pathname of the RAM instance to which you want to write.
address_values — A required character string consisting of 0’s and 1’s that specifies the values you want to place on the RAM address lines. The least significant value must be the last character in the string. The number of characters in the string must not exceed the number of RAM address lines available.
data_values — An optional character string consisting of 0’s, 1’s, and X’s that specifies the values you want to place on the RAM data lines. The least significant value must be the last character in the string. The number of characters in the string must not exceed the number of RAM data lines available.
If you do not specify the
FastScan and FlexTest Reference Manual, V8.6_4 |