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

Add support for bitwise peek #257

Closed leonardt closed 4 years ago

leonardt commented 4 years ago

Follow up to https://github.com/leonardt/fault/pull/194 to support the same pattern for bitwise peek of verilator values (verilator stores bits as C scalars, so we need to use masking to fetch the bit of interest)