Closed leonardt closed 4 years ago
Allows the assertion of generic expressions (rather than just expecting on port values), e.g.
tester.assert_((tester.circuit.O[0] | tester.circuit.O[1]) == 0b01)
Allows the assertion of generic expressions (rather than just expecting on port values), e.g.