From 72fac79c163b7cd3bd1a8ae0d04a292941c7d486 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Mon, 24 Sep 2018 03:04:18 +0100 Subject: [PATCH] clarify docstring on id_regs.py --- id_regs.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/id_regs.py b/id_regs.py index d74f088..cc1596a 100644 --- a/id_regs.py +++ b/id_regs.py @@ -11,6 +11,11 @@ however there may be circumstances where the behaviour of an instruction has to change depending on "tags" associated with the registers (security extensions, simple-v extension). + + therefore this code walks the instruction implementations + in riscv/insns/*.h looking for register usage patterns. + the resultant table can be used *prior* to the emulation, + without having to manually maintain such a table. """ import os -- 2.30.2