experimenting: something odd with dynamic ready/valid override
[ieee754fpu.git] / src / add / singlepipe.py
2019-04-05 Luke Kenneth Casso... experimenting: something odd with dynamic ready/valid...
2019-04-05 Luke Kenneth Casso... call ControlBase elaborate from UnbufferedPipeline
2019-04-05 Luke Kenneth Casso... beginnings of dynamic ready/valid stage ctl
2019-04-05 Luke Kenneth Casso... move o_valid and o_ready (underscore them) and replace...
2019-04-05 Aleksandar KostovicMerge branch 'master' of ssh://libre-riscv.org:922...
2019-04-05 Luke Kenneth Casso... add stage_ctl argument to PrevControl / NextControl...
2019-04-05 Luke Kenneth Casso... add example ready for adding delay (data_ready) to...
2019-04-04 Luke Kenneth Casso... add dictionary-support to pipeline eq function
2019-04-03 Luke Kenneth Casso... use local variable in second stage pipeline test
2019-04-02 Luke Kenneth Casso... pipeline ObjectProxy objects now stored in module,...
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... create temporary, simplifies graph
2019-03-28 Luke Kenneth Casso... use PassThroughStage instead of making one
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... add sub-calling of ports on o_data/i_data in ControlBas...
2019-03-27 Luke Kenneth Casso... add comments
2019-03-27 Luke Kenneth Casso... remove print statement
2019-03-27 Luke Kenneth Casso... add important detection ArrayProxy and workaround in...
2019-03-27 Luke Kenneth Casso... move data_valid to local variable
2019-03-27 Luke Kenneth Casso... move data_valid to local variable
2019-03-27 Luke Kenneth Casso... lost removal of result intermediary from UnbufferedPipeline
2019-03-27 Luke Kenneth Casso... add comment
2019-03-27 Luke Kenneth Casso... whoops, cut/paste from email resulted in weird EOL...
2019-03-27 Luke Kenneth Casso... add comment that i_data and o_data have to be added...
2019-03-27 Luke Kenneth Casso... tidy up comments
2019-03-27 Luke Kenneth Casso... add RecordBasedStage, PassThroughStage and RegisterPipe...
2019-03-27 Luke Kenneth Casso... split out pipeline classes into singlepipe.py