ieee754fpu.git
2019-04-17 Luke Kenneth... looking for replacements of the hard-coded control...
2019-04-17 Luke Kenneth... add in_multi and stage_ctl args to FIFOControl
2019-04-17 Luke Kenneth... clarify pipe mode comments
2019-04-17 Luke Kenneth... rename count to level to match SyncFIFO API
2019-04-17 Luke Kenneth... fix bug in setting up count
2019-04-17 Luke Kenneth... give convenience names to Queue (FIFOInterface) signals
2019-04-16 Luke Kenneth... try using Queue instead of SyncFIFO
2019-04-16 Luke Kenneth... tidyup on Queue class
2019-04-16 Luke Kenneth... reduce queue size down to 1
2019-04-16 Luke Kenneth... transform to meet nmigen FIFOInterface API
2019-04-16 Luke Kenneth... add initial ChiselQueue.py
2019-04-13 Luke Kenneth... add post-processing optional capability
2019-04-13 Luke Kenneth... add c version from original paper
2019-04-13 Luke Kenneth... add buffered and fwft modes to FIFOControl
2019-04-12 Aleksandar... Create fsqrt.py file and put the verilog code in commen...
2019-04-12 Luke Kenneth... update comments
2019-04-12 Luke Kenneth... extend truth tables
2019-04-12 Luke Kenneth... add truth table for PassThroughHandshake
2019-04-12 Luke Kenneth... add 2-stage FIFO (add1) example
2019-04-12 Luke Kenneth... add temporary buf_full to UnbufferedPipeline
2019-04-12 Luke Kenneth... add comments to FIFOControl
2019-04-12 Luke Kenneth... rename some test functions, make better suitable for...
2019-04-12 Luke Kenneth... add Test 24, add built-in process function into FIFOControl
2019-04-12 Luke Kenneth... move PassThroughStage out of FIFOControl
2019-04-12 Luke Kenneth... swap iospecfn and depth arguments in FIFOControl
2019-04-12 Luke Kenneth... add test23, connect FIFO-with-RecordObj to adder
2019-04-12 Luke Kenneth... process nxt.o_data in connect_out, not prev data
2019-04-12 Luke Kenneth... use SimpleHandshake in RecordObject test
2019-04-12 Luke Kenneth... remove eq function from RecordObject test
2019-04-12 Luke Kenneth... add RecordObject-based 2-op add test
2019-04-12 Luke Kenneth... reorganise FIFOtest, call it FIFOControl
2019-04-12 Luke Kenneth... pass in flatten/processing function into _connect_in/out
2019-04-11 Luke Kenneth... add commented-out code back in
2019-04-11 Luke Kenneth... do flatten on output data
2019-04-11 Luke Kenneth... try bi-directional flatten
2019-04-11 Luke Kenneth... no need to use self.__dict__
2019-04-11 Luke Kenneth... reorg of FIFOtest to allow for flattening of incoming...
2019-04-11 Luke Kenneth... move RecordObject to singlepipe.py for now
2019-04-11 Luke Kenneth... add experimental RecordObject with __setattr__ override
2019-04-11 Luke Kenneth... add flatten function
2019-04-11 Luke Kenneth... whitespace
2019-04-11 Luke Kenneth... code-shuffle to allow accumulation of results from...
2019-04-11 Luke Kenneth... turn visitor into a class
2019-04-11 Luke Kenneth... begin morphing eq function into a visitor
2019-04-10 Luke Kenneth... add FIFO chain-test
2019-04-10 Luke Kenneth... quick FIFOtest works!
2019-04-10 Luke Kenneth... spelling correction
2019-04-10 Luke Kenneth... add experiment to see if using a SyncFIFO as a buffered...
2019-04-10 Luke Kenneth... add the truth tables for SimpleHandshake and Unbuffered...
2019-04-08 Luke Kenneth... update comment
2019-04-08 Luke Kenneth... rewrite BufferedHandshake logic conditions based on...
2019-04-08 Luke Kenneth... logic shuffle on BufferedHandshake
2019-04-08 Luke Kenneth... use SimpleHandshake instead of UnbufferedPipeline
2019-04-08 Luke Kenneth... output simulation to correctly-named file
2019-04-08 Luke Kenneth... move stage test of setup function to ControlBase
2019-04-08 Luke Kenneth... add more unit tests of PassThroughHandshake
2019-04-08 Luke Kenneth... remove unneeded imports
2019-04-08 Luke Kenneth... remove unneeded imports
2019-04-08 Luke Kenneth... make r_data of ospec type in UnbufferedPipe, and
2019-04-08 Luke Kenneth... clarify ascii-art
2019-04-08 Luke Kenneth... whitespace cleanup
2019-04-08 Luke Kenneth... whitespace cleanup
2019-04-08 Luke Kenneth... big cleanup on self.m = m = xxxx
2019-04-08 Luke Kenneth... remove __init__ from all of the types of ControlBase...
2019-04-08 Luke Kenneth... add PassThroughHandshake class and unit test
2019-04-08 Luke Kenneth... small code-shuffle on eq()
2019-04-08 Luke Kenneth... simplify StageChain.specallocate_setup
2019-04-08 Luke Kenneth... split out allocate and specallocate from StageChain...
2019-04-08 Luke Kenneth... rename BufferedPipeline to BufferedHandshake
2019-04-08 Luke Kenneth... forgot to rename i_valid_logic() to i_valid_test in...
2019-04-08 Luke Kenneth... remove outdated comments
2019-04-08 Luke Kenneth... rename BufferedPipeline2 to SimpleHandshake
2019-04-08 Luke Kenneth... simplify UnbufferedPipeline2
2019-04-08 Luke Kenneth... use Mux in UnbufferedPipeline2
2019-04-07 Luke Kenneth... store indicator in r_busy when data is valid
2019-04-07 Luke Kenneth... test trigger=1 in test 13
2019-04-07 Luke Kenneth... pass i_ready in to d_valid dynamic stage function
2019-04-07 Luke Kenneth... still transmit data if ready
2019-04-07 Luke Kenneth... remove buffermode
2019-04-07 Luke Kenneth... add comment
2019-04-07 Luke Kenneth... new non-buffer sync pipe class
2019-04-07 Luke Kenneth... add sync handshake logic
2019-04-07 Luke Kenneth... use correct results analysis function for test 16
2019-04-07 Luke Kenneth... add separate buffermode=false single pipe test
2019-04-07 Luke Kenneth... disable buffermode in test 12
2019-04-07 Luke Kenneth... make data regular for test in bug #59
2019-04-06 Luke Kenneth... try different buffermode in test 14
2019-04-06 Luke Kenneth... save to correct files, unit test 15
2019-04-06 Luke Kenneth... re-enabled send delays
2019-04-06 Luke Kenneth... add new buffermode=False unit test, reorg a bit
2019-04-06 Luke Kenneth... moo? added an option to stop buffer register from being...
2019-04-06 Luke Kenneth... pass in argument into delay class
2019-04-06 Luke Kenneth... put n_i_ready into temporary
2019-04-06 Luke Kenneth... trying to track down annoying data ready / chain bug
2019-04-06 Luke Kenneth... add link to bug #57
2019-04-06 Luke Kenneth... add comments to help experimentation
2019-04-06 Luke Kenneth... rename stall test to ready
2019-04-06 Luke Kenneth... record that test 999 is a bug
2019-04-06 Luke Kenneth... add 2nd unbuffered pipeline class
2019-04-06 Luke Kenneth... add twin buf-unbuf pipe chain
next