sorting out bigendian/littleendian including in qemu
[soc.git] / src / soc / fu / mul / test / test_pipe_caller.py
2020-07-11 Luke Kenneth Casso... sorting out bigendian/littleendian including in qemu
2020-07-11 Luke Kenneth Casso... add random mulhd and mulld tests
2020-07-11 Luke Kenneth Casso... enable mul tests after sorting pseudo-code mul overflow
2020-07-11 Luke Kenneth Casso... special test for mul hw to cope with ignoring OE flag
2020-07-10 Luke Kenneth Casso... cut/paste error writing to wrong vcd file
2020-07-09 Luke Kenneth Casso... add new stages etc. to get multiply working without...
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-07-06 Luke Kenneth Casso... continue mul unit test debugging
2020-07-06 Luke Kenneth Casso... investigating mul pipeline
2020-07-06 Luke Kenneth Casso... first cut at mul test pipeline
2020-06-04 Luke Kenneth Casso... use copy of FHDLTestCase
2020-05-22 Luke Kenneth Casso... rename ShiftRot to Mul in fu mul test
2020-05-22 Luke Kenneth Casso... add cookie-cut mul pipeline template