create example pipeline buffer "StageChain" example,
[ieee754fpu.git] / src / add / test_buf_pipe.py
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