byuccl / bfat

Bitstream Fault Analysis Tool
Apache License 2.0
12 stars 1 forks source link

Reorganized back-end class/method API #39

Closed JacksonSahleen closed 1 year ago

JacksonSahleen commented 1 year ago

Split bit_definitions.py into two different scripts: define_bit.py to identify and define bits from their bitstream address, and fault_analysis.py to analyze the fault bit groups provided.