From: lkcl Date: Tue, 9 Jun 2020 21:17:47 +0000 (+0100) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~2492 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b8987d6e23e065410d30b961c88892d7975285a6;p=libreriscv.git --- diff --git a/Documentation/SOC/index.mdwn b/Documentation/SOC/index.mdwn index 55001b9f0..502b69030 100644 --- a/Documentation/SOC/index.mdwn +++ b/Documentation/SOC/index.mdwn @@ -75,7 +75,7 @@ limit python code to a subset of its full capabilities. The CSV Files are loaded by [power_decoder.py](https://git.libre-soc.org/?p=soc.git;a=blob;f=src/soc/decoder/power_decoder.py;hb=HEAD) -and are usedto construct a hierarchical cascade of switch statements. The original code came from +and are used to construct a hierarchical cascade of switch statements. The original code came from [microwatt](https://github.com/antonblanchard/microwatt/blob/master/decode1.vhdl) where the original hardcoded cascade can be seen.