ieee754fpu.git
2019-05-05 Luke Kenneth... add SRlatch async mode
2019-05-05 Luke Kenneth... add group picker
2019-05-05 Luke Kenneth... add notes
2019-05-05 Luke Kenneth... correct page num and section num
2019-05-05 Luke Kenneth... add integer function unit
2019-05-04 Luke Kenneth... minor reorg of latch
2019-05-04 Luke Kenneth... add FU-FU Dependency Matrix
2019-05-04 Luke Kenneth... add function unit dependency cell
2019-05-04 Luke Kenneth... add function unit picker vector
2019-05-04 Luke Kenneth... dependency matrix (Reg to FU)
2019-05-04 Luke Kenneth... add function unit read/write pending
2019-05-04 Luke Kenneth... add regfile selection
2019-05-03 Luke Kenneth... add dependence cell scoreboard from 11.4.7
2019-05-03 Luke Kenneth... add (synchronous) latch
2019-05-03 Luke Kenneth... fix up fadd state machine
2019-05-03 Luke Kenneth... add test on fp16/32/64 for mul and div
2019-05-03 Luke Kenneth... split out InputTest code into separate fpmux.py
2019-05-03 Luke Kenneth... got fpmul working (potential bug in softfloat NaN handling)
2019-05-03 Luke Kenneth... fix multiply bit-width
2019-05-03 Luke Kenneth... debug fpmul pipeline
2019-05-03 Luke Kenneth... add mul pipeline based on add
2019-05-03 Luke Kenneth... add mul1 stage based on add1
2019-05-03 Luke Kenneth... add mul0 based on add0
2019-05-03 Luke Kenneth... add mul pipeline version of specialcases
2019-05-02 Luke Kenneth... get test_fpadd_pipe.py working
2019-05-02 Luke Kenneth... document concurrentunit
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
next