(no commit message)
authorlkcl <lkcl@web>
Tue, 9 Jun 2020 21:17:47 +0000 (22:17 +0100)
committerIkiWiki <ikiwiki.info>
Tue, 9 Jun 2020 21:17:47 +0000 (22:17 +0100)
Documentation/SOC/index.mdwn

index 55001b9f032dcee20ed3d3652f6a402642b1b4c0..502b690304b18b413893e783170285a950340d67 100644 (file)
@@ -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.