remove unneeded imports
[soc.git] / src / soc / fu / cr / pipe_data.py
2020-06-06 Luke Kenneth Casso... remove unneeded imports
2020-06-06 Luke Kenneth Casso... noticed the regular pattern in all pipe_data.py (regspecs).
2020-06-03 Tobias PlatenMerge branch 'master' of ssh://git.libre-riscv.org...
2020-06-03 Luke Kenneth Casso... remove rdflags in pipe_data.py (redundant)
2020-06-02 Luke Kenneth Casso... rename regspecs to give a consistent naming scheme
2020-06-01 Luke Kenneth Casso... okaaay add a "rdflags" function which obtains the yes...
2020-06-01 Luke Kenneth Casso... whoops need to read RS in CR inputs test
2020-05-27 Luke Kenneth Casso... rename CROutputData.cr_o to just CROutputData.cr
2020-05-24 Luke Kenneth Casso... output registers need to be Data type (consistently)
2020-05-23 Luke Kenneth Casso... add link to regspecs on wiki
2020-05-23 Luke Kenneth Casso... add b to CR pipe input data, for isel
2020-05-22 Luke Kenneth Casso... move CR over to CompCROpSubset
2020-05-21 Luke Kenneth Casso... update CROutputData to use Data()
2020-05-21 Luke Kenneth Casso... argh syntax error
2020-05-21 Luke Kenneth Casso... update and comment CR Input/Output Data specs
2020-05-21 Michael NolanBegin porting cr pipeline to new interface
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... convert to individual PipeSpecs for each pipeline
2020-05-20 Michael NolanBegin adding CR proof
2020-05-20 Luke Kenneth Casso... add register specs to pipeline in/out so that they...
2020-05-18 Luke Kenneth Casso... mass-rename of modules to soc.fu.*
2020-05-18 Luke Kenneth Casso... rename pipe to fu