move over to from openpower imports
[soc.git] / src / soc / fu / compunits / test / test_branch_compunit.py
2021-04-23 Luke Kenneth Casso... move over to from openpower imports
2020-07-26 Luke Kenneth Casso... convert Branch test to accumulator style
2020-07-22 Jacob LifshayMerge remote-tracking branch 'origin/master'
2020-07-22 Jacob Lifshayformat code
2020-07-16 Luke Kenneth Casso... get branch compunit working (missing bigendian arg)
2020-07-08 Jacob LifshayMerge branch 'master' of ssh://git.libre-riscv.org...
2020-07-06 Luke Kenneth Casso... adding mtspr tests
2020-07-05 Luke Kenneth Casso... big reorg on PowerDecoder2, actually Decode2Execute1Type
2020-07-04 Luke Kenneth Casso... more updating spr1/spr2 to fast1/fast2
2020-06-04 Luke Kenneth Casso... no global variables in test suites
2020-06-03 Tobias PlatenMerge branch 'master' of ssh://git.libre-riscv.org...
2020-06-02 Luke Kenneth Casso... hooray, get_cu_inputs now common to both types of tests
2020-06-02 Luke Kenneth Casso... remove unneeded variable
2020-06-02 Luke Kenneth Casso... decode fast spr for OP_BCREG CTR, TAR and LR
2020-06-02 Luke Kenneth Casso... debugging branch fast registers
2020-06-02 Luke Kenneth Casso... add read-write register numbering detection
2020-06-02 Luke Kenneth Casso... whitespace
2020-06-01 Luke Kenneth Casso... add assertions for branch compunit output
2020-06-01 Luke Kenneth Casso... decode SPRs for branch
2020-06-01 Luke Kenneth Casso... add first version compunit branch test