ieee754fpu.git
2019-03-29 Luke Kenneth... split out addstages to separate module
2019-03-29 Luke Kenneth... split out add1 to separate module
2019-03-29 Luke Kenneth... split out add stage 0 to separate module
2019-03-29 Luke Kenneth... split out add align into separate module
2019-03-29 Luke Kenneth... split out add specialcases to separate module
2019-03-29 Luke Kenneth... split out putz to separate module
2019-03-29 Luke Kenneth... split out normtopack to separate module
2019-03-29 Luke Kenneth... split out pack to separate module
2019-03-29 Luke Kenneth... split out corrections to separate module
2019-03-29 Luke Kenneth... split out rounding to separate module
2019-03-29 Luke Kenneth... remove accidentally-included code
2019-03-29 Luke Kenneth... move FPID to fpbase
2019-03-29 Luke Kenneth... split out normalisation to separate module
2019-03-29 Luke Kenneth... split out prenormalisation to separate module
2019-03-29 Luke Kenneth... split out denorm to separate module
2019-03-29 Luke Kenneth... start splitting out common code from nmigen_add_experim...
2019-03-29 Luke Kenneth... create separate pipeline examples
2019-03-29 Luke Kenneth... new ObjectProxy class for use in pipelines
2019-03-28 Luke Kenneth... use Signal.like instead of value_bits_sign
2019-03-28 Luke Kenneth... use singlepipe.eq function
2019-03-28 Luke Kenneth... add test, temporary comb variable to stage2
2019-03-28 Luke Kenneth... make FPGet2Ops conform to Stage API, use in compact...
2019-03-28 Luke Kenneth... use StageChain in FPADDBaseMod compact mode
2019-03-28 Luke Kenneth... missed out assignment in new specallocate=True StageCha...
2019-03-28 Luke Kenneth... add new mode to StageChain which uses python output...
2019-03-28 Luke Kenneth... use StageChain for SCDeNorm
2019-03-28 Luke Kenneth... solve sync/comb issue with using state-machine or pipel...
2019-03-28 Luke Kenneth... solve sync/comb issue with using state-machine or pipel...
2019-03-28 Luke Kenneth... solve sync/comb for stage/state
2019-03-28 Luke Kenneth... add comments as a reminder to make code use sync for...
2019-03-28 Luke Kenneth... multi-out temporary, simplify graphs
2019-03-28 Luke Kenneth... try tidyup on multi-in ready/valid logic
2019-03-28 Luke Kenneth... create temporary, simplifies graph
2019-03-28 Luke Kenneth... cleanup
2019-03-28 Luke Kenneth... move inputgroup to separate module
2019-03-28 Luke Kenneth... remove redundant code
2019-03-28 Luke Kenneth... add comments
2019-03-28 Luke Kenneth... remove unneeded ports functions
2019-03-28 Luke Kenneth... use PassThroughStage
2019-03-28 Luke Kenneth... create base multi-in ports function
2019-03-28 Luke Kenneth... move flexible ports fn to MultiOutControlBase
2019-03-28 Luke Kenneth... use PassThroughStage instead of making one
2019-03-28 Luke Kenneth... whitespace
2019-03-28 Luke Kenneth... cleanup: remove redundant classes/code
2019-03-28 Luke Kenneth... reorg, move similar classes to multipipe
2019-03-28 Luke Kenneth... move PriorityCombMuxInPipe to multipipe
2019-03-28 Luke Kenneth... woo! got FPADD pipeline to work
2019-03-28 Luke Kenneth... create actual FPADD Pipeline from stages
2019-03-28 Luke Kenneth... move decode from FPNumOp to SpecialCases
2019-03-28 Luke Kenneth... move classes to before use
2019-03-28 Luke Kenneth... add process function to FPGet2OpMod
2019-03-28 Luke Kenneth... modify FPPackData to just a signal and mid
2019-03-28 Luke Kenneth... remove FPADDStageIn, use FPADDBaseData
2019-03-28 Luke Kenneth... complicated. change ControlBase.connect API to return...
2019-03-28 Luke Kenneth... remove print debug statements
2019-03-28 Luke Kenneth... add unit test for multi-in multi-out FPADDBasePipe
2019-03-28 Luke Kenneth... rename pipes
2019-03-28 Luke Kenneth... add start of FPADD Fan-in / Fan-out pipeline
2019-03-28 Luke Kenneth... whoops connect 2nd pipe to outpipe
2019-03-28 Luke Kenneth... add sub-calling of ports on o_data/i_data in ControlBas...
2019-03-28 Luke Kenneth... make FPADDBasePipe derive from ControlBase
2019-03-28 Luke Kenneth... add process function to AddSpecialCasesMod
2019-03-28 Luke Kenneth... add ospec/ispec to FPAddSpecialCasesDeNorm, also commen...
2019-03-28 Luke Kenneth... add process function to 3 stage-chained modules
2019-03-27 Luke Kenneth... add comments
2019-03-27 Luke Kenneth... add comments
2019-03-27 Luke Kenneth... add comments
2019-03-27 Luke Kenneth... remove print statement
2019-03-27 Luke Kenneth... add inout muxer test
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
next