update comments
[ieee754fpu.git] / src / add / test_buf_pipe.py
2019-04-29 Luke Kenneth Casso... add extra FIFOTest pipe to test 21, to see if sync...
2019-04-29 Luke Kenneth Casso... Revert "move wrapping of stage into StageHandler"
2019-04-29 Luke Kenneth Casso... move wrapping of stage into StageHandler
2019-04-27 Luke Kenneth Casso... add docstrings
2019-04-27 Luke Kenneth Casso... LTStageDerived does not have to be derived from Elabora...
2019-04-27 Luke Kenneth Casso... replace i_data with data_i and o_data with data_o
2019-04-27 Luke Kenneth Casso... replace i_ready with ready_i and o_valid with valid_o
2019-04-27 Luke Kenneth Casso... replace i_valid with valid_i
2019-04-27 Luke Kenneth Casso... replace o_ready with ready_o
2019-04-27 Luke Kenneth Casso... add name-detector to ispec / ospec, call with extra...
2019-04-23 Luke Kenneth Casso... add new Elaboratable
2019-04-20 Luke Kenneth Casso... generate il file before running simulation, test 7
2019-04-17 Luke Kenneth Casso... looking for replacements of the hard-coded control...
2019-04-17 Luke Kenneth Casso... add in_multi and stage_ctl args to FIFOControl
2019-04-13 Luke Kenneth Casso... add post-processing optional capability
2019-04-12 Luke Kenneth Casso... add 2-stage FIFO (add1) example
2019-04-12 Luke Kenneth Casso... rename some test functions, make better suitable for...
2019-04-12 Luke Kenneth Casso... add Test 24, add built-in process function into FIFOControl
2019-04-12 Luke Kenneth Casso... move PassThroughStage out of FIFOControl
2019-04-12 Luke Kenneth Casso... swap iospecfn and depth arguments in FIFOControl
2019-04-12 Luke Kenneth Casso... add test23, connect FIFO-with-RecordObj to adder
2019-04-12 Luke Kenneth Casso... use SimpleHandshake in RecordObject test
2019-04-12 Luke Kenneth Casso... remove eq function from RecordObject test
2019-04-12 Luke Kenneth Casso... add RecordObject-based 2-op add test
2019-04-12 Luke Kenneth Casso... reorganise FIFOtest, call it FIFOControl
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
next