aboutsummaryrefslogtreecommitdiffstats
path: root/test/test-fixed-point-parameter/VirtualSubsystem.xml
Commit message (Collapse)AuthorAgeFilesLines
* fixed-point-tests: Run the tests for each possible parameter sizeDavid Wagner2014-11-031-700/+706
| | | | | | | | | | | | | | A lot of parameters were duplicated because we had one parameter for each size (8, 16 and 32) and for each integral/fractional combination. However, they were all at the root of the subsystem and a lot overlapped, e.g., q1.2 for 32bits and q1.2 for 16 bits. We fix this by: - Adding a ParameterBlock for each size - Modifying the tests to account for the change in the parameter paths - Run the tests for 8, 16 and 32 bits Signed-off-by: David Wagner <david.wagner@intel.com>
* Fixed point test configurationMattijs Korpershoek2014-06-251-0/+715
BZ: 197723 This contains the configuration files which contains a lot of fixedpoint parameters which can be used for testing. Change-Id: I261120d16eb6f4d28b6b61a5b2845f1fdc18e91f Signed-off-by: Mattijs Korpershoek <mattijsx.korpershoek@intel.com>