ieee754fpu.git
2019-03-27 Luke Kenneth... add sync pipe to outmux test
2019-03-27 Luke Kenneth... add important detection ArrayProxy and workaround in...
2019-03-27 Luke Kenneth... remove unneeded data_value
2019-03-27 Luke Kenneth... give example data out a name
2019-03-27 Luke Kenneth... reorganise MultiOutPipe, seems to be near-identical...
2019-03-27 Luke Kenneth... move data_valid to local variable
2019-03-27 Luke Kenneth... move data_valid to local variable
2019-03-27 Luke Kenneth... add start of outputmux pipe test
2019-03-27 Luke Kenneth... lost removal of result intermediary from UnbufferedPipeline
2019-03-27 Luke Kenneth... whitespace cleanup
2019-03-27 Luke Kenneth... add comment
2019-03-27 Luke Kenneth... whoops, cut/paste from email resulted in weird EOL...
2019-03-27 Luke Kenneth... add comment that i_data and o_data have to be added...
2019-03-27 Luke Kenneth... tidy up comments
2019-03-27 Luke Kenneth... add RecordBasedStage, PassThroughStage and RegisterPipe...
2019-03-27 Luke Kenneth... split out pipeline classes into singlepipe.py
2019-03-27 Luke Kenneth... update comments
2019-03-27 Luke Kenneth... update comments
2019-03-27 Luke Kenneth... rename MultiIn/Out to MultiIn/OutControlBase
2019-03-27 Luke Kenneth... update comments
2019-03-27 Luke Kenneth... rename connect_in/out to _connect_in/out in multipipe
2019-03-27 Luke Kenneth... identify test 9 code with comment
2019-03-27 Luke Kenneth... 2-chain pipeline doesnt need pipe instances to be members
2019-03-27 Luke Kenneth... replace manual pipe-connection with a general-purpose...
2019-03-27 Luke Kenneth... update comments
2019-03-26 Luke Kenneth... add multi-out pipe module (untested)
2019-03-26 Luke Kenneth... rename PipelineBase to MultiInControl in multi-input...
2019-03-26 Luke Kenneth... document and clarify test cases for pipeline
2019-03-26 Luke Kenneth... add abstract Stage classes, rename PipelineBase to...
2019-03-26 Luke Kenneth... create multipipe from former multi-input Pipeline
2019-03-26 Luke Kenneth... derive ExampleBufPipe2 from PipelineBase
2019-03-26 Luke Kenneth... revert multi-in / multi-out arrays, too messy
2019-03-25 Luke Kenneth... small tidyup of priority-encoding pipe mux
2019-03-25 Luke Kenneth... hooray! got timing right (etc.) - required a sync...
2019-03-25 Luke Kenneth... try sync with o_mid
2019-03-25 Luke Kenneth... synchronisation of mid is not working
2019-03-25 Luke Kenneth... endeavouring to work out muxer logic
2019-03-25 Luke Kenneth... debugging input priority muxer
2019-03-25 Luke Kenneth... add new priority multi-input mux example and test....
2019-03-25 Luke Kenneth... example_buf_pipe.py
2019-03-25 Luke Kenneth... remove temporary result variable in UnbufferedPipeline
2019-03-25 Luke Kenneth... make BufferedPipe r_data an array
2019-03-25 Luke Kenneth... whitespace
2019-03-25 Luke Kenneth... get pipeline unit tests working for case where prev...
2019-03-25 Luke Kenneth... initial version of BufferedPipeline with multi-in and...
2019-03-24 Luke Kenneth... update docstrings
2019-03-24 Luke Kenneth... document new Record spec: allow placeholder objects
2019-03-24 Luke Kenneth... add beginnings of pipeline variant of FPADD
2019-03-24 Luke Kenneth... add placeholder-variant pipeline stage of Record
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
next