Key features from both files: - TensorRegistry with coverage tracking - CircuitEvaluator with ~130 test methods - XOR sublayer access for full adders and multipliers - Exhaustive 256x256 testing for comparators/adders
TODO: Fix 4 remaining test failures in boolean.xor (2/4) and arithmetic.halfadder (6/8). These appear to be tensor weight precision issues in actual circuit execution, not missing coverage. Need to investigate whether the loaded weights match expected threshold logic values (e.g., AND should be w=[1,1], b=-2).