(no commit message)
authorlkcl <lkcl@web>
Tue, 1 Dec 2020 00:43:08 +0000 (00:43 +0000)
committerIkiWiki <ikiwiki.info>
Tue, 1 Dec 2020 00:43:08 +0000 (00:43 +0000)
openpower/sv/16_bit_compressed.mdwn

index 7555706d8d3ea649d82f74d009da6ccbd5cd96f6..d5a0802487a6c8a2049a09a63e9d3c35be53848a 100644 (file)
@@ -744,7 +744,7 @@ By eliminating such 16+16 (actually, 32bit conflation) tricks outlined in (2), C
 
 ## Compressed Decoder Phases
 
-Phase 1 (stage 1 of a 2-stage pipelined decoder) is defined as the minimum necessary FSM required to determine instruction length and mode.  This is implemented with the absolute bare minimum of gates and is based on the 6 encodings involving N, M and EXTNNN
+Phase 1 (stage 1 of a 2-stage pipelined decoder) is defined as the minimum necessary FSM required to determine instruction length and mode.  This is implemented with the absolute bare minimum of gates and is based on the 6 encodings involving N, M and EXTNNN (see table, below)
 
 Phase 2 (stage 2 of a 2-stage pipelined decoder) is defined as the "full decoder" that includes taking into account the length and mode from Phase 1.  Given a 2-stage pipelined decoder it is categorically **impossible** for Phase 2 to go backwards in time and affect the decisions made in Phase 1.