2019-04-12 |
Luke Kenneth... | extend truth tables |
commit | commitdiff | tree |
2019-04-12 |
Luke Kenneth... | add truth table for PassThroughHandshake |
commit | commitdiff | tree |
2019-04-12 |
Luke Kenneth... | add 2-stage FIFO (add1) example |
commit | commitdiff | tree |
2019-04-12 |
Luke Kenneth... | add temporary buf_full to UnbufferedPipeline |
commit | commitdiff | tree |
2019-04-12 |
Luke Kenneth... | add comments to FIFOControl |
commit | commitdiff | tree |
2019-04-12 |
Luke Kenneth... | rename some test functions, make better suitable for... |
commit | commitdiff | tree |
2019-04-12 |
Luke Kenneth... | add Test 24, add built-in process function into FIFOControl |
commit | commitdiff | tree |
2019-04-12 |
Luke Kenneth... | move PassThroughStage out of FIFOControl |
commit | commitdiff | tree |
2019-04-12 |
Luke Kenneth... | swap iospecfn and depth arguments in FIFOControl |
commit | commitdiff | tree |
2019-04-12 |
Luke Kenneth... | add test23, connect FIFO-with-RecordObj to adder |
commit | commitdiff | tree |
2019-04-12 |
Luke Kenneth... | process nxt.o_data in connect_out, not prev data |
commit | commitdiff | tree |
2019-04-12 |
Luke Kenneth... | use SimpleHandshake in RecordObject test |
commit | commitdiff | tree |
2019-04-12 |
Luke Kenneth... | remove eq function from RecordObject test |
commit | commitdiff | tree |
2019-04-12 |
Luke Kenneth... | add RecordObject-based 2-op add test |
commit | commitdiff | tree |
2019-04-12 |
Luke Kenneth... | reorganise FIFOtest, call it FIFOControl |
commit | commitdiff | tree |
2019-04-12 |
Luke Kenneth... | pass in flatten/processing function into _connect_in/out |
commit | commitdiff | tree |
2019-04-11 |
Luke Kenneth... | add commented-out code back in |
commit | commitdiff | tree |
2019-04-11 |
Luke Kenneth... | do flatten on output data |
commit | commitdiff | tree |
2019-04-11 |
Luke Kenneth... | try bi-directional flatten |
commit | commitdiff | tree |
2019-04-11 |
Luke Kenneth... | no need to use self.__dict__ |
commit | commitdiff | tree |
2019-04-11 |
Luke Kenneth... | reorg of FIFOtest to allow for flattening of incoming... |
commit | commitdiff | tree |
2019-04-11 |
Luke Kenneth... | move RecordObject to singlepipe.py for now |
commit | commitdiff | tree |
2019-04-11 |
Luke Kenneth... | add experimental RecordObject with __setattr__ override |
commit | commitdiff | tree |
2019-04-11 |
Luke Kenneth... | add flatten function |
commit | commitdiff | tree |
2019-04-11 |
Luke Kenneth... | whitespace |
commit | commitdiff | tree |
2019-04-11 |
Luke Kenneth... | code-shuffle to allow accumulation of results from... |
commit | commitdiff | tree |
2019-04-11 |
Luke Kenneth... | turn visitor into a class |
commit | commitdiff | tree |
2019-04-11 |
Luke Kenneth... | begin morphing eq function into a visitor |
commit | commitdiff | tree |
2019-04-10 |
Luke Kenneth... | add FIFO chain-test |
commit | commitdiff | tree |
2019-04-10 |
Luke Kenneth... | quick FIFOtest works! |
commit | commitdiff | tree |
2019-04-10 |
Luke Kenneth... | spelling correction |
commit | commitdiff | tree |
2019-04-10 |
Luke Kenneth... | add experiment to see if using a SyncFIFO as a buffered... |
commit | commitdiff | tree |
2019-04-10 |
Luke Kenneth... | add the truth tables for SimpleHandshake and Unbuffered... |
commit | commitdiff | tree |
2019-04-08 |
Luke Kenneth... | update comment |
commit | commitdiff | tree |
2019-04-08 |
Luke Kenneth... | rewrite BufferedHandshake logic conditions based on... |
commit | commitdiff | tree |
2019-04-08 |
Luke Kenneth... | logic shuffle on BufferedHandshake |
commit | commitdiff | tree |
2019-04-08 |
Luke Kenneth... | use SimpleHandshake instead of UnbufferedPipeline |
commit | commitdiff | tree |
2019-04-08 |
Luke Kenneth... | output simulation to correctly-named file |
commit | commitdiff | tree |
2019-04-08 |
Luke Kenneth... | move stage test of setup function to ControlBase |
commit | commitdiff | tree |
2019-04-08 |
Luke Kenneth... | add more unit tests of PassThroughHandshake |
commit | commitdiff | tree |
2019-04-08 |
Luke Kenneth... | remove unneeded imports |
commit | commitdiff | tree |
2019-04-08 |
Luke Kenneth... | remove unneeded imports |
commit | commitdiff | tree |
2019-04-08 |
Luke Kenneth... | make r_data of ospec type in UnbufferedPipe, and |
commit | commitdiff | tree |
2019-04-08 |
Luke Kenneth... | clarify ascii-art |
commit | commitdiff | tree |
2019-04-08 |
Luke Kenneth... | whitespace cleanup |
commit | commitdiff | tree |
2019-04-08 |
Luke Kenneth... | whitespace cleanup |
commit | commitdiff | tree |
2019-04-08 |
Luke Kenneth... | big cleanup on self.m = m = xxxx |
commit | commitdiff | tree |
2019-04-08 |
Luke Kenneth... | remove __init__ from all of the types of ControlBase... |
commit | commitdiff | tree |
2019-04-08 |
Luke Kenneth... | add PassThroughHandshake class and unit test |
commit | commitdiff | tree |
2019-04-08 |
Luke Kenneth... | small code-shuffle on eq() |
commit | commitdiff | tree |
2019-04-08 |
Luke Kenneth... | simplify StageChain.specallocate_setup |
commit | commitdiff | tree |
2019-04-08 |
Luke Kenneth... | split out allocate and specallocate from StageChain... |
commit | commitdiff | tree |
2019-04-08 |
Luke Kenneth... | rename BufferedPipeline to BufferedHandshake |
commit | commitdiff | tree |
2019-04-08 |
Luke Kenneth... | forgot to rename i_valid_logic() to i_valid_test in... |
commit | commitdiff | tree |
2019-04-08 |
Luke Kenneth... | remove outdated comments |
commit | commitdiff | tree |
2019-04-08 |
Luke Kenneth... | rename BufferedPipeline2 to SimpleHandshake |
commit | commitdiff | tree |
2019-04-08 |
Luke Kenneth... | simplify UnbufferedPipeline2 |
commit | commitdiff | tree |
2019-04-08 |
Luke Kenneth... | use Mux in UnbufferedPipeline2 |
commit | commitdiff | tree |
2019-04-07 |
Luke Kenneth... | store indicator in r_busy when data is valid |
commit | commitdiff | tree |
2019-04-07 |
Luke Kenneth... | test trigger=1 in test 13 |
commit | commitdiff | tree |
2019-04-07 |
Luke Kenneth... | pass i_ready in to d_valid dynamic stage function |
commit | commitdiff | tree |
2019-04-07 |
Luke Kenneth... | still transmit data if ready |
commit | commitdiff | tree |
2019-04-07 |
Luke Kenneth... | remove buffermode |
commit | commitdiff | tree |
2019-04-07 |
Luke Kenneth... | add comment |
commit | commitdiff | tree |
2019-04-07 |
Luke Kenneth... | new non-buffer sync pipe class |
commit | commitdiff | tree |
2019-04-07 |
Luke Kenneth... | add sync handshake logic |
commit | commitdiff | tree |
2019-04-07 |
Luke Kenneth... | use correct results analysis function for test 16 |
commit | commitdiff | tree |
2019-04-07 |
Luke Kenneth... | add separate buffermode=false single pipe test |
commit | commitdiff | tree |
2019-04-07 |
Luke Kenneth... | disable buffermode in test 12 |
commit | commitdiff | tree |
2019-04-07 |
Luke Kenneth... | make data regular for test in bug #59 |
commit | commitdiff | tree |
2019-04-06 |
Luke Kenneth... | try different buffermode in test 14 |
commit | commitdiff | tree |
2019-04-06 |
Luke Kenneth... | save to correct files, unit test 15 |
commit | commitdiff | tree |
2019-04-06 |
Luke Kenneth... | re-enabled send delays |
commit | commitdiff | tree |
2019-04-06 |
Luke Kenneth... | add new buffermode=False unit test, reorg a bit |
commit | commitdiff | tree |
2019-04-06 |
Luke Kenneth... | moo? added an option to stop buffer register from being... |
commit | commitdiff | tree |
2019-04-06 |
Luke Kenneth... | pass in argument into delay class |
commit | commitdiff | tree |
2019-04-06 |
Luke Kenneth... | put n_i_ready into temporary |
commit | commitdiff | tree |
2019-04-06 |
Luke Kenneth... | trying to track down annoying data ready / chain bug |
commit | commitdiff | tree |
2019-04-06 |
Luke Kenneth... | add link to bug #57 |
commit | commitdiff | tree |
2019-04-06 |
Luke Kenneth... | add comments to help experimentation |
commit | commitdiff | tree |
2019-04-06 |
Luke Kenneth... | rename stall test to ready |
commit | commitdiff | tree |
2019-04-06 |
Luke Kenneth... | record that test 999 is a bug |
commit | commitdiff | tree |
2019-04-06 |
Luke Kenneth... | add 2nd unbuffered pipeline class |
commit | commitdiff | tree |
2019-04-06 |
Luke Kenneth... | add twin buf-unbuf pipe chain |
commit | commitdiff | tree |
2019-04-06 |
Luke Kenneth... | add unbuffered delay-pipe unit test |
commit | commitdiff | tree |
2019-04-06 |
Luke Kenneth... | rename p_o_ready to d_ready |
commit | commitdiff | tree |
2019-04-06 |
Luke Kenneth... | d_valid need not be created if stage_ctl is set |
commit | commitdiff | tree |
2019-04-06 |
Luke Kenneth... | use simpler logic for s_o_ready and d_valid |
commit | commitdiff | tree |
2019-04-06 |
Luke Kenneth... | i_valid simply needs override to include "data valid" |
commit | commitdiff | tree |
2019-04-06 |
Luke Kenneth... | remove n stage_ctl |
commit | commitdiff | tree |
2019-04-06 |
Luke Kenneth... | replace n_o_valid with d_valid |
commit | commitdiff | tree |
2019-04-05 |
Luke Kenneth... | add experiment override of i_ready test |
commit | commitdiff | tree |
2019-04-05 |
Luke Kenneth... | tidy up i_valid_logic |
commit | commitdiff | tree |
2019-04-05 |
Luke Kenneth... | hooray, p_o_ready works |
commit | commitdiff | tree |
2019-04-05 |
Luke Kenneth... | tracking down sync failure when stage not dynamically... |
commit | commitdiff | tree |
2019-04-05 |
Luke Kenneth... | try single pipe for now, not chain |
commit | commitdiff | tree |
2019-04-05 |
Luke Kenneth... | experimenting: something odd with dynamic ready/valid... |
commit | commitdiff | tree |
2019-04-05 |
Luke Kenneth... | call ControlBase elaborate from UnbufferedPipeline |
commit | commitdiff | tree |
2019-04-05 |
Luke Kenneth... | beginnings of dynamic ready/valid stage ctl |
commit | commitdiff | tree |
2019-04-05 |
Luke Kenneth... | move o_valid and o_ready (underscore them) and replace... |
commit | commitdiff | tree |
next |