Math2mat
Static Public Attributes

m2m.frontend.M2MToolTips Class Reference

List of all members.

Static Public Attributes

static final String SIMPROPERTIES_CALCPRECISION = "The calculation precision defines how error calculations are detected. It corresponds to the number of bits of the mantissa that can differ between the expected and the real results."
static final String SIMPROPERTIES_NBSAMPLES = "The number of samples to test. One sample corresponds to a single call to the function."
static final String SIMPROPERTIES_SYSFREQ = "The system frequency is the frequency at which the system should work.\nThe three frequencies are used in order to more or less stress the system. For each input of the system (each input variable), a valid input is applied at a random rate with probability (input frequency/system frequency). For each output of the system (each output variable), a ready signal is applied at a random rate with probability (output frequency/system frequency)."
static final String SIMPROPERTIES_INPUTFREQ = "The input frequency corresponds to the rate at which input data should be applied to the system.The three frequencies are used in order to more or less stress the system. For each input of the system (each input variable), a valid input is applied at a random rate with probability (input frequency/system frequency). For each output of the system (each output variable), a ready signal is applied at a random rate with probability (output frequency/system frequency)."
static final String SIMPROPERTIES_OUTPUTFREQ = "The output frequency corresponds to the rate at which output data should be retrieved.The three frequencies are used in order to more or less stress the system. For each input of the system (each input variable), a valid input is applied at a random rate with probability (input frequency/system frequency). For each output of the system (each output variable), a ready signal is applied at a random rate with probability (output frequency/system frequency)."
static final String SIMPROPERTIES_INACTIVITY = "The period of inactivity allows to automatically end the simulation if no activity is detected on the output for a certain number of clock cycles."

Detailed Description

Author:
ythoma

Definition at line 26 of file M2MToolTips.java.


Member Data Documentation

final String m2m.frontend.M2MToolTips.SIMPROPERTIES_CALCPRECISION = "The calculation precision defines how error calculations are detected. It corresponds to the number of bits of the mantissa that can differ between the expected and the real results." [static]

Definition at line 28 of file M2MToolTips.java.

final String m2m.frontend.M2MToolTips.SIMPROPERTIES_INACTIVITY = "The period of inactivity allows to automatically end the simulation if no activity is detected on the output for a certain number of clock cycles." [static]

Definition at line 43 of file M2MToolTips.java.

final String m2m.frontend.M2MToolTips.SIMPROPERTIES_INPUTFREQ = "The input frequency corresponds to the rate at which input data should be applied to the system.The three frequencies are used in order to more or less stress the system. For each input of the system (each input variable), a valid input is applied at a random rate with probability (input frequency/system frequency). For each output of the system (each output variable), a ready signal is applied at a random rate with probability (output frequency/system frequency)." [static]

Definition at line 37 of file M2MToolTips.java.

final String m2m.frontend.M2MToolTips.SIMPROPERTIES_NBSAMPLES = "The number of samples to test. One sample corresponds to a single call to the function." [static]

Definition at line 31 of file M2MToolTips.java.

final String m2m.frontend.M2MToolTips.SIMPROPERTIES_OUTPUTFREQ = "The output frequency corresponds to the rate at which output data should be retrieved.The three frequencies are used in order to more or less stress the system. For each input of the system (each input variable), a valid input is applied at a random rate with probability (input frequency/system frequency). For each output of the system (each output variable), a ready signal is applied at a random rate with probability (output frequency/system frequency)." [static]

Definition at line 40 of file M2MToolTips.java.

final String m2m.frontend.M2MToolTips.SIMPROPERTIES_SYSFREQ = "The system frequency is the frequency at which the system should work.\nThe three frequencies are used in order to more or less stress the system. For each input of the system (each input variable), a valid input is applied at a random rate with probability (input frequency/system frequency). For each output of the system (each output variable), a ready signal is applied at a random rate with probability (output frequency/system frequency)." [static]

Definition at line 34 of file M2MToolTips.java.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations