update comments
[ieee754fpu.git] / src / add / fpadd / specialcases.py
2019-04-08 Luke Kenneth Casso... use SimpleHandshake instead of UnbufferedPipeline
2019-03-29 Luke Kenneth Casso... whoops wrong temporary created
2019-03-29 Luke Kenneth Casso... create FPDecode module
2019-03-29 Luke Kenneth Casso... always pass decoded a/b through
2019-03-29 Luke Kenneth Casso... combine specialcases if/elif tests into single temporaries
2019-03-29 Luke Kenneth Casso... create e_match temporary
2019-03-29 Luke Kenneth Casso... remove unneeded imports
2019-03-29 Luke Kenneth Casso... split out add specialcases to separate module