From: Luke Kenneth Casson Leighton Date: Sat, 26 Dec 2020 22:09:11 +0000 (+0000) Subject: add glossary term "program order" X-Git-Tag: convert-csv-opcode-to-binary~823 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1366b67a92aef6692bf44db4b8b71cf00a00fd2f;p=libreriscv.git add glossary term "program order" --- diff --git a/program_order.mdwn b/program_order.mdwn new file mode 100644 index 000000000..4f004f285 --- /dev/null +++ b/program_order.mdwn @@ -0,0 +1,9 @@ +# Program Order + +See + + the result of any execution is the same as if the operations of + all the processors were executed in some sequential order, and the + operations of each individual processor appear in this sequence in + the order specified by its program. +