clarify whats being obtained from _connect_out function
[ieee754fpu.git] / src / nmutil / singlepipe.py
2019-11-19 Luke Kenneth Casso... clarify whats being obtained from _connect_out function
2019-11-19 Luke Kenneth Casso... documentation on pipeline API
2019-08-16 Luke Kenneth Casso... test flipping of latchable pipeline stage between sync...
2019-08-16 Luke Kenneth Casso... update comments
2019-08-15 Luke Kenneth Casso... set up data in temporaries correctly
2019-08-15 Luke Kenneth Casso... update MaskCancellable docstrings
2019-08-15 Luke Kenneth Casso... add dynamic comb/sync mode to MaskCancellable
2019-08-15 Luke Kenneth Casso... whitespace
2019-08-07 Luke Kenneth Casso... respect Ready/Valid signalling (stall capability) in...
2019-08-03 Luke Kenneth Casso... only pass on the uncancelled mask bits
2019-08-03 Luke Kenneth Casso... concatenate mask bits on fan-in, split on fan-out
2019-08-03 Luke Kenneth Casso... add in cancelmask
2019-08-03 Luke Kenneth Casso... explain comments
2019-08-03 Luke Kenneth Casso... mask sort-of working as long as "ready" is always true
2019-08-02 Luke Kenneth Casso... add first draft MaskCancellable pipe class
2019-08-01 Luke Kenneth Casso... whitespace
2019-07-30 Luke Kenneth Casso... resolve awful meta-class hacking (with thanks to jsbuen...
2019-05-02 Luke Kenneth Casso... move test_buf_pipe.py unit test, shuffle nmutil
2019-05-02 Luke Kenneth Casso... move singlepipe, multipipe, nmoperator and pipeline...