comment out rlwinm. for now
[soc.git] / src / soc / fu / shift_rot /
2020-06-01 Luke Kenneth Casso... comment out rlwinm. for now
2020-06-01 Luke Kenneth Casso... put RB in 2nd position (matching immediate) in ShiftRot...
2020-06-01 Luke Kenneth Casso... add rlwinm. test instruction (sets CR0)
2020-06-01 Luke Kenneth Casso... remove duplicate signal
2020-06-01 Luke Kenneth Casso... shiftrot uses LogicalOutputData not ALUOutputData
2020-05-27 Luke Kenneth Casso... check reg output Data.ok in shift_rot formal proof
2020-05-24 Luke Kenneth Casso... start using Data in pipelines
2020-05-22 Luke Kenneth Casso... add TODO and link to SHIFT_ROT formal bugreport
2020-05-22 Luke Kenneth Casso... remove xer.so from ShiftRot formal proof
2020-05-22 Luke Kenneth Casso... remove sticky overflow from Shift Rot pipeline
2020-05-22 Luke Kenneth Casso... create common input pipe spec to avoid code-duplication
2020-05-22 Luke Kenneth Casso... remove unneeded code
2020-05-21 Luke Kenneth Casso... move common functionality between PipeSpecs to soc...
2020-05-21 Luke Kenneth Casso... move FU IntegerData to directory below
2020-05-21 Luke Kenneth Casso... create and use ShiftRotPipeSpec
2020-05-20 Luke Kenneth Casso... add register specs to pipeline in/out so that they...
2020-05-20 Luke Kenneth Casso... correct XER variable names
2020-05-20 Luke Kenneth Casso... correct import on shift_rot maskgen
2020-05-20 Luke Kenneth Casso... fixup XER names in shift_rot pipe tests
2020-05-20 Luke Kenneth Casso... convert shift_rot to use XER Data
2020-05-18 Luke Kenneth Casso... mass-rename of modules to soc.fu.*
2020-05-18 Luke Kenneth Casso... rename pipe to fu