2019-03-26 |
Luke Kenneth... | revert multi-in / multi-out arrays, too messy |
commit | commitdiff | tree |
2019-03-25 |
Luke Kenneth... | small tidyup of priority-encoding pipe mux |
commit | commitdiff | tree |
2019-03-25 |
Luke Kenneth... | hooray! got timing right (etc.) - required a sync... |
commit | commitdiff | tree |
2019-03-25 |
Luke Kenneth... | try sync with o_mid |
commit | commitdiff | tree |
2019-03-25 |
Luke Kenneth... | synchronisation of mid is not working |
commit | commitdiff | tree |
2019-03-25 |
Luke Kenneth... | endeavouring to work out muxer logic |
commit | commitdiff | tree |
2019-03-25 |
Luke Kenneth... | debugging input priority muxer |
commit | commitdiff | tree |
2019-03-25 |
Luke Kenneth... | add new priority multi-input mux example and test.... |
commit | commitdiff | tree |
2019-03-25 |
Luke Kenneth... | example_buf_pipe.py |
commit | commitdiff | tree |
2019-03-25 |
Luke Kenneth... | remove temporary result variable in UnbufferedPipeline |
commit | commitdiff | tree |
2019-03-25 |
Luke Kenneth... | make BufferedPipe r_data an array |
commit | commitdiff | tree |
2019-03-25 |
Luke Kenneth... | whitespace |
commit | commitdiff | tree |
2019-03-25 |
Luke Kenneth... | get pipeline unit tests working for case where prev... |
commit | commitdiff | tree |
2019-03-25 |
Luke Kenneth... | initial version of BufferedPipeline with multi-in and... |
commit | commitdiff | tree |
2019-03-24 |
Luke Kenneth... | update docstrings |
commit | commitdiff | tree |
2019-03-24 |
Luke Kenneth... | document new Record spec: allow placeholder objects |
commit | commitdiff | tree |
2019-03-24 |
Luke Kenneth... | add beginnings of pipeline variant of FPADD |
commit | commitdiff | tree |
2019-03-24 |
Luke Kenneth... | add placeholder-variant pipeline stage of Record |
commit | commitdiff | tree |
2019-03-23 |
Luke Kenneth... | comment out duplicate (bypass) put_z stage for now |
commit | commitdiff | tree |
2019-03-23 |
Luke Kenneth... | finally got specialcases to pass through z down rest... |
commit | commitdiff | tree |
2019-03-23 |
Luke Kenneth... | trying to connect up pass-through outz |
commit | commitdiff | tree |
2019-03-23 |
Luke Kenneth... | pass through oz to FPPack |
commit | commitdiff | tree |
2019-03-23 |
Luke Kenneth... | add passing of z data from specialcases through next... |
commit | commitdiff | tree |
2019-03-23 |
Luke Kenneth... | pass through out_do_z into FPPack |
commit | commitdiff | tree |
2019-03-23 |
Luke Kenneth... | add out_do_z to FPRound |
commit | commitdiff | tree |
2019-03-23 |
Luke Kenneth... | add Normalise out_do_z passthrough |
commit | commitdiff | tree |
2019-03-23 |
Luke Kenneth... | add Stage1Add out_do_z passthrough |
commit | commitdiff | tree |
2019-03-23 |
Luke Kenneth... | add Stage0Add out_do_z passthrough |
commit | commitdiff | tree |
2019-03-23 |
Luke Kenneth... | add pass-through out_do_z to FPAlign |
commit | commitdiff | tree |
2019-03-23 |
Luke Kenneth... | pass out_z and z through denorm |
commit | commitdiff | tree |
2019-03-23 |
Luke Kenneth... | pass output from specialcases through to denorm even... |
commit | commitdiff | tree |
2019-03-23 |
Luke Kenneth... | move out_do_z to module |
commit | commitdiff | tree |
2019-03-22 |
Luke Kenneth... | rename to UnbufferedPipeline |
commit | commitdiff | tree |
2019-03-22 |
Luke Kenneth... | update docstrings on Pipeline |
commit | commitdiff | tree |
2019-03-22 |
Luke Kenneth... | update docstrings |
commit | commitdiff | tree |
2019-03-22 |
Luke Kenneth... | rename CombPipe to Pipeline |
commit | commitdiff | tree |
2019-03-22 |
Luke Kenneth... | update docstring for CombPipe |
commit | commitdiff | tree |
2019-03-22 |
Luke Kenneth... | use BufferedPipeline in Derived example |
commit | commitdiff | tree |
2019-03-22 |
Luke Kenneth... | remove unneeded self.a1modo, make local |
commit | commitdiff | tree |
2019-03-22 |
Luke Kenneth... | create StageChain from Align/Add0/Add1 |
commit | commitdiff | tree |
2019-03-22 |
Luke Kenneth... | replace hand-chained module linkage with StageChain |
commit | commitdiff | tree |
2019-03-22 |
Luke Kenneth... | add process function to modules, about to use StageChain |
commit | commitdiff | tree |
2019-03-22 |
Luke Kenneth... | remove copy of output from use of module |
commit | commitdiff | tree |
2019-03-22 |
Luke Kenneth... | add ilang generation of ltbufpipe |
commit | commitdiff | tree |
2019-03-22 |
Luke Kenneth... | add an example of a stage that is itself a module |
commit | commitdiff | tree |
2019-03-22 |
Luke Kenneth... | sort out FPNorm1Single, conform to ispec/ospec API |
commit | commitdiff | tree |
2019-03-22 |
Luke Kenneth... | connect up mids through modules |
commit | commitdiff | tree |
2019-03-22 |
Luke Kenneth... | copy over mid in pack module |
commit | commitdiff | tree |
2019-03-22 |
Luke Kenneth... | connect up mid in normalise module |
commit | commitdiff | tree |
2019-03-22 |
Luke Kenneth... | whitespace cleanup |
commit | commitdiff | tree |
2019-03-22 |
Luke Kenneth... | remove use of FPID |
commit | commitdiff | tree |
2019-03-22 |
Luke Kenneth... | move sync blocks out of action() |
commit | commitdiff | tree |
2019-03-21 |
Luke Kenneth... | move sync blocks out of action() |
commit | commitdiff | tree |
2019-03-21 |
Luke Kenneth... | remove self.o from FPAddAlignSingleAdd, make local |
commit | commitdiff | tree |
2019-03-21 |
Luke Kenneth... | isolate modules in FPAddAlignSingleAdd |
commit | commitdiff | tree |
2019-03-21 |
Luke Kenneth... | add ispec and ospec to NormToPack and FPRound |
commit | commitdiff | tree |
2019-03-21 |
Luke Kenneth... | self.in_a/b replaced with self.i |
commit | commitdiff | tree |
2019-03-21 |
Luke Kenneth... | whitespace cleanup |
commit | commitdiff | tree |
2019-03-21 |
Luke Kenneth... | add ispec/ospect to FPCorrections |
commit | commitdiff | tree |
2019-03-21 |
Luke Kenneth... | rename in_z in FPCorrectionsMod |
commit | commitdiff | tree |
2019-03-21 |
Luke Kenneth... | reduce args to FPRound |
commit | commitdiff | tree |
2019-03-21 |
Luke Kenneth... | reduce args to FPNorm1Single |
commit | commitdiff | tree |
2019-03-21 |
Luke Kenneth... | reduce args to FPNormaliseModSingle |
commit | commitdiff | tree |
2019-03-21 |
Luke Kenneth... | reduce args to FPAddStage1 |
commit | commitdiff | tree |
2019-03-21 |
Luke Kenneth... | reduce args to FPAddStage0 |
commit | commitdiff | tree |
2019-03-21 |
Luke Kenneth... | reorganise FPAddAlignSingleAdd |
commit | commitdiff | tree |
2019-03-21 |
Luke Kenneth... | reduce Add1Stage setup args |
commit | commitdiff | tree |
2019-03-21 |
Luke Kenneth... | reorder args, clarify |
commit | commitdiff | tree |
2019-03-21 |
Luke Kenneth... | reduce setup args to FPCorrections |
commit | commitdiff | tree |
2019-03-21 |
Luke Kenneth... | reduce FPNormModSingle setup to input connections |
commit | commitdiff | tree |
2019-03-21 |
Luke Kenneth... | rename FPADDBase out_z to o |
commit | commitdiff | tree |
2019-03-21 |
Luke Kenneth... | remove out_z and out_mid from FPADDBase, make part... |
commit | commitdiff | tree |
2019-03-21 |
Luke Kenneth... | create FPOpData in FPADDBase and use it |
commit | commitdiff | tree |
2019-03-21 |
Luke Kenneth... | create and use FPOpData |
commit | commitdiff | tree |
2019-03-21 |
Luke Kenneth... | create ospec for FPADDBase |
commit | commitdiff | tree |
2019-03-21 |
Luke Kenneth... | pass in a manually-constructed FPADDBaseData object... |
commit | commitdiff | tree |
2019-03-21 |
Luke Kenneth... | remove unneeded code |
commit | commitdiff | tree |
2019-03-21 |
Luke Kenneth... | remove unneeded arguments |
commit | commitdiff | tree |
2019-03-21 |
Luke Kenneth... | reduce setup args in FPGet2Op |
commit | commitdiff | tree |
2019-03-21 |
Luke Kenneth... | use FPADDBaseData in FPGet2OpMod |
commit | commitdiff | tree |
2019-03-21 |
Luke Kenneth... | add FPADDBaseData with ispec |
commit | commitdiff | tree |
2019-03-21 |
Luke Kenneth... | compact down setup to take one argument (input) |
commit | commitdiff | tree |
2019-03-21 |
Luke Kenneth... | compact down setup to take one argument (input) |
commit | commitdiff | tree |
2019-03-21 |
Luke Kenneth... | whitespace cleanup |
commit | commitdiff | tree |
2019-03-21 |
Luke Kenneth... | start connecting FPNumBase2Ops |
commit | commitdiff | tree |
2019-03-21 |
Luke Kenneth... | use FPNumBase2Ops for FPGet2OpMod |
commit | commitdiff | tree |
2019-03-21 |
Luke Kenneth... | add FPPackData class, includes mid to be passed through |
commit | commitdiff | tree |
2019-03-21 |
Luke Kenneth... | use FPPackData in specialcases mod |
commit | commitdiff | tree |
2019-03-21 |
Luke Kenneth... | add FPPackData and return as ospec |
commit | commitdiff | tree |
2019-03-21 |
Luke Kenneth... | rename in_z and out_z to i and o |
commit | commitdiff | tree |
2019-03-21 |
Luke Kenneth... | use FPRoundData in FPPackMod |
commit | commitdiff | tree |
2019-03-21 |
Luke Kenneth... | create FPRoundData and use between FPRound and FPCorrec... |
commit | commitdiff | tree |
2019-03-21 |
Luke Kenneth... | add id_wid/mid to FPNorm1Data |
commit | commitdiff | tree |
2019-03-21 |
Luke Kenneth... | add id_wid/mid to FPAddStage1Data |
commit | commitdiff | tree |
2019-03-21 |
Luke Kenneth... | add id_wid to FPNumIn2Ops |
commit | commitdiff | tree |
2019-03-21 |
Luke Kenneth... | add mid to Stage0Data |
commit | commitdiff | tree |
2019-03-21 |
Luke Kenneth... | add id_wid argument and mid to FPNum2Ops |
commit | commitdiff | tree |
2019-03-21 |
Luke Kenneth... | add FPPackData class, includes mid to be passed through |
commit | commitdiff | tree |
2019-03-21 |
Luke Kenneth... | add ispec and ospec to FPPack |
commit | commitdiff | tree |
2019-03-20 |
Luke Kenneth... | use FPNorm1ModSingle ospec, sort out setup |
commit | commitdiff | tree |
next |