(no commit message)
authorlkcl <lkcl@web>
Mon, 16 Nov 2020 21:12:39 +0000 (21:12 +0000)
committerIkiWiki <ikiwiki.info>
Mon, 16 Nov 2020 21:12:39 +0000 (21:12 +0000)
openpower/sv/16_bit_compressed.mdwn

index 5dac0e1e4e55becc118ed5d780076eef321438e9..26dc869c28b28191e8437fb84e8d518871389330 100644 (file)
@@ -1,5 +1,7 @@
 # 16 bit Compressed
 
+Similar to VLE (but without immediate-prefixing) this encoding is designed to fit on top of OpenPOWER ISA v3.0B when a "Modeswitch bit" is set (PCR is recommended). Note that it is *mutually exclusively incompatible* with OoenPOWER v3.1B "prefixing" due to using (requiring) both EXT000 and EXT001. Hypothetically it could be made to use anything other than EXT001, with some inconvenience (extra gates).  The incompatibility is "fixed" by swapping out of "Compressed" Mode and back into "Normal" (v3.1B) Mode, at runtime, as needed.
+
 See:
 
 * <https://bugs.libre-soc.org/show_bug.cgi?id=238>