implement MFSPR the same way as fu/spr/main_stage.py
[soc.git] / src / soc / fu / pipe_data.py
2021-05-04 Luke Kenneth Casso... remove exception from data on FUBaseData, explicitly...
2021-05-04 Luke Kenneth Casso... add option to add exception type to FUBaseData (pipe_data)
2021-05-04 Luke Kenneth Casso... rename IntegerData to FUBaseData
2021-04-23 Luke Kenneth Casso... move over to from openpower imports
2020-07-25 Luke Kenneth Casso... going on a bit of a "naming" spree, this for Jean-Paul...
2020-07-22 Luke Kenneth Casso... update README for pipe_data.py
2020-07-22 Luke Kenneth Casso... comments on what goes into CommonPipeSpec
2020-07-15 Luke Kenneth Casso... comments on IntegerData class
2020-07-15 Luke Kenneth Casso... import PipeContext not FPPipeContext
2020-07-09 Luke Kenneth Casso... remove xer_ca from DIV pipeline (took a bit of messing...
2020-07-08 Jacob LifshayMerge branch 'master' of ssh://git.libre-riscv.org...
2020-07-06 Luke Kenneth Casso... whoops forgot that the mul pipeline is actually a pipel...
2020-06-06 Luke Kenneth Casso... noticed the regular pattern in all pipe_data.py (regspecs).
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