Technical data
check float off
288
-
Simulator Command Reference ModelSim EE/PLUS Reference Manual
check float off
The
check float off
command disables float checking for the specified nodes.
Syntax
check float off
[-all] [-r] [-in] [-out] [-inout] [-internal] [-ports] <node_name>
...
Arguments
-all
Disables float checking for all nodes that have checking enabled. Optional.
-r
Specifies that float checking is disabled recursively into subregions. Optional; if omitted,
float check disabling is limited to the current region.
-in
Disables checking on nodes of mode IN. Optional.
-out
Disables checking on nodes of mode OUT. Optional.
-inout
Disables checking on nodes of mode INOUT. Optional.
-internal
Disables checking on internal items. Optional.
-ports
Disables checking on nodes of modes IN, OUT, or INOUT. Optional.
<node_name>
Disables checking for the named node(s). Required.
See also
Bus float checking (p537)