ConflictResolution Enumeration
Options for resolving conflicts on pins.
Namespace: XJTAG.Integration.XJAnalyser
Syntax
public enum ConflictResolution
Members
Fields
Name | Description |
---|---|
Continue | Continue running the chain with the conflict. |
Revert | Revert the new drive value to avoid the conflict. |
Stop | Stop running the chain to avoid the conflict. |
Methods
Name | Description |
---|---|
CompareTo (from Enum) | |
Equals (from Enum) | |
Finalize (from object) | |
GetHashCode (from Enum) | |
GetType (from object) | |
GetTypeCode (from Enum) | |
HasFlag (from Enum) | |
MemberwiseClone (from object) | |
ToString() (from Enum) | |
ToString(IFormatProvider) (from Enum) | |
ToString(string) (from Enum) | |
ToString(string, IFormatProvider) (from Enum) |
XJTAG v4.1.100