remove i_specfn and o_specfn from FP*MuxInOut, use self.alu.ispec() and ospec()
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 1 Aug 2019 01:23:10 +0000 (02:23 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 1 Aug 2019 01:23:10 +0000 (02:23 +0100)
commita88acb92b232388a290fdd330c05ff65920438e7
tree324347276e0ad9fdd95267717b1e1e2005d93845
parentd50e4858b338555037031395c633b01a1c8a2179
remove i_specfn and o_specfn from FP*MuxInOut, use self.alu.ispec() and ospec()

every class has an alu object, the pipe specs are the same for all use-cases
so....
src/ieee754/fclass/pipeline.py
src/ieee754/fcvt/pipeline.py
src/ieee754/fpadd/pipeline.py
src/ieee754/fpdiv/pipeline.py
src/ieee754/fpmul/pipeline.py
src/ieee754/fpmul/specialcases.py
src/nmutil/concurrentunit.py
src/nmutil/stageapi.py