leonardt / fault

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

Add support for compiling UnknownValue #302

Closed leonardt closed 3 years ago

leonardt commented 3 years ago

This allows checking that a value is X, which could be useful for verifying initialization behavior.

leonardt commented 3 years ago

@Kuree looks like the kratos test is failing: https://buildkite.com/stanford-aha/fault/builds/2125#ca49cdc2-d42d-406a-873a-119de6bc5d51 was there a recent change that requires a code update here?

Kuree commented 3 years ago

There hasn't been any update for past couple months so it's unlikely related. That being said I think we should remove/disable the test since I plan to migrate everything to hgdb once magma supports source-level debugging.