circuitous
circuitous copied to clipboard
Add code that diffs sub-trees for specified nodes
If we can diff sub-trees for specific nodes than we can verify two properties:
- We can easily implement #220 as each
DecoderResultsub-tree should be unique - We can merge
VerifyInstructionnodes which only differ byDecoderResultchecks as per #229
More-over, this would also allow for easier debugging and viewing of circuits. Especially if we could color code the dot files based on the diff.