(no commit message)
authorYehowshua <Yehowshua@web>
Tue, 5 May 2020 15:51:24 +0000 (16:51 +0100)
committerIkiWiki <ikiwiki.info>
Tue, 5 May 2020 15:51:24 +0000 (16:51 +0100)
Documentation/SOC/index.mdwn

index 726b459ec3f28091c31f35f9e0265ef3b41bae9c..4d40963492606b3b7576e25b48f89b75092ab96d 100644 (file)
@@ -12,6 +12,7 @@ Below is the POWER add insruction.
 | 0b0100001010 | ALU  | OP_ADD      | RA  | RB  | NONE | RT  | 0     | 0      | 0     | 0       | ZERO   | 0       | NONE     | 0  | 0       | 0   | 0    | 0   | 0   | RC | 0  | 0        | add     | XO   |
 
 Here is an example of a toy multiplexer that sets various fields in the PowerOP signal class to the correct values for the add instruction when select==1 is set.
+This should give you a feel for how we work with enums and PowerOP.
 
     from nmigen import Module, Elaboratable, Signal, Cat, Mux
     from soc.decoder.power_enums import (Function, Form, InternalOp,