correct FILO
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 14 Apr 2018 21:59:26 +0000 (22:59 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 14 Apr 2018 21:59:26 +0000 (22:59 +0100)
simple_v_extension.mdwn

index 71db85a13b41fd0bd89abd3430531188a727cbfa..fa576aa7e6a118d5813e96313b025aeadc517499 100644 (file)
@@ -9,7 +9,7 @@ a consistent "API" to parallelisation of existing *and future* operations.
 *Actual* internal hardware-level parallelism is *not* required, such
 that Simple-V may be viewed as providing a "compact" or "consolidated"
 means of issuing multiple near-identical arithmetic instructions to an
-instruction FIFO, pending execution.
+instruction queue (FILO), pending execution.
 
 *Actual* parallelism, if added independently of Simple-V in the form
 of Out-of-order restructuring (including parallel ALU lanes) or VLIW
@@ -1098,7 +1098,7 @@ single-bit is less burdensome on instruction decode phase.
 ## Example Instruction translation: <a name="example_translation"></a>
 
 Instructions "ADD r2 r4 r4" would result in three instructions being
-generated and placed into the FIFO:
+generated and placed into the FILO:
 
 * ADD r2 r4 r4
 * ADD r2 r5 r5