ieee754fpu.git
2019-03-23 Luke Kenneth... comment out duplicate (bypass) put_z stage for now
2019-03-23 Luke Kenneth... finally got specialcases to pass through z down rest...
2019-03-23 Luke Kenneth... trying to connect up pass-through outz
2019-03-23 Luke Kenneth... pass through oz to FPPack
2019-03-23 Luke Kenneth... add passing of z data from specialcases through next...
2019-03-23 Luke Kenneth... pass through out_do_z into FPPack
2019-03-23 Luke Kenneth... add out_do_z to FPRound
2019-03-23 Luke Kenneth... add Normalise out_do_z passthrough
2019-03-23 Luke Kenneth... add Stage1Add out_do_z passthrough
2019-03-23 Luke Kenneth... add Stage0Add out_do_z passthrough
2019-03-23 Luke Kenneth... add pass-through out_do_z to FPAlign
2019-03-23 Luke Kenneth... pass out_z and z through denorm
2019-03-23 Luke Kenneth... pass output from specialcases through to denorm even...
2019-03-23 Luke Kenneth... move out_do_z to module
2019-03-22 Luke Kenneth... rename to UnbufferedPipeline
2019-03-22 Luke Kenneth... update docstrings on Pipeline
2019-03-22 Luke Kenneth... update docstrings
2019-03-22 Luke Kenneth... rename CombPipe to Pipeline
2019-03-22 Luke Kenneth... update docstring for CombPipe
2019-03-22 Luke Kenneth... use BufferedPipeline in Derived example
2019-03-22 Luke Kenneth... remove unneeded self.a1modo, make local
2019-03-22 Luke Kenneth... create StageChain from Align/Add0/Add1
2019-03-22 Luke Kenneth... replace hand-chained module linkage with StageChain
2019-03-22 Luke Kenneth... add process function to modules, about to use StageChain
2019-03-22 Luke Kenneth... remove copy of output from use of module
2019-03-22 Luke Kenneth... add ilang generation of ltbufpipe
2019-03-22 Luke Kenneth... add an example of a stage that is itself a module
2019-03-22 Luke Kenneth... sort out FPNorm1Single, conform to ispec/ospec API
2019-03-22 Luke Kenneth... connect up mids through modules
2019-03-22 Luke Kenneth... copy over mid in pack module
2019-03-22 Luke Kenneth... connect up mid in normalise module
2019-03-22 Luke Kenneth... whitespace cleanup
2019-03-22 Luke Kenneth... remove use of FPID
2019-03-22 Luke Kenneth... move sync blocks out of action()
2019-03-21 Luke Kenneth... move sync blocks out of action()
2019-03-21 Luke Kenneth... remove self.o from FPAddAlignSingleAdd, make local
2019-03-21 Luke Kenneth... isolate modules in FPAddAlignSingleAdd
2019-03-21 Luke Kenneth... add ispec and ospec to NormToPack and FPRound
2019-03-21 Luke Kenneth... self.in_a/b replaced with self.i
2019-03-21 Luke Kenneth... whitespace cleanup
2019-03-21 Luke Kenneth... add ispec/ospect to FPCorrections
2019-03-21 Luke Kenneth... rename in_z in FPCorrectionsMod
2019-03-21 Luke Kenneth... reduce args to FPRound
2019-03-21 Luke Kenneth... reduce args to FPNorm1Single
2019-03-21 Luke Kenneth... reduce args to FPNormaliseModSingle
2019-03-21 Luke Kenneth... reduce args to FPAddStage1
2019-03-21 Luke Kenneth... reduce args to FPAddStage0
2019-03-21 Luke Kenneth... reorganise FPAddAlignSingleAdd
2019-03-21 Luke Kenneth... reduce Add1Stage setup args
2019-03-21 Luke Kenneth... reorder args, clarify
2019-03-21 Luke Kenneth... reduce setup args to FPCorrections
2019-03-21 Luke Kenneth... reduce FPNormModSingle setup to input connections
2019-03-21 Luke Kenneth... rename FPADDBase out_z to o
2019-03-21 Luke Kenneth... remove out_z and out_mid from FPADDBase, make part...
2019-03-21 Luke Kenneth... create FPOpData in FPADDBase and use it
2019-03-21 Luke Kenneth... create and use FPOpData
2019-03-21 Luke Kenneth... create ospec for FPADDBase
2019-03-21 Luke Kenneth... pass in a manually-constructed FPADDBaseData object...
2019-03-21 Luke Kenneth... remove unneeded code
2019-03-21 Luke Kenneth... remove unneeded arguments
2019-03-21 Luke Kenneth... reduce setup args in FPGet2Op
2019-03-21 Luke Kenneth... use FPADDBaseData in FPGet2OpMod
2019-03-21 Luke Kenneth... add FPADDBaseData with ispec
2019-03-21 Luke Kenneth... compact down setup to take one argument (input)
2019-03-21 Luke Kenneth... compact down setup to take one argument (input)
2019-03-21 Luke Kenneth... whitespace cleanup
2019-03-21 Luke Kenneth... start connecting FPNumBase2Ops
2019-03-21 Luke Kenneth... use FPNumBase2Ops for FPGet2OpMod
2019-03-21 Luke Kenneth... add FPPackData class, includes mid to be passed through
2019-03-21 Luke Kenneth... use FPPackData in specialcases mod
2019-03-21 Luke Kenneth... add FPPackData and return as ospec
2019-03-21 Luke Kenneth... rename in_z and out_z to i and o
2019-03-21 Luke Kenneth... use FPRoundData in FPPackMod
2019-03-21 Luke Kenneth... create FPRoundData and use between FPRound and FPCorrec...
2019-03-21 Luke Kenneth... add id_wid/mid to FPNorm1Data
2019-03-21 Luke Kenneth... add id_wid/mid to FPAddStage1Data
2019-03-21 Luke Kenneth... add id_wid to FPNumIn2Ops
2019-03-21 Luke Kenneth... add mid to Stage0Data
2019-03-21 Luke Kenneth... add id_wid argument and mid to FPNum2Ops
2019-03-21 Luke Kenneth... add FPPackData class, includes mid to be passed through
2019-03-21 Luke Kenneth... add ispec and ospec to FPPack
2019-03-20 Luke Kenneth... use FPNorm1ModSingle ospec, sort out setup
2019-03-20 Luke Kenneth... use FPNorm1Data to output z and roundz from Norm1 module
2019-03-20 Luke Kenneth... remove unneeded argument
2019-03-20 Luke Kenneth... use ospec in FPNormToPack
2019-03-20 Luke Kenneth... use ospec/ispec in FPPackMod
2019-03-20 Luke Kenneth... use ospec/ispec in FPCorrectionsMod
2019-03-20 Luke Kenneth... use ospec in FPRound
2019-03-20 Luke Kenneth... use ispec/ospec in FPRoundMod
2019-03-20 Luke Kenneth... FPNorm1Single out_z wrong arguments
2019-03-20 Luke Kenneth... add FPNorm1Data class
2019-03-20 Luke Kenneth... remove unneeded variable
2019-03-20 Luke Kenneth... use ispec and ospec in FPNorm1ModSingle
2019-03-20 Luke Kenneth... remove unneeded variable
2019-03-20 Luke Kenneth... use ispec and ospec in FPNormaliseModSingle
2019-03-20 Luke Kenneth... more use of ospec
2019-03-20 Luke Kenneth... use ospec in FPAddAlignSingleAdd
2019-03-20 Luke Kenneth... remove unneeded variable
2019-03-20 Luke Kenneth... use ospec and ispec in FPAddStage1Mod
2019-03-20 Luke Kenneth... use mod.ospec in FPAddStage0
next