split out adder code (PartitionedAdder) into module, PartitionPoints too
[ieee754fpu.git] / src / ieee754 / fpdiv /
2019-08-25 Luke Kenneth Casso... remove fprsqrt m.If/Elif/Elif, replace with Mux
2019-08-25 Luke Kenneth Casso... remove m.If/Elif in fpdiv sqrt, replace with Mux
2019-08-25 Luke Kenneth Casso... remove m.If/Elif from fpdiv specialcases
2019-08-25 Luke Kenneth Casso... remove out_do_z, update comments (whitespace)
2019-08-17 Luke Kenneth Casso... rename fp div classes and submodule
2019-08-12 Luke Kenneth Casso... fix syntax errors in fmac conversion
2019-08-11 Luke Kenneth Casso... start converting hardfloat-verilog fmac to nmigen
2019-08-11 Luke Kenneth Casso... start converting hardfloat-verilog fmac to nmigen
2019-08-10 Luke Kenneth Casso... start converting hardfloat-verilog fmac to nmigen
2019-08-10 Luke Kenneth Casso... {x}{y} in verilog means x occurrences of y
2019-08-10 Luke Kenneth Casso... {x}{y} in verilog means x occurrences of y
2019-08-10 Luke Kenneth Casso... start converting hardfloat-verilog fmac to nmigen
2019-08-10 Luke Kenneth Casso... start converting hardfloat-verilog fmac to nmigen
2019-08-06 Luke Kenneth Casso... add mask cancellation to FPDIV and to fpmux unit test
2019-08-05 Luke Kenneth Casso... multiply mask width for concurrent pipeline
2019-08-04 Luke Kenneth Casso... added maskwidth and dynamic use of MaskCancellable...
2019-08-01 Luke Kenneth Casso... remove more redundant modules
2019-08-01 Luke Kenneth Casso... remove i_specfn and o_specfn from FP*MuxInOut, use...
2019-07-31 Luke Kenneth Casso... rename FPADDBaseData to FPBaseData and move to separate...
2019-07-31 Luke Kenneth Casso... remove unneeded modules
2019-07-31 Luke Kenneth Casso... update comments
2019-07-31 Luke Kenneth Casso... update comments
2019-07-31 Luke Kenneth Casso... update comments
2019-07-31 Luke Kenneth Casso... add __init__.py files
2019-07-31 Luke Kenneth Casso... code comments in div0
2019-07-31 Luke Kenneth Casso... rename FPAddStage1Data to FPPostCalcData
2019-07-31 Luke Kenneth Casso... rename FPModBase* to PipeModBase*
2019-07-31 Luke Kenneth Casso... move FPModBase and FPModBaseChain to nmutil
2019-07-31 Luke Kenneth Casso... whoops removed line of code by accident
2019-07-31 Luke Kenneth Casso... initialise out_do_z at beginning of ifs, set to zero...
2019-07-31 Luke Kenneth Casso... tidyup, use FPModBaseChain and FPModBase
2019-07-31 Luke Kenneth Casso... tidyup, use FPModBaseChain and FPModBase
2019-07-31 Luke Kenneth Casso... tidyup, use FPModBaseChain and FPModBase
2019-07-31 Luke Kenneth Casso... convert to DynamicPipe (default class in PipelineSpec...
2019-07-30 Luke Kenneth Casso... remove default and swap over DIV/SQRT operations, to...
2019-07-30 Luke Kenneth Casso... add code comment
2019-07-30 Luke Kenneth Casso... use specialcase fpdiv "switch" and use DP op
2019-07-30 Luke Kenneth Casso... tidyup
2019-07-30 Luke Kenneth Casso... add copyright / bugreport notice
2019-07-29 Luke Kenneth Casso... add copyright
2019-07-29 Luke Kenneth Casso... tidyup
2019-07-29 Luke Kenneth Casso... code comments
2019-07-29 Luke Kenneth Casso... tidyup
2019-07-29 Luke Kenneth Casso... tidyup
2019-07-29 Luke Kenneth Casso... tidyup
2019-07-29 Jacob Lifshayfix the mess introduced by "fix pipeline stage count"
2019-07-29 Luke Kenneth Casso... add fprsqrt coverage tests for fp16 and fp32
2019-07-29 Luke Kenneth Casso... add comment on n_comb_stages
2019-07-29 Luke Kenneth Casso... add FP32/64 coverage test for fpsqrt
2019-07-29 Luke Kenneth Casso... id_wid (muxid bitwidth) based on num_rows, not the...
2019-07-29 Luke Kenneth Casso... add fpsqrt 16 coverage test
2019-07-28 Jacob Lifshayfix pipeline stage count
2019-07-28 Luke Kenneth Casso... use opcode rather than magic constants (will need a...
2019-07-28 Luke Kenneth Casso... whitespace / autopep8
2019-07-28 Luke Kenneth Casso... get fpdiv/fsqrt/frsqrt up and running
2019-07-25 Luke Kenneth Casso... get test_div64.py back up and running (just... because)
2019-07-25 Luke Kenneth Casso... correct FPRSQRT specialcases
2019-07-25 Jacob Lifshayswitch fpdiv/test/test_fp*.py to use unittest
2019-07-24 Luke Kenneth Casso... add new FP32-FRSQRT regression test
2019-07-24 Luke Kenneth Casso... fix shifting of rsqrt mantissa input
2019-07-24 Luke Kenneth Casso... semi-working after "hack" to reduce LHS of algorithm...
2019-07-24 Luke Kenneth Casso... add rsqrt specialcases
2019-07-24 Luke Kenneth Casso... add fsqrt test
2019-07-23 Luke Kenneth Casso... reduce am0/bm0 by 2 bits in DIV
2019-07-23 Luke Kenneth Casso... hmmm remove extra zeros on DIV mantissas
2019-07-23 Luke Kenneth Casso... specialcases: sqrt of -ve zero is -ve zero
2019-07-23 Luke Kenneth Casso... remove debug prints
2019-07-23 Luke Kenneth Casso... hack which happens to get fsqrt preliminarily working
2019-07-23 Luke Kenneth Casso... add more fpsqrt specialcases
2019-07-23 Luke Kenneth Casso... add more fpsqrt specialcases
2019-07-23 Luke Kenneth Casso... add more fpsqrt specialcases
2019-07-23 Luke Kenneth Casso... add fsqrt test
2019-07-23 Luke Kenneth Casso... start adding FPSQRT specialcases
2019-07-23 Luke Kenneth Casso... add fpsqrt experiment
2019-07-23 Luke Kenneth Casso... tidyup
2019-07-23 Luke Kenneth Casso... reduce n_comb_stages for fpdiv first setup
2019-07-23 Luke Kenneth Casso... add magic constants comment
2019-07-23 Luke Kenneth Casso... add some voodoo magic extra bits on the input numbers...
2019-07-23 Luke Kenneth Casso... reorganise loop
2019-07-23 Luke Kenneth Casso... add fpdiv 16/32 regression/coverage tests
2019-07-22 Luke Kenneth Casso... corrections to mantissa length, FP16/32/64 DIV work...
2019-07-22 Luke Kenneth Casso... FP16 DIV seems to be working
2019-07-22 Luke Kenneth Casso... more random experimenting
2019-07-22 Luke Kenneth Casso... random modifications
2019-07-22 Luke Kenneth Casso... random modifications got semi-correct output
2019-07-22 Luke Kenneth Casso... continuing experimentation
2019-07-22 Luke Kenneth Casso... add twin MSB alignment / denormalisation (from FPMUL)
2019-07-22 Luke Kenneth Casso... experimenting
2019-07-22 Luke Kenneth Casso... set fraction width to zero
2019-07-22 Luke Kenneth Casso... put am0 into top bits of dividend
2019-07-22 Luke Kenneth Casso... add roundup to nearest radix
2019-07-22 Luke Kenneth Casso... remove stage-work-reduction for now
2019-07-22 Luke Kenneth Casso... divide number of stages by radix and by required comb_s...
2019-07-22 Luke Kenneth Casso... fix div specialcases
2019-07-22 Luke Kenneth Casso... config/setup/imports
2019-07-22 Luke Kenneth Casso... add missing ispec/ospecs
2019-07-22 Luke Kenneth Casso... remove unneeded code
2019-07-22 Luke Kenneth Casso... remove div1.py
2019-07-22 Luke Kenneth Casso... more imports / syntax errors
2019-07-22 Luke Kenneth Casso... set up DivPipeCoreConfig back in FPDIVMuxInOut, syntax...
next