Use z3 solver instead of yices2 when convenient
[ieee754fpu.git] / src / ieee754 / part / formal / proof_partition.py
2021-01-23 Cesar StraussUse z3 solver instead of yices2 when convenient
2021-01-20 Cesar StraussAdd tests for bitwise logical operators
2021-01-17 Cesar StraussFix PartitionedSignal.neg and its test case
2021-01-17 Cesar StraussAllow the proof driver to check operations with integer...
2021-01-16 Cesar StraussUse RipleLSB in PartitionedXOR, and invert outputs ls180-24jan2020
2021-01-16 Luke Kenneth Casso... add first cut at formal proof for PartitionedXOR
2021-01-16 Cesar StraussCheck PartitionedSignal.any().
2021-01-16 Cesar StraussAllow a variable number of operands in the proof driver
2021-01-10 Cesar StraussImplement checks for all the rest of the comparison...
2021-01-10 Cesar StraussGenerate and check expected values for all possible...
2021-01-10 Cesar StraussGenerate shifted down input and outputs
2021-01-10 Cesar StraussUse styles in write_gtkw to simplify the trace description
2021-01-10 Cesar StraussAdd the Gate Generator to the ComparisonOpDriver
2021-01-10 Cesar StraussFactor-out the code to make equally spaced partition...
2021-01-10 Cesar StraussStart proof for PartitionedSignal equals operator
2021-01-08 Cesar StraussCalculate the expected value, test and assert
2021-01-08 Cesar StraussSplit-out the gate generator from the proof
2021-01-07 Cesar StraussCompare the expected output for all partition sizes
2021-01-06 Cesar StraussGenerate shifted down outputs
2021-01-05 Cesar StraussGenerate the bit pattern of gates corresponding to...
2021-01-04 Cesar StraussWork only with nibbles on the ascending cascade
2021-01-04 Cesar StraussFill the second nibble of the pattern
2021-01-04 Cesar StraussRestart the pattern at partition boundaries
2021-01-04 Cesar StraussStart work on improving formal verification of Partitio...