leonardt / fault

A Python package for testing hardware (part of the magma ecosystem)
BSD 3-Clause "New" or "Revised" License
41 stars 13 forks source link

can expect use file_read? #207

Closed splhack closed 4 years ago

splhack commented 4 years ago

poke can use the data from file_read. how about expect?

data = tester.file_read(file_in)
tester.circuit.O.expect(data)