use ospec and ispec in FPAddStage1Mod
[ieee754fpu.git] / src / add / nmigen_add_experiment.py
2019-03-20 Luke Kenneth Casso... use ospec and ispec in FPAddStage1Mod
2019-03-20 Luke Kenneth Casso... use mod.ospec in FPAddStage0
2019-03-20 Luke Kenneth Casso... add ospec to FPAddStage0Mod
2019-03-20 Luke Kenneth Casso... add ispec to AddStage0Mod
2019-03-20 Luke Kenneth Casso... remove redundant in_z
2019-03-20 Luke Kenneth Casso... use ospec in AddAlignSingleMod class
2019-03-20 Luke Kenneth Casso... use ispec/ospec in FPAddAlignSingleMod
2019-03-20 Luke Kenneth Casso... use ospec in FPAddSpecialCasesDeNorm module
2019-03-20 Luke Kenneth Casso... convert FPAddDeNormMod to ospec/ispec
2019-03-20 Luke Kenneth Casso... use ospec to make clone of out_z
2019-03-20 Luke Kenneth Casso... add ospec function to SpecialCases Mod
2019-03-20 Luke Kenneth Casso... create FPNumBase2Ops class and add ispec function to...
2019-03-19 Luke Kenneth Casso... rename copy function to eq function
2019-03-14 Luke Kenneth Casso... add new FPNormaliseSingleMod, not tested
2019-03-14 Luke Kenneth Casso... update comments
2019-03-11 Luke Kenneth Casso... get InputGroup running
2019-03-11 Luke Kenneth Casso... add inputgroup test
2019-03-11 Luke Kenneth Casso... return mid as part of ports
2019-03-11 Luke Kenneth Casso... whoops, forgot to make input an Array, can use array...
2019-03-11 Luke Kenneth Casso... create an FPOps output class to clean up the InputGroup
2019-03-11 Luke Kenneth Casso... add capability to pass through operands and muxid to...
2019-03-11 Luke Kenneth Casso... make a start on an InputGroup module
2019-03-11 Luke Kenneth Casso... add a multi-input stb/ack module
2019-03-11 Luke Kenneth Casso... add result array module
2019-03-10 Luke Kenneth Casso... create array of in/outs however set muxid to zero tempo...
2019-03-10 Luke Kenneth Casso... store fpadd result in putz, next phase: direct to array...
2019-03-10 Luke Kenneth Casso... allow code-creation
2019-03-10 Luke Kenneth Casso... create array of in_a, in_b and out_z
2019-03-10 Luke Kenneth Casso... move ids to member variable
2019-03-09 Luke Kenneth Casso... chain add stage 0 and 1 together with align in combinat...
2019-03-09 Luke Kenneth Casso... create combined combinatorial align and add0
2019-03-09 Luke Kenneth Casso... merge specialcases and denorm into single combinatorial...
2019-03-09 Luke Kenneth Casso... create specialcasesmod setup fn
2019-03-09 Luke Kenneth Casso... whoops forgot self.width
2019-03-09 Luke Kenneth Casso... add comments
2019-03-09 Luke Kenneth Casso... move localiseable variables to local function
2019-03-09 Luke Kenneth Casso... connect corrections to pack with combinatorial logic
2019-03-09 Luke Kenneth Casso... connect round directly to corrections with combinatoria...
2019-03-09 Luke Kenneth Casso... connect normalisation directly to round with combinator...
2019-03-09 Luke Kenneth Casso... big reorganisation
2019-03-09 Luke Kenneth Casso... split out into 2 functions, longer and compact fragment
2019-03-09 Luke Kenneth Casso... move in_t_ack into FPGet2Op setup
2019-03-09 Luke Kenneth Casso... add "compact" option
2019-03-08 Luke Kenneth Casso... main on FPADD not on FPADDBase
2019-03-08 Luke Kenneth Casso... big reorg, got FPADD to work using new FPADDBase
2019-03-06 Luke Kenneth Casso... add some comments to FPAddBase
2019-03-06 Luke Kenneth Casso... in the middle of rewiring FPADD to use FPADDBase
2019-03-06 Luke Kenneth Casso... split out main stages of add to separate class, FPADDBase
2019-03-05 Luke Kenneth Casso... add MID testing
2019-03-05 Luke Kenneth Casso... add id to pack and putz
2019-03-05 Luke Kenneth Casso... add id to FPPack
2019-03-05 Luke Kenneth Casso... add id to FPCorrections
2019-03-05 Luke Kenneth Casso... add id to FPRound
2019-03-05 Luke Kenneth Casso... add id to norm1
2019-03-05 Luke Kenneth Casso... add id to stage1
2019-03-05 Luke Kenneth Casso... add id to stage0
2019-03-05 Luke Kenneth Casso... add id to align
2019-03-05 Luke Kenneth Casso... add id to denorm
2019-03-05 Luke Kenneth Casso... add id passthrough to specialcases class
2019-03-04 Luke Kenneth Casso... reorg special cases setup
2019-03-04 Luke Kenneth Casso... add id_width to parameters
2019-03-04 Luke Kenneth Casso... remove unneeded code
2019-03-04 Luke Kenneth Casso... reorg setup functions in more add phases
2019-03-04 Luke Kenneth Casso... cleanup modules, however multi-cycle align needs to...
2019-03-04 Luke Kenneth Casso... split out single-cycle normalisation to separate module
2019-03-04 Luke Kenneth Casso... single-shift normalisation right-shift: normalisation...
2019-03-04 Luke Kenneth Casso... use MultiShiftRMerge module instead of shift_down_multi...
2019-03-04 Luke Kenneth Casso... remove chain dependence, calculate ediffs in parallel...
2019-03-04 Luke Kenneth Casso... comment out unneeded code for now
2019-03-04 Luke Kenneth Casso... convert to only use one multi-shifter
2019-03-03 Luke Kenneth Casso... cleanup
2019-03-03 Luke Kenneth Casso... small optimisation, move subtraction of -126 from expon...
2019-03-03 Luke Kenneth Casso... limit count leading zeros to stop exponent shift-amount...
2019-03-03 Luke Kenneth Casso... use priority encoder for normalisation in single cycle...
2019-03-02 Luke Kenneth Casso... use bool() function instead of reduce(or_)
2019-03-02 Luke Kenneth Casso... got single-cycle align working again (accidental combin...
2019-03-02 Luke Kenneth Casso... turn FPOp into module
2019-03-02 Luke Kenneth Casso... move put_z to PutZ class
2019-03-02 Luke Kenneth Casso... reorg pack setup
2019-03-02 Luke Kenneth Casso... reorg corrections setup
2019-03-02 Luke Kenneth Casso... remove unneeded function call
2019-03-02 Luke Kenneth Casso... remove global z as output from specialcases, use sc...
2019-03-02 Luke Kenneth Casso... remove unneeded variable, use module overflow to get...
2019-03-02 Luke Kenneth Casso... managed to make round signal an output from normalisati...
2019-03-02 Luke Kenneth Casso... tidyup, remove unneeded intermediate
2019-03-02 Luke Kenneth Casso... tidyup, remove unneeded intermediate
2019-03-02 Luke Kenneth Casso... reorg FPRound move setup function
2019-03-02 Luke Kenneth Casso... add comment about add0+add1 stages
2019-03-02 Luke Kenneth Casso... add1 module setup reorg
2019-03-02 Luke Kenneth Casso... remove temporary external z, use add0 output, connect...
2019-03-02 Luke Kenneth Casso... reorg: move add0 setup function
2019-03-02 Luke Kenneth Casso... use correct local output from pack chain
2019-03-02 Luke Kenneth Casso... reorganise normalisation init: move setup function...
2019-03-02 Luke Kenneth Casso... add module links (gives useful names)
2019-03-02 Luke Kenneth Casso... complicated way to create a loop inside the normalisati...
2019-03-01 Luke Kenneth Casso... remove variable overflow
2019-03-01 Luke Kenneth Casso... connect corrections to pack without global z
2019-03-01 Luke Kenneth Casso... split roundz from norm z
2019-03-01 Luke Kenneth Casso... pass add0 z through to add1 independently
2019-03-01 Luke Kenneth Casso... add new temporary z for result chain
next