Closed leonardt closed 4 years ago
Adds the ability to poke/expect on a slice of bits, e.g.
tester.circuit.I[1:] = 0b01 tester.eval() tester.circuit.O[1:].expect(0b01)
Adds the ability to poke/expect on a slice of bits, e.g.