convert from public static functions/properties for regspecs
[soc.git] / src / soc / fu / ldst / pipe_data.py
2022-02-27 Luke Kenneth Casso... convert from public static functions/properties for...
2022-01-16 Luke Kenneth Casso... add CR0 to LDSTCompUnit, for reporting if LR/SC store...
2021-11-10 Luke Kenneth Casso... remove read of MSR, it is done by passing through Power...
2021-11-10 Luke Kenneth Casso... add fetch of MSR in LD/ST pipe_data
2021-05-04 Luke Kenneth Casso... comments, and change name of LDSTCompUnit exception_o...
2021-05-04 Luke Kenneth Casso... code-comments for LDSTCompUnit
2021-05-04 Luke Kenneth Casso... add LDSTException class to LDSTOutputData
2021-05-04 Luke Kenneth Casso... rename IntegerData to FUBaseData
2020-06-06 Luke Kenneth Casso... LDSTCompUnit test data structures linked up, starting...
2020-06-06 Luke Kenneth Casso... set up LDSTCompUnit using regspec
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-02 Luke Kenneth Casso... rename regspecs to give a consistent naming scheme
2020-05-27 Luke Kenneth Casso... add LD/ST pipe_data