pipeline ObjectProxy objects now stored in module, not linked to output yet
[ieee754fpu.git] / src /
2019-04-02 Luke Kenneth Casso... pipeline ObjectProxy objects now stored in module,...
2019-04-01 Luke Kenneth Casso... more experimentation on pipeline ObjectProxy
2019-04-01 Luke Kenneth Casso... start on ObjectProxy example
2019-03-31 Luke Kenneth Casso... found bug in auto-stage, must return "like" from auto...
2019-03-31 Luke Kenneth Casso... bug where combinatorial assignments from stage are...
2019-03-30 Luke Kenneth Casso... use stage names instead of numbers in the pipeline
2019-03-30 Luke Kenneth Casso... use and return module instead of m.d in pipeline intros...
2019-03-30 Luke Kenneth Casso... add pipeline context / stage management
2019-03-30 Luke Kenneth Casso... split out concurrentunit ReservationStations to separat...
2019-03-29 Luke Kenneth Casso... whoops wrong temporary created
2019-03-29 Luke Kenneth Casso... create FPDecode module
2019-03-29 Luke Kenneth Casso... always pass decoded a/b through
2019-03-29 Luke Kenneth Casso... combine specialcases if/elif tests into single temporaries
2019-03-29 Luke Kenneth Casso... add generate to nmigen_add_experiment.py again
2019-03-29 Luke Kenneth Casso... create e_match temporary
2019-03-29 Luke Kenneth Casso... use correct function in unit test
2019-03-29 Luke Kenneth Casso... get old fpadd back
2019-03-29 Luke Kenneth Casso... imports: get div and mul working
2019-03-29 Luke Kenneth Casso... remove unneeded imports
2019-03-29 Luke Kenneth Casso... remove unneeded imports
2019-03-29 Luke Kenneth Casso... remove unneeded imports
2019-03-29 Luke Kenneth Casso... remove unneeded imports
2019-03-29 Luke Kenneth Casso... remove unneeded imports
2019-03-29 Luke Kenneth Casso... remove unneeded imports
2019-03-29 Luke Kenneth Casso... remove unneeded imports
2019-03-29 Luke Kenneth Casso... remove unneeded imports
2019-03-29 Luke Kenneth Casso... remove unneeded imports
2019-03-29 Luke Kenneth Casso... remove unneeded imports
2019-03-29 Luke Kenneth Casso... remove unneeded imports
2019-03-29 Luke Kenneth Casso... remove unneeded imports
2019-03-29 Luke Kenneth Casso... remove unneeded imports
2019-03-29 Luke Kenneth Casso... remove unneeded imports
2019-03-29 Luke Kenneth Casso... start removing unneeded imports
2019-03-29 Luke Kenneth Casso... start removing unneeded imports
2019-03-29 Luke Kenneth Casso... split out pipeline and statemachine to separate modules
2019-03-29 Luke Kenneth Casso... split out addstages to separate module
2019-03-29 Luke Kenneth Casso... split out add1 to separate module
2019-03-29 Luke Kenneth Casso... split out add stage 0 to separate module
2019-03-29 Luke Kenneth Casso... split out add align into separate module
2019-03-29 Luke Kenneth Casso... split out add specialcases to separate module
2019-03-29 Luke Kenneth Casso... split out putz to separate module
2019-03-29 Luke Kenneth Casso... split out normtopack to separate module
2019-03-29 Luke Kenneth Casso... split out pack to separate module
2019-03-29 Luke Kenneth Casso... split out corrections to separate module
2019-03-29 Luke Kenneth Casso... split out rounding to separate module
2019-03-29 Luke Kenneth Casso... remove accidentally-included code
2019-03-29 Luke Kenneth Casso... move FPID to fpbase
2019-03-29 Luke Kenneth Casso... split out normalisation to separate module
2019-03-29 Luke Kenneth Casso... split out prenormalisation to separate module
2019-03-29 Luke Kenneth Casso... split out denorm to separate module
2019-03-29 Luke Kenneth Casso... start splitting out common code from nmigen_add_experim...
2019-03-29 Luke Kenneth Casso... create separate pipeline examples
2019-03-29 Luke Kenneth Casso... new ObjectProxy class for use in pipelines
2019-03-28 Luke Kenneth Casso... use Signal.like instead of value_bits_sign
2019-03-28 Luke Kenneth Casso... use singlepipe.eq function
2019-03-28 Luke Kenneth Casso... add test, temporary comb variable to stage2
2019-03-28 Luke Kenneth Casso... make FPGet2Ops conform to Stage API, use in compact...
2019-03-28 Luke Kenneth Casso... use StageChain in FPADDBaseMod compact mode
2019-03-28 Luke Kenneth Casso... missed out assignment in new specallocate=True StageCha...
2019-03-28 Luke Kenneth Casso... add new mode to StageChain which uses python output...
2019-03-28 Luke Kenneth Casso... use StageChain for SCDeNorm
2019-03-28 Luke Kenneth Casso... solve sync/comb issue with using state-machine or pipel...
2019-03-28 Luke Kenneth Casso... solve sync/comb issue with using state-machine or pipel...
2019-03-28 Luke Kenneth Casso... solve sync/comb for stage/state
2019-03-28 Luke Kenneth Casso... add comments as a reminder to make code use sync for...
2019-03-28 Luke Kenneth Casso... multi-out temporary, simplify graphs
2019-03-28 Luke Kenneth Casso... try tidyup on multi-in ready/valid logic
2019-03-28 Luke Kenneth Casso... create temporary, simplifies graph
2019-03-28 Luke Kenneth Casso... cleanup
2019-03-28 Luke Kenneth Casso... move inputgroup to separate module
2019-03-28 Luke Kenneth Casso... remove redundant code
2019-03-28 Luke Kenneth Casso... add comments
2019-03-28 Luke Kenneth Casso... remove unneeded ports functions
2019-03-28 Luke Kenneth Casso... use PassThroughStage
2019-03-28 Luke Kenneth Casso... create base multi-in ports function
2019-03-28 Luke Kenneth Casso... move flexible ports fn to MultiOutControlBase
2019-03-28 Luke Kenneth Casso... use PassThroughStage instead of making one
2019-03-28 Luke Kenneth Casso... whitespace
2019-03-28 Luke Kenneth Casso... cleanup: remove redundant classes/code
2019-03-28 Luke Kenneth Casso... reorg, move similar classes to multipipe
2019-03-28 Luke Kenneth Casso... move PriorityCombMuxInPipe to multipipe
2019-03-28 Luke Kenneth Casso... woo! got FPADD pipeline to work
2019-03-28 Luke Kenneth Casso... create actual FPADD Pipeline from stages
2019-03-28 Luke Kenneth Casso... move decode from FPNumOp to SpecialCases
2019-03-28 Luke Kenneth Casso... move classes to before use
2019-03-28 Luke Kenneth Casso... add process function to FPGet2OpMod
2019-03-28 Luke Kenneth Casso... modify FPPackData to just a signal and mid
2019-03-28 Luke Kenneth Casso... remove FPADDStageIn, use FPADDBaseData
2019-03-28 Luke Kenneth Casso... complicated. change ControlBase.connect API to return...
2019-03-28 Luke Kenneth Casso... remove print debug statements
2019-03-28 Luke Kenneth Casso... add unit test for multi-in multi-out FPADDBasePipe
2019-03-28 Luke Kenneth Casso... rename pipes
2019-03-28 Luke Kenneth Casso... add start of FPADD Fan-in / Fan-out pipeline
2019-03-28 Luke Kenneth Casso... whoops connect 2nd pipe to outpipe
2019-03-28 Luke Kenneth Casso... add sub-calling of ports on o_data/i_data in ControlBas...
2019-03-28 Luke Kenneth Casso... make FPADDBasePipe derive from ControlBase
2019-03-28 Luke Kenneth Casso... add process function to AddSpecialCasesMod
2019-03-28 Luke Kenneth Casso... add ospec/ispec to FPAddSpecialCasesDeNorm, also commen...
2019-03-28 Luke Kenneth Casso... add process function to 3 stage-chained modules
2019-03-27 Luke Kenneth Casso... add comments
next