From: lkcl Date: Wed, 12 Jun 2019 15:57:39 +0000 (+0100) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~4657 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c1072017de801b9ba0a9188c35dd640e469f8fc3;p=libreriscv.git --- diff --git a/isa_conflict_resolution/isamux_isans.mdwn b/isa_conflict_resolution/isamux_isans.mdwn index 305db089e..7440c380e 100644 --- a/isa_conflict_resolution/isamux_isans.mdwn +++ b/isa_conflict_resolution/isamux_isans.mdwn @@ -9,15 +9,13 @@ Where the opcode is normally loaded from the location at the PC, the extra bits are instead set via a CSR: hence why they are described as "hidden". # Hypothetical Format + ``` - 3 2 + 3 2 1 - - 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 - - | reserved | | | foreignarch |1| - - | reserved | | |B| rvcpage |0| +1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 + reserved | | | foreignarch |1| + reserved | | |B| rvcpage |0| ```