- Correct an issue with using literal array indexes on arrays of classes (eg self.arr[0].field < 10).
0.3.9
- Adjust the randomization process to produce better spread of results. Previously, a single field was selected from each randset. Now, a random ordering of up to N (4) fields is selected.
0.3.8
- Adjust the solve-ordering algorithm to affect randomization order and priority instead of solve-set partitioning
0.3.7
- Add priorities to soft constraints - Change randomization strategy to select a single value - Make randomization aware of dist constraints - Give dist soft constraints a high (1M+) priority to distiguish from user soft constraints
0.3.6
- Add support for passing VSC class objects to the covergroup sample method
0.3.5
- (70) - Correct bugs and improve test suite for handling of signed types.
- (71) - Correct handling of 'at_least' option for coverpoints and crosses