Find 'em, Fix 'em / Find/Fix/Data conversion and bridge programs

Analyze, Find, and Fix

Error-thru vs. error-end

In an error-end design, errors are not passed thru the bridge and must therefore be handled by the sending partition.

Error-end design

In an error-thru design, errors are passed thru the bridge and must therefore be handled by the receiving partition.

Error thru design