User`s manual

Preference variables located in TCL files
ModelSim Xilinx Users Manual ModelSim Variables A-273
ListTranslateTable(<argument>) ListTranslateTable specifies how various enumerations of various
types map into the nine logic types that the List and Wave window
know how to display. This mapping is used for vectors only; scalars
are displayed with the original enum value. The following example
values show that the std_logic_1164 types map in a one-to-one
manner, and also shows mappings for boolean and Verilog types.
You can add additional translations for your own user-defined
types.
LogicStyleTable(<argument>) LogicStyleTable variables allow you to control how each of the nine
internal logic types are graphically displayed in the Wave window.
For each of the nine internal logic types, a three-element Tcl list
specifies: the line type, the line color, and the line vertical location;
the line type may be Solid, OnOffDash, or DoubleDash. For vertical
location, 0 is at the bottom of the waveform, 1 is at the middle, and
2 is at the top.
ForceTranslateTable(<argument>) ForceTranslateTable is used only for vectors, and maps how a string
of digits are mapped into enumerations. First, digits 0, 1, X and Z
are mapped into LOGIC_0, LOGIC_1, LOGIC_X, and LOGIC_Z,
respectively. Then the ForceTranslateTable is used to map from
there to the enumeration appropriate for the type of signal being
forced.
Variable array type Description