Main Content

Generate Test Data

生成numerically rich data to test your designs

Use thefixed.DataGeneratorandfixed.DataSpecificationobjects to generate simulation inputs to test the full operating range of your design. Test the numerical consistency of your algorithms with fixed-point and floating-point values, including edge cases such as values close to boundaries and denormal numbers. Generate a combination of signals of varying dimensions, complexity, and data types.

Functions

fixed.DataGenerator Creates value set and generates data
fixed.DataSpecification Specify properties of data to generate
fixed.Interval Define interval of values

Topics