ieee754fpu.git
2019-05-02 Luke Kenneth... get outmux test working with nose3
2019-05-02 Luke Kenneth... get prioritymux test working with nose3
2019-05-02 Luke Kenneth... get inout mux test running on nose3
2019-05-02 Luke Kenneth... add missing submodules
2019-05-02 Luke Kenneth... reduce number of loops in nosetest for test_add
2019-05-02 Luke Kenneth... whitespace
2019-05-02 Luke Kenneth... replace run_test with run_fpunit to avoid nosetest...
2019-05-02 Luke Kenneth... pass in count and num loops to unit test to make it...
2019-05-02 Luke Kenneth... fix imports in fpdiv
2019-05-02 Luke Kenneth... get test_mul.py running
2019-05-02 Luke Kenneth... get test_mul.py operational
2019-05-02 Luke Kenneth... break test_buf_pipe.py down into individual tests
2019-05-02 Luke Kenneth... move test_fsm_experiment.py
2019-05-02 Luke Kenneth... relative imports
2019-05-02 Luke Kenneth... add __init__.py to nmutil/test
2019-05-02 Luke Kenneth... tidy imports
2019-05-02 Luke Kenneth... get test_fpadd_pipe.py working
2019-05-02 Luke Kenneth... get test_add working after reorg
2019-05-02 Luke Kenneth... more code-shuffle
2019-05-02 Luke Kenneth... move fpbase.py
2019-05-02 Luke Kenneth... move common unit test code
2019-05-02 Luke Kenneth... add tools.py from nmigen (imports fixed)
2019-05-02 Luke Kenneth... move fsqrt.py to own subdir
2019-05-02 Luke Kenneth... rename testbench to tbench, avoid nose3 issue
2019-05-02 Luke Kenneth... move more unit tests
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
next