From: Luke Kenneth Casson Leighton Date: Thu, 26 Apr 2018 09:46:22 +0000 (+0100) Subject: start filling in X-Git-Tag: convert-csv-opcode-to-binary~5485 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=018dd310e81e19a5ec9d1b7f662d1f207545776c;p=libreriscv.git start filling in --- diff --git a/isa_conflict_resolution.mdwn b/isa_conflict_resolution.mdwn index b7d187add..746928ff1 100644 --- a/isa_conflict_resolution.mdwn +++ b/isa_conflict_resolution.mdwn @@ -197,6 +197,8 @@ another that happens to use the same binary encoding. * MISA was only designed to cover Standard Extensions. * There is nothing to prevent multiple Extensions being enabled that wish to simultaneously interpret the same binary encoding. +* There is nothing in the MISA specification which permits + *future* versions (bug-fixes) of the RISC-V ISA to be "switched in". Overall, whilst the MISA concept is a step in the right direction it's a hundred percent unsuitable for solving the problem.