pass in flatten/processing function into _connect_in/out
[ieee754fpu.git] / src / add / test_buf_pipe.py
2019-04-11 Luke Kenneth Casso... reorg of FIFOtest to allow for flattening of incoming...
2019-04-10 Luke Kenneth Casso... add FIFO chain-test
2019-04-10 Luke Kenneth Casso... quick FIFOtest works!
2019-04-08 Luke Kenneth Casso... add more unit tests of PassThroughHandshake
2019-04-08 Luke Kenneth Casso... add PassThroughHandshake class and unit test
2019-04-08 Luke Kenneth Casso... rename BufferedPipeline to BufferedHandshake
2019-04-08 Luke Kenneth Casso... rename BufferedPipeline2 to SimpleHandshake
2019-04-08 Luke Kenneth Casso... use Mux in UnbufferedPipeline2
2019-04-07 Luke Kenneth Casso... store indicator in r_busy when data is valid
2019-04-07 Luke Kenneth Casso... test trigger=1 in test 13
2019-04-07 Luke Kenneth Casso... pass i_ready in to d_valid dynamic stage function
2019-04-07 Luke Kenneth Casso... remove buffermode
2019-04-07 Luke Kenneth Casso... new non-buffer sync pipe class
2019-04-07 Luke Kenneth Casso... add sync handshake logic
2019-04-07 Luke Kenneth Casso... use correct results analysis function for test 16
2019-04-07 Luke Kenneth Casso... add separate buffermode=false single pipe test
2019-04-07 Luke Kenneth Casso... disable buffermode in test 12
2019-04-07 Luke Kenneth Casso... make data regular for test in bug #59
2019-04-06 Luke Kenneth Casso... try different buffermode in test 14
2019-04-06 Luke Kenneth Casso... save to correct files, unit test 15
2019-04-06 Luke Kenneth Casso... re-enabled send delays
2019-04-06 Luke Kenneth Casso... add new buffermode=False unit test, reorg a bit
2019-04-06 Luke Kenneth Casso... pass in argument into delay class
2019-04-06 Luke Kenneth Casso... trying to track down annoying data ready / chain bug
2019-04-06 Luke Kenneth Casso... add link to bug #57
2019-04-06 Luke Kenneth Casso... add comments to help experimentation
2019-04-06 Luke Kenneth Casso... rename stall test to ready
2019-04-06 Luke Kenneth Casso... record that test 999 is a bug
2019-04-06 Luke Kenneth Casso... add 2nd unbuffered pipeline class
2019-04-06 Luke Kenneth Casso... add twin buf-unbuf pipe chain
2019-04-06 Luke Kenneth Casso... add unbuffered delay-pipe unit test
2019-04-06 Luke Kenneth Casso... rename p_o_ready to d_ready
2019-04-06 Luke Kenneth Casso... i_valid simply needs override to include "data valid"
2019-04-06 Luke Kenneth Casso... replace n_o_valid with d_valid
2019-04-05 Luke Kenneth Casso... hooray, p_o_ready works
2019-04-05 Luke Kenneth Casso... tracking down sync failure when stage not dynamically...
2019-04-05 Luke Kenneth Casso... try single pipe for now, not chain
2019-04-05 Luke Kenneth Casso... experimenting: something odd with dynamic ready/valid...
2019-04-05 Luke Kenneth Casso... beginnings of dynamic ready/valid stage ctl
2019-04-05 Luke Kenneth Casso... add example stage data signalling properties
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-02 Luke Kenneth Casso... pipeline ObjectProxy objects now stored in module,...
2019-03-28 Luke Kenneth Casso... complicated. change ControlBase.connect API to return...
2019-03-28 Luke Kenneth Casso... add unit test for multi-in multi-out FPADDBasePipe
2019-03-27 Luke Kenneth Casso... identify test 9 code with comment
2019-03-27 Luke Kenneth Casso... 2-chain pipeline doesnt need pipe instances to be members
2019-03-27 Luke Kenneth Casso... replace manual pipe-connection with a general-purpose...
2019-03-26 Luke Kenneth Casso... document and clarify test cases for pipeline
2019-03-26 Luke Kenneth Casso... derive ExampleBufPipe2 from PipelineBase
2019-03-26 Luke Kenneth Casso... revert multi-in / multi-out arrays, too messy
2019-03-25 Luke Kenneth Casso... example_buf_pipe.py
2019-03-25 Luke Kenneth Casso... get pipeline unit tests working for case where prev...
2019-03-25 Luke Kenneth Casso... initial version of BufferedPipeline with multi-in and...
2019-03-24 Luke Kenneth Casso... update docstrings
2019-03-24 Luke Kenneth Casso... add placeholder-variant pipeline stage of Record
2019-03-22 Luke Kenneth Casso... rename to UnbufferedPipeline
2019-03-22 Luke Kenneth Casso... rename CombPipe to Pipeline
2019-03-22 Luke Kenneth Casso... use BufferedPipeline in Derived example
2019-03-22 Luke Kenneth Casso... remove copy of output from use of module
2019-03-22 Luke Kenneth Casso... add ilang generation of ltbufpipe
2019-03-22 Luke Kenneth Casso... add an example of a stage that is itself a module
2019-03-20 Luke Kenneth Casso... create example pipeline buffer "StageChain" example,
2019-03-20 Luke Kenneth Casso... add a class-based unit test, found bug in eq function...
2019-03-19 Luke Kenneth Casso... add Record pipeline example and support
2019-03-19 Luke Kenneth Casso... output less-than test to ilang
2019-03-19 Luke Kenneth Casso... rename p.data to p.i_data and n.data to n.o_data
2019-03-19 Luke Kenneth Casso... create connect_to_next function in NextControl, use...
2019-03-19 Luke Kenneth Casso... rename / reorder to have prev and next control classes
2019-03-18 Luke Kenneth Casso... add module setup function in pipe stage
2019-03-18 Luke Kenneth Casso... add combinatorial pipe example
2019-03-18 Luke Kenneth Casso... create helper functions to connect input to output...
2019-03-18 Luke Kenneth Casso... refactor the buffered pipeline to a cleaner API with...
2019-03-15 Luke Kenneth Casso... rename BufPipe example to ExampleBufPipe
2019-03-15 Luke Kenneth Casso... inverted busy signal and named it "ready"
2019-03-15 Luke Kenneth Casso... rename stb to "valid"
2019-03-15 Luke Kenneth Casso... create classes for STB/BUSY, split in from out
2019-03-14 Luke Kenneth Casso... split pipeline test into 2 functions, one send, one...
2019-03-13 Luke Kenneth Casso... increase data set to throw at pipeline in tests
2019-03-13 Luke Kenneth Casso... add random-busy, random-send single and dual buffered...
2019-03-13 Luke Kenneth Casso... split out actual pipeline stage into separate class
2019-03-13 Luke Kenneth Casso... add 2 stage buffered pipeline unit test, reduce to...
2019-03-13 Luke Kenneth Casso... add in some assertions to check pipe output
2019-03-13 Luke Kenneth Casso... split out unit test in buf pipe example