add random mulhd and mulld tests
[soc.git] / src / soc / fu / mul /
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... remove unneeded xer.ca in MulOutputData
2020-07-09 Luke Kenneth Casso... simplify setting of mul overflow into xer_ov
2020-07-09 Luke Kenneth Casso... remove xer_ca from DIV pipeline (took a bit of messing...
2020-07-09 Luke Kenneth Casso... irony comment on how one line creates a massive array...
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... use ComMULOpSubset in mul pipeline
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-07-06 Luke Kenneth Casso... add first cut at fu mul pipeline
2020-06-04 Luke Kenneth Casso... use copy of FHDLTestCase
2020-06-01 Luke Kenneth Casso... okaaay add a "rdflags" function which obtains the yes...
2020-05-23 Luke Kenneth Casso... add gitignore
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