Skip to content

Tags: fvutils/pyvsc

Tags

v0.9.0

Toggle v0.9.0's commit message
0.9.0

- (#219) - Add `unique_vec` constraint to support unique-vector constraints

Signed-off-by: Matthew Ballance <matt.ballance@gmail.com>

v0.8.9

Toggle v0.8.9's commit message
0.8.9

- (#205) - Ensure that recursive references between objects don't cause recursion

Signed-off-by: Matthew Ballance <matt.ballance@gmail.com>

v0.8.8

Toggle v0.8.8's commit message
0.8.8

- Ensure covergroup type names are properly reflected in saved coverage data.
- Test suite updates to adapt to newer Python versions
- Bump required version of PyUCIS to 0.1.3

Signed-off-by: Matthew Ballance <matt.ballance@gmail.com>

v0.8.7

Toggle v0.8.7's commit message
0.8.7

- (#199) - Correct how the swizzler handles 'not inside'. It was incorrectly treating
           it the same as 'inside'

Signed-off-by: Matthew Ballance <matt.ballance@gmail.com>

v0.8.6

Toggle v0.8.6's commit message
0.8.6

- (#191) - Fix from @alwilson to ensure proper priority of dist vs soft constraints
- (exp) - Add experimental covergroup callback

Signed-off-by: Matthew Ballance <matt.ballance@gmail.com>

v0.8.5

Toggle v0.8.5's commit message
0.8.5

- (#189) - Correct an issue with how arrays with constraints on sum are
  grouped into rand sets.

Signed-off-by: Matthew Ballance <matt.ballance@gmail.com>

v0.8.4

Toggle v0.8.4's commit message
0.8.4

- (#188) - Automatically convert floating-point numbers used in constraints
  to integers

Signed-off-by: Matthew Ballance <matt.ballance@gmail.com>

v0.8.3

Toggle v0.8.3's commit message
0.8.3

- (#176) [Resolved by Alex Wilson] Correctly handle soft constraints
  that are under conditions such as if/else.

Signed-off-by: Matthew Ballance <matt.ballance@gmail.com>

v0.8.2

Toggle v0.8.2's commit message
0.8.2

- (#172) Change list subscript to return a ValueInt such that the
   value returned by a list subscript can, itself, be subscripted

Signed-off-by: Matthew Ballance <matt.ballance@gmail.com>

v0.8.1

Toggle v0.8.1's commit message
0.8.1

- (#135) Add an 'original_module' field to randobj classes so true declaration
  location can be determined

Signed-off-by: Matthew Ballance <matt.ballance@gmail.com>