ieee754fpu.git
2019-03-09 Luke Kenneth... move in_t_ack into FPGet2Op setup
2019-03-09 Luke Kenneth... add "compact" option
2019-03-08 Luke Kenneth... main on FPADD not on FPADDBase
2019-03-08 Luke Kenneth... big reorg, got FPADD to work using new FPADDBase
2019-03-06 Luke Kenneth... add some comments to FPAddBase
2019-03-06 Luke Kenneth... in the middle of rewiring FPADD to use FPADDBase
2019-03-06 Luke Kenneth... split out main stages of add to separate class, FPADDBase
2019-03-06 Luke Kenneth... add function unit module
2019-03-06 Luke Kenneth... correct syntax error
2019-03-05 Luke Kenneth... add reservation station row module
2019-03-05 Luke Kenneth... add MID testing
2019-03-05 Luke Kenneth... add id to pack and putz
2019-03-05 Luke Kenneth... add id to FPPack
2019-03-05 Luke Kenneth... add id to FPCorrections
2019-03-05 Luke Kenneth... add id to FPRound
2019-03-05 Luke Kenneth... add id to norm1
2019-03-05 Luke Kenneth... add id to stage1
2019-03-05 Luke Kenneth... add id to stage0
2019-03-05 Luke Kenneth... add id to align
2019-03-05 Luke Kenneth... add id to denorm
2019-03-05 Luke Kenneth... add id passthrough to specialcases class
2019-03-04 Luke Kenneth... reorg special cases setup
2019-03-04 Luke Kenneth... add id_width to parameters
2019-03-04 Luke Kenneth... remove unneeded code
2019-03-04 Luke Kenneth... reorg setup functions in more add phases
2019-03-04 Luke Kenneth... cleanup modules, however multi-cycle align needs to...
2019-03-04 Luke Kenneth... split out single-cycle normalisation to separate module
2019-03-04 Luke Kenneth... enable single-cycle in FP16 test
2019-03-04 Luke Kenneth... single-shift normalisation right-shift: normalisation...
2019-03-04 Luke Kenneth... use MultiShiftRMerge module instead of shift_down_multi...
2019-03-04 Luke Kenneth... remove chain dependence, calculate ediffs in parallel...
2019-03-04 Luke Kenneth... comment out unneeded code for now
2019-03-04 Luke Kenneth... convert to only use one multi-shifter
2019-03-04 Luke Kenneth... rename stickybit variable
2019-03-03 Luke Kenneth... unit test for multi-bit shift right with merge (sticky...
2019-03-03 Luke Kenneth... cleanup
2019-03-03 Luke Kenneth... small optimisation, move subtraction of -126 from expon...
2019-03-03 Luke Kenneth... add 3 extra unit tests
2019-03-03 Luke Kenneth... limit count leading zeros to stop exponent shift-amount...
2019-03-03 Luke Kenneth... fix shift class syntax errors (untested)
2019-03-03 Luke Kenneth... use priority encoder for normalisation in single cycle...
2019-03-03 Luke Kenneth... add in FPNumShiftMultiRight class
2019-03-02 Luke Kenneth... use bool() function instead of reduce(or_)
2019-03-02 Luke Kenneth... got single-cycle align working again (accidental combin...
2019-03-02 Luke Kenneth... turn FPOp into module
2019-03-02 Luke Kenneth... move put_z to PutZ class
2019-03-02 Luke Kenneth... reorg pack setup
2019-03-02 Luke Kenneth... reorg corrections setup
2019-03-02 Luke Kenneth... remove unneeded function call
2019-03-02 Luke Kenneth... remove global z as output from specialcases, use sc...
2019-03-02 Luke Kenneth... remove unneeded variable, use module overflow to get...
2019-03-02 Luke Kenneth... managed to make round signal an output from normalisati...
2019-03-02 Luke Kenneth... tidyup, remove unneeded intermediate
2019-03-02 Luke Kenneth... tidyup, remove unneeded intermediate
2019-03-02 Luke Kenneth... reorg FPRound move setup function
2019-03-02 Luke Kenneth... add comment about add0+add1 stages
2019-03-02 Luke Kenneth... add1 module setup reorg
2019-03-02 Luke Kenneth... remove temporary external z, use add0 output, connect...
2019-03-02 Luke Kenneth... reorg: move add0 setup function
2019-03-02 Luke Kenneth... use correct local output from pack chain
2019-03-02 Luke Kenneth... reorganise normalisation init: move setup function...
2019-03-02 Luke Kenneth... add module links (gives useful names)
2019-03-02 Luke Kenneth... complicated way to create a loop inside the normalisati...
2019-03-01 Luke Kenneth... remove variable overflow
2019-03-01 Luke Kenneth... connect corrections to pack without global z
2019-03-01 Luke Kenneth... split roundz from norm z
2019-03-01 Luke Kenneth... pass add0 z through to add1 independently
2019-03-01 Luke Kenneth... add new temporary z for result chain
2019-03-01 Luke Kenneth... connect add1 to norm1 overflow without global store
2019-03-01 Luke Kenneth... merge normalise_1 and normalise_2 stages
2019-03-01 Luke Kenneth... commennt use of intermediates
2019-03-01 Luke Kenneth... store zero-extended a and b in temp signals
2019-03-01 Luke Kenneth... store tests in temp signals
2019-03-01 Luke Kenneth... experimenting with chaining Overflow module
2019-02-28 Luke Kenneth... use output from align as input to add0
2019-02-28 Luke Kenneth... remove commented-out code
2019-02-28 Luke Kenneth... use GetOpMod for b
2019-02-28 Luke Kenneth... create and use GetOp module
2019-02-28 Luke Kenneth... move fpnum_b to class FPGetB
2019-02-28 Luke Kenneth... narrowing down rounding error to use of Norm1 module
2019-02-28 Luke Kenneth... separate denormalisation module and use it
2019-02-28 Luke Kenneth... use denorm exponent signal
2019-02-28 Luke Kenneth... sorting out unit tests, comply with IEEE754 on RISCV
2019-02-28 Luke Kenneth... recompiled sfpy, testing FP16 again
2019-02-27 Luke Kenneth... add Makefile patches to README
2019-02-27 Luke Kenneth... whoops, overflow not right, reverting
2019-02-27 Luke Kenneth... add failed test
2019-02-27 Luke Kenneth... assign tests to signals
2019-02-27 Luke Kenneth... create single and multi shift cycle, single doesnt...
2019-02-27 Luke Kenneth... more chains between inputs and outputs
2019-02-27 Luke Kenneth... move of = Overflow() out of FPADD, use chain
2019-02-27 Luke Kenneth... remove tot from FPADD, use chain
2019-02-27 Luke Kenneth... connect add0 to add1
2019-02-27 Luke Kenneth... create add1 stage module and use it
2019-02-27 Luke Kenneth... try some more chaining of inputs to outputs
2019-02-27 Luke Kenneth... pass output from normalise_2 to input of roundz
2019-02-27 Luke Kenneth... create add0 stage module and use it
2019-02-27 Luke Kenneth... name modules correctly
2019-02-27 Luke Kenneth... whoops norm2 using norm1 mod
2019-02-27 Luke Kenneth... create normalise_2 module and use it
next