put in place infrastructure for dropping in INT div unit
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 29 Jun 2019 08:47:38 +0000 (09:47 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 29 Jun 2019 08:47:48 +0000 (09:47 +0100)
commit1ca7b302ef5a030407fc07e6435f7ba08c2ec83c
tree4cf7b95c49893b7381c1111fef053e24af6d941f
parentaec00f4d99eeebef6df04580793231c8773268c8
put in place infrastructure for dropping in INT div unit

number of combinatorial stages specified as an argument to FPDivStages
start mode does initial conversion from pre-normalised format
not-start and not-end mode inputs Q/Rem data and outputs Q/Rem data
end mode converts Q/Rem data to format needed for post-normalisation
src/ieee754/fpdiv/div0.py
src/ieee754/fpdiv/divstages.py
src/ieee754/fpdiv/pipeline.py