Convert Binary To WDT Stimulus And Response Data (U32)
- Updated2023-02-17
- 3 minute(s) read
Convert Binary To WDT Stimulus And Response Data (U32)
Compiles binary data to bidirectional drive (0, 1, Z) and compare (H, L, X) data.
Inputs/Outputs

data
The specified high and low values for driving or comparing data in digital waveform.

dt
The specified time between values in digital waveform.

signal list
The specified bits from data that you want to include in the digital waveform.

drive enable
The bitmask that selects between tristating and driving the value selected in the data.
Bits set to 0 translate to Z (tristate), and bits set to 1 translate to the value of the corresponding bit in data.

compare enable
The bitmask that selects between X (ignore) and a compare value determined by the data array.
Bits set to 0 translate to X, and bits set to 1 translate to L (compare low) or H (compare high) depending on the value of the corresponding bit in the data array. If this array is empty, all the values in the data array translate to L and H.

compress data
Parameter that specifies whether the digital waveform data is compressed.

error in
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Default value: No error

digital waveform
The returned converted data for the waveform.

error out
Error information.
The node produces this output according to standard error behavior.