From 3ad75ecc0207ad62a63f39531341c687374bee50 Mon Sep 17 00:00:00 2001 From: lkcl Date: Thu, 13 Jun 2019 06:33:30 +0100 Subject: [PATCH] --- isa_conflict_resolution/isamux_isans.mdwn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/isa_conflict_resolution/isamux_isans.mdwn b/isa_conflict_resolution/isamux_isans.mdwn index fc69d5160..364bbd654 100644 --- a/isa_conflict_resolution/isamux_isans.mdwn +++ b/isa_conflict_resolution/isamux_isans.mdwn @@ -92,6 +92,8 @@ Secondly: CSR space is precious. With each vendor likely needing only one or two Thirdly: JIT Emulation of such an unregulated space becomes just as much hell as it is for compiler writers. In addition, if two vendors use conflicting CSR addresses, the only sane way to tell the emulator what to do is to give the emulator a runtime commandline argument. +Fourthly: with each vendor coming up with their own way of handling conflicts, not only are the chances of mistakes higher, it is against the very principles of collaboration and cooperation that save vendors money on development and ongoing maintenance. Each custom vendor will have to maintain their own separate hard fork of the toolchain and software, which is well known to result in security vulnerabilities. + By coordinating and managing the allocation of namespace bits (unary or binary) the above issues are solved. CSR space is no longer wasted, compiler and JIT software writers have an easier time, clashes are avoided, and RISCV is stabilised and has a trustable long term future. # Why ISAMUX / ISANS has to be WLRL and mandatory trap on illegal writes -- 2.30.2