run tests in parallel
[ieee754fpu.git] / src / ieee754 / fsgnj /
2020-01-28 Michael NolanUse nmigen's built in formal runner instead of mine
2020-01-28 Michael NolanUpdate gitignore in formal directories to ignore proof...
2020-01-28 Luke Kenneth Casso... allow fsgnj proof to be run from any location
2020-01-28 Michael NolanFSGNJ: expandd formal proof to 16 and 64 bits
2020-01-28 Michael NolanFSGNJ: Convert proof to use FPNumDecode
2020-01-28 Michael NolanAdd formal proof for FSGNJPipeMod module
2020-01-27 Luke Kenneth Casso... remove unneeded comment
2020-01-27 Michael NolanFSGNJ: Fix typo in abs
2020-01-27 Michael NolanFSGNJ: Remove usage of FPNumDecode
2020-01-27 Luke Kenneth Casso... add comments, remove one of the Muxes
2020-01-27 Luke Kenneth Casso... reduce linelength <80chars
2020-01-27 Michael NolanAdd more/better comments to fsignj.py
2020-01-27 Michael NolanFSGNJ: Replace use of Switch() with explicit muxes
2020-01-27 Michael NolanFSGNJ: Use Floating point decode module instead of...
2020-01-27 Luke Kenneth Casso... add copyright notices
2020-01-27 Michael NolanExpand FSGNJ module to 16 and 64 bit floats
2020-01-27 Michael NolanPep8 cleanup of FSGNJ module
2020-01-27 Michael NolanFSGNJ working now in all three modes
2020-01-27 Michael NolanAdd basic test for fsignj pipe
2020-01-27 Michael NolanAdd FSGNJ Pipeline stage and overall FSGNJ pipeline