Allow the formal engine to perform a same-cycle result in the ALU
[soc.git] / src / soc / decoder / power_svp64_rm.py
2021-04-23 Luke Kenneth Casso... more openpower import conversion
2021-04-23 Luke Kenneth Casso... move over to from openpower imports
2021-03-20 Luke Kenneth Casso... sort out predicate zeroing in ISACaller
2021-03-19 Luke Kenneth Casso... decode predicate src/dest zeroing in SVP64RMModeDecode
2021-03-17 Luke Kenneth Casso... add in SVP64 RM Mode decoder
2021-03-16 Cesar StraussUse symbolic values for subfields and bits
2021-03-16 Cesar StraussDefine and initialise the mode variable, to be used...
2021-03-16 Cesar StraussRename class so it does not clash with the enum
2021-03-15 Cesar StraussFix import
2021-03-01 Luke Kenneth Casso... move SVP64 RM decoder to separate module