byuccl / bfat

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

Support Net Tracing to identify PIPs and corresponding bits #29

Closed wirthlin closed 2 years ago

wirthlin commented 2 years ago

In our latest BFAT analysis of the VexRiscv Linux system we found that the data lines on the DDR are the largest contributor to faults in our TMR system. It would be nice to "predict" what these bits are and actually count the sensitive bits associated with these nets. To do this, it would be nice to have the ability to trace nets from source to all sinks and return all the PIPs and bits associated with the net so we can get a feel for the sensitivity of the net. This would help us get a feel for how "long" the nets are in terms of CRAM sensitivity.

ethanrcampbell02 commented 2 years ago

Added script for this function in 98fa49e86a6c992290f4086f74a91b499077dab7