* the expected ending-state of both memory and registers,
post-execution.
+Thus it is expected that each implementation helps verify others,
+and, ironically and just as importantly, verify that the actual
+Power ISA specification is correct and its Compliance Suite also
+sufficiently comprehensive to ensure implementation mistakes do
+not occur!
+
The next most logically-obvious thing to do is to extend the API
to allow additional implementations to easily be included, in a
modular extensible fashion, and to formalise and document the API
-itself.
+itself. This was where bug
+[985](https://bugs.libre-soc.org/show_bug.cgi?id=985)
+came into play: to add the expected new Simulator (cavatools)
+in as another option to triage against.