We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c2a793 commit 566e1f3Copy full SHA for 566e1f3
src/mm-formal.adoc
@@ -735,7 +735,7 @@ register write by the most recent (in program order) instruction
735
instance that can write that bit (or from the hart’s initial register
736
state if there is no such write). Hence, it is essential to know the
737
register write footprint of each instruction instance, which we
738
-calculate when the instruction instance is created (see the <<fetch, Festch instruction>> action of
+calculate when the instruction instance is created (see the <<fetch, Fetch instruction>> action of
739
below). We ensure in the pseudocode that each instruction does at most
740
one register write to each register bit, and also that it does not try
741
to read a register value it just wrote.
0 commit comments