ieee754fpu.git
2019-05-02 Luke Kenneth... add ignore on *.v and *.il
2019-05-02 Luke Kenneth... more code-shuffling into subdirs
2019-05-02 Luke Kenneth... move test_buf_pipe.py unit test, shuffle nmutil
2019-05-02 Luke Kenneth... move singlepipe, multipipe, nmoperator and pipeline...
2019-05-02 Luke Kenneth... reorganise imports
2019-05-02 Luke Kenneth... move fpadd to top level
2019-05-02 Luke Kenneth... move fpcommon to separate subdir
2019-05-02 Luke Kenneth... add __init__.py to add dir
2019-05-02 Luke Kenneth... add make install and make test
2019-05-02 Luke Kenneth... add setup.py
2019-05-02 Luke Kenneth... move add to ieee754 directory
2019-04-30 Luke Kenneth... update comments
2019-04-30 Luke Kenneth... update comments
2019-04-30 Luke Kenneth... move normalise function, add lowbits param, call it
2019-04-30 Luke Kenneth... use a PrevControl and NextControl to make Queue look...
2019-04-30 Aleksandar... Created the normalise function
2019-04-30 Luke Kenneth... use nmoperator instead of direct eq
2019-04-30 Luke Kenneth... whitespace
2019-04-30 Luke Kenneth... add comment
2019-04-30 Luke Kenneth... minor code-shuffle on sqrt() fn
2019-04-30 Luke Kenneth... return remainder from sqrt() to see what it looks like
2019-04-30 Luke Kenneth... add missing data_i and data_o temporarily
2019-04-30 Luke Kenneth... morphing FPDIV into Stage API compliance
2019-04-30 Luke Kenneth... make _connect_in/_connect_out data eq optional
2019-04-29 Luke Kenneth... whoops, use _spec on new_specs
2019-04-29 Luke Kenneth... update comments on FIFOControl
2019-04-29 Luke Kenneth... added links explaining Moore FSM / Mealy FSM
2019-04-29 Luke Kenneth... add comment on _spec
2019-04-29 Luke Kenneth... spelling correction
2019-04-29 Luke Kenneth... derive StageChain from StageHelper, use set_specs inste...
2019-04-29 Luke Kenneth... move StageHelper class
2019-04-29 Luke Kenneth... store ospecfn and ispecfn in stagehelper
2019-04-29 Luke Kenneth... extra tests to find out rounding conditions
2019-04-29 Luke Kenneth... total shock! experimentation worked!
2019-04-29 Luke Kenneth... guessing / experimenting...
2019-04-29 Luke Kenneth... hmmm... experimenting...
2019-04-29 Luke Kenneth... add printout of binary version
2019-04-29 Luke Kenneth... sorting out...
2019-04-29 Aleksandar... Tried to make final assignemnt of the sqrt
2019-04-29 Luke Kenneth... decode xbits (an integer) not x (an object)
2019-04-29 Aleksandar... Created small test for decode_fp32 function
2019-04-29 Luke Kenneth... remove use of SyncFIFOBuffered, Queue is much better
2019-04-29 Luke Kenneth... add extra FIFOTest pipe to test 21, to see if sync...
2019-04-29 Luke Kenneth... add assert on ControlBase.connect, stage should be...
2019-04-29 Luke Kenneth... shuffle imports
2019-04-29 Luke Kenneth... redo module imports
2019-04-29 Luke Kenneth... remove unneeded imports
2019-04-29 Luke Kenneth... assign function setup to one of specallocate/nospecallocate
2019-04-29 Luke Kenneth... update comments
2019-04-29 Luke Kenneth... remove unneeded imports, move RecordBasedStage and...
2019-04-29 Luke Kenneth... remove unneeded imports from iocontrol
2019-04-29 Luke Kenneth... remove unneeded imports from stageapi
2019-04-29 Luke Kenneth... split stageapi into separate module, move ControlBase...
2019-04-29 Luke Kenneth... Stage API process fn now optional
2019-04-29 Luke Kenneth... add docstrings
2019-04-29 Luke Kenneth... chain cannot be empty
2019-04-29 Luke Kenneth... move StageHelper class
2019-04-29 Luke Kenneth... update comments
2019-04-29 Luke Kenneth... update comments
2019-04-29 Luke Kenneth... liked the StageHelper/Wrapper concept enough to keep it.
2019-04-29 Luke Kenneth... make Stage.process optional
2019-04-29 Luke Kenneth... split out data creation to new_data function
2019-04-29 Luke Kenneth... Revert "rework of ControlBase, split out into StageHandler"
2019-04-29 Luke Kenneth... Revert "move wrapping of stage into StageHandler"
2019-04-29 Luke Kenneth... move wrapping of stage into StageHandler
2019-04-28 Luke Kenneth... rework of ControlBase, split out into StageHandler
2019-04-28 Luke Kenneth... call property data_r not data
2019-04-28 Luke Kenneth... return data (property) in fsm experiment
2019-04-28 Luke Kenneth... another eq import moved to nmoperator
2019-04-28 Luke Kenneth... use property decorator to process input data from stage
2019-04-28 Luke Kenneth... add fast sqrt paper link
2019-04-28 Luke Kenneth... get the sqrt m/e, print out the original m/e side-by...
2019-04-28 Luke Kenneth... find MSB-pow-2 in different way
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...
next