--- /dev/null
+Welcome to Libre-SOC's documentation!
+=====================================
+
+.. automodule:: openpower.simulator.test_sim.DecoderTestCases
+ :members:
+
+.. toctree:: gen/modules
+ :maxdepth: 4
+ :caption: OpenPOWER ISA Contents:
+
+.. toctree::
+ :maxdepth: 4
+ :caption: OpenPOWER ISA Contents:
+ :glob:
+
+
+
+Indices and tables
+==================
+
+* :ref:`genindex`
+* :ref:`modindex`
+* :ref:`search`
from openpower.decoder.power_enums import (In1Sel, In2Sel, In3Sel,
OutSel, RC, Form, Function,
LdstLen, CryIn,
- MicrOp, SPR, get_csv)
+ MicrOp, get_csv)
from openpower.decoder.power_decoder2 import (PowerDecode2,
Decode2ToExecute1Type)
import unittest
from openpower.decoder.power_decoder import create_pdecode, PowerOp
from openpower.decoder.power_enums import (In1Sel, In2Sel, In3Sel,
OutSel, RC, Form,
- MicrOp, SPR)
+ MicrOp, SPRfull as SPR)
from openpower.decoder.power_decoder2 import (PowerDecode2,
Decode2ToExecute1Type)
import unittest
from openpower.decoder.power_enums import (Function, MicrOp,
In1Sel, In2Sel, In3Sel,
OutSel, RC, LdstLen, CryIn,
- single_bit_flags, Form, SPR,
+ single_bit_flags, Form, SPRfull as SPR,
get_signal_name, get_csv)
from openpower.decoder.power_decoder2 import (PowerDecode2)
from openpower.simulator.gas import get_assembled_instruction