From: lkcl Date: Tue, 9 Jun 2020 20:53:27 +0000 (+0100) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~2498 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9ea5d04add52b22e6a137136c1104e98073b625c;p=libreriscv.git --- diff --git a/Documentation/SOC/index.mdwn b/Documentation/SOC/index.mdwn index 2be3f4466..4b8873f76 100644 --- a/Documentation/SOC/index.mdwn +++ b/Documentation/SOC/index.mdwn @@ -63,9 +63,10 @@ enums and PowerOP. The [actual POWER9 Decoder](https://git.libre-soc.org/?p=soc.git;a=blob;f=src/soc/decoder/power_decoder2.py;hb=HEAD) uses this principle, in conjunction with reading the information shown in the table above from CSV files (as opposed to hardcoding them in -python source). These CSV files, being machine-readable in a wide variety -of programming languages, are therefore much more convenient for use by -other projects beyond this SOC. +python source). These [[CSV files|openpower/isatables]], +being machine-readable in a wide variety +of programming languages, are conveniently available for use by +other projects well beyond just this SOC. This also demonstrates one of the design aspects taken in this project: to *combine* the power of python's full capabilities in order to create