looking for replacements of the hard-coded control blocks
[ieee754fpu.git] / src / add / singlepipe.py
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-16 Luke Kenneth Casso... try using Queue instead of SyncFIFO
2019-04-13 Luke Kenneth Casso... add post-processing optional capability
2019-04-13 Luke Kenneth Casso... add buffered and fwft modes to FIFOControl
2019-04-12 Luke Kenneth Casso... update comments
2019-04-12 Luke Kenneth Casso... extend truth tables
2019-04-12 Luke Kenneth Casso... add truth table for PassThroughHandshake
2019-04-12 Luke Kenneth Casso... add temporary buf_full to UnbufferedPipeline
2019-04-12 Luke Kenneth Casso... add comments to FIFOControl
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... process nxt.o_data in connect_out, not prev data
2019-04-12 Luke Kenneth Casso... reorganise FIFOtest, call it FIFOControl
2019-04-12 Luke Kenneth Casso... pass in flatten/processing function into _connect_in/out
2019-04-11 Luke Kenneth Casso... add commented-out code back in
2019-04-11 Luke Kenneth Casso... do flatten on output data
2019-04-11 Luke Kenneth Casso... no need to use self.__dict__
2019-04-11 Luke Kenneth Casso... reorg of FIFOtest to allow for flattening of incoming...
2019-04-11 Luke Kenneth Casso... move RecordObject to singlepipe.py for now
2019-04-11 Luke Kenneth Casso... add flatten function
2019-04-11 Luke Kenneth Casso... whitespace
2019-04-11 Luke Kenneth Casso... code-shuffle to allow accumulation of results from...
2019-04-11 Luke Kenneth Casso... turn visitor into a class
2019-04-11 Luke Kenneth Casso... begin morphing eq function into a visitor
2019-04-10 Luke Kenneth Casso... quick FIFOtest works!
2019-04-10 Luke Kenneth Casso... spelling correction
2019-04-10 Luke Kenneth Casso... add experiment to see if using a SyncFIFO as a buffered...
2019-04-10 Luke Kenneth Casso... add the truth tables for SimpleHandshake and Unbuffered...
2019-04-08 Luke Kenneth Casso... update comment
2019-04-08 Luke Kenneth Casso... rewrite BufferedHandshake logic conditions based on...
2019-04-08 Luke Kenneth Casso... logic shuffle on BufferedHandshake
2019-04-08 Luke Kenneth Casso... move stage test of setup function to ControlBase
2019-04-08 Luke Kenneth Casso... make r_data of ospec type in UnbufferedPipe, and
2019-04-08 Luke Kenneth Casso... clarify ascii-art
2019-04-08 Luke Kenneth Casso... whitespace cleanup
2019-04-08 Luke Kenneth Casso... whitespace cleanup
2019-04-08 Luke Kenneth Casso... big cleanup on self.m = m = xxxx
2019-04-08 Luke Kenneth Casso... remove __init__ from all of the types of ControlBase...
2019-04-08 Luke Kenneth Casso... add PassThroughHandshake class and unit test
2019-04-08 Luke Kenneth Casso... small code-shuffle on eq()
2019-04-08 Luke Kenneth Casso... simplify StageChain.specallocate_setup
2019-04-08 Luke Kenneth Casso... split out allocate and specallocate from StageChain...
2019-04-08 Luke Kenneth Casso... rename BufferedPipeline to BufferedHandshake
2019-04-08 Luke Kenneth Casso... remove outdated comments
2019-04-08 Luke Kenneth Casso... rename BufferedPipeline2 to SimpleHandshake
2019-04-08 Luke Kenneth Casso... simplify UnbufferedPipeline2
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... still transmit data if ready
2019-04-07 Luke Kenneth Casso... remove buffermode
2019-04-07 Luke Kenneth Casso... add comment
2019-04-07 Luke Kenneth Casso... new non-buffer sync pipe class
2019-04-07 Luke Kenneth Casso... add sync handshake logic
2019-04-06 Luke Kenneth Casso... moo? added an option to stop buffer register from being...
2019-04-06 Luke Kenneth Casso... put n_i_ready into temporary
2019-04-06 Luke Kenneth Casso... trying to track down annoying data ready / chain bug
2019-04-06 Luke Kenneth Casso... add 2nd unbuffered pipeline class
2019-04-06 Luke Kenneth Casso... rename p_o_ready to d_ready
2019-04-06 Luke Kenneth Casso... d_valid need not be created if stage_ctl is set
2019-04-06 Luke Kenneth Casso... use simpler logic for s_o_ready and d_valid
2019-04-06 Luke Kenneth Casso... i_valid simply needs override to include "data valid"
2019-04-06 Luke Kenneth Casso... remove n stage_ctl
2019-04-06 Luke Kenneth Casso... replace n_o_valid with d_valid
2019-04-05 Luke Kenneth Casso... add experiment override of i_ready test
2019-04-05 Luke Kenneth Casso... tidy up i_valid_logic
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... 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
next