ieee754fpu.git
2019-04-28 Luke Kenneth... minor tidyup
2019-04-28 Aleksandar... Created two nested for loops for testing
2019-04-28 Aleksandar... Commented the right function
2019-04-28 Luke Kenneth... add convenience routines
2019-04-28 Luke Kenneth... add a few comments
2019-04-28 Luke Kenneth... add some functions copied from unit_test_single for...
2019-04-28 Luke Kenneth... add an __main__ test thing
2019-04-28 Luke Kenneth... little trick when it comes to if else and a return...
2019-04-28 Luke Kenneth... remove Q function thing
2019-04-28 Aleksandar... Created the main function
2019-04-28 Luke Kenneth... add comments to iocontrol.py
2019-04-28 Luke Kenneth... fixed sqrt bugs
2019-04-28 Aleksandar... Adapted the C version of sqrt to python
2019-04-27 Luke Kenneth... add docstrings
2019-04-27 Luke Kenneth... pass name into multipipe
2019-04-27 Luke Kenneth... update docstrings
2019-04-27 Luke Kenneth... update docstrings
2019-04-27 Luke Kenneth... update docstrings / comments
2019-04-27 Luke Kenneth... update docstrings / comments
2019-04-27 Luke Kenneth... update comments
2019-04-27 Luke Kenneth... call nmoperator.cat/eq/shape instead of as global functions
2019-04-27 Luke Kenneth... add assertion on stage chain (must be non-zero length...
2019-04-27 Luke Kenneth... update ControlBase docstrings, throw assert if pipechai...
2019-04-27 Luke Kenneth... allow StageChain to accept empty list/tuple
2019-04-27 Luke Kenneth... split out IO control classes to separate module
2019-04-27 Luke Kenneth... move eq, shape and cat to nmoperator.py
2019-04-27 Luke Kenneth... LTStageDerived does not have to be derived from Elabora...
2019-04-27 Luke Kenneth... replace i_data with data_i and o_data with data_o
2019-04-27 Luke Kenneth... add submodules
2019-04-27 Luke Kenneth... call ControlBase.elaborate
2019-04-27 Luke Kenneth... replace i_ready with ready_i and o_valid with valid_o
2019-04-27 Aleksandar... Removed left semicolons
2019-04-27 Luke Kenneth... FPADDBasePipe derives from ControlBase, must return...
2019-04-27 Luke Kenneth... disable Elaboratable for now
2019-04-27 Luke Kenneth... replace i_valid with valid_i
2019-04-27 Luke Kenneth... fix name bug in specallocate
2019-04-27 Luke Kenneth... replace o_ready with ready_o
2019-04-27 Luke Kenneth... whitespace cleanup
2019-04-27 Luke Kenneth... add name-detector to ispec / ospec, call with extra...
2019-04-27 Aleksandar... Nemoved the example number
2019-04-27 Aleksandar... Created the sqrt function found on wikipedia page
2019-04-27 Aleksandar... Very simple function for sqrt
2019-04-26 Luke Kenneth... more cases of Elaboratable
2019-04-23 Luke Kenneth... add more use of Elaboratables
2019-04-23 Luke Kenneth... add more use of Elaboratables
2019-04-23 Luke Kenneth... add new Elaboratable
2019-04-20 Luke Kenneth... experiment with Object class
2019-04-20 Luke Kenneth... create example Object class (annoyingly)
2019-04-20 Luke Kenneth... debugging RecordObject __setattr__
2019-04-20 Luke Kenneth... remove unused unit test
2019-04-20 Luke Kenneth... use RecordObject in output mux pipe
2019-04-20 Luke Kenneth... use __iter__ for ports in multipipe
2019-04-20 Luke Kenneth... add ports function to RecordObject
2019-04-20 Luke Kenneth... add __iter__ to several classes, add global shape(...
2019-04-20 Luke Kenneth... convert FPOpData to __iter__
2019-04-20 Luke Kenneth... hmmm, Array not working as submodule
2019-04-20 Luke Kenneth... convert ControlBase to iter
2019-04-20 Luke Kenneth... make PrevControl and NextControl iterable
2019-04-20 Luke Kenneth... convert FPGet2OpMod to use PrevControl (replace ack...
2019-04-20 Luke Kenneth... convert to use PrevControl and NextControl instead...
2019-04-20 Luke Kenneth... add prev/next ports and elaborate
2019-04-20 Luke Kenneth... add test_fsm_experiment.py - works great!
2019-04-20 Luke Kenneth... comment out print debug statements
2019-04-20 Luke Kenneth... improve ControlBase.ports enumeration of its o_data...
2019-04-20 Luke Kenneth... investigating Record flattening
2019-04-20 Luke Kenneth... generate il file before running simulation, test 7
2019-04-20 Luke Kenneth... use elaborate not get_fragment
2019-04-19 Luke Kenneth... rename flatten to cat
2019-04-19 Luke Kenneth... use iterator for 2-arg Visitor as well as single-arg
2019-04-19 Luke Kenneth... replace flatten with iterator
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
next