2019-03-13 |
Luke Kenneth... | increase data set to throw at pipeline in tests |
commit | commitdiff | tree |
2019-03-13 |
Luke Kenneth... | add random-busy, random-send single and dual buffered... |
commit | commitdiff | tree |
2019-03-13 |
Luke Kenneth... | split out actual pipeline stage into separate class |
commit | commitdiff | tree |
2019-03-13 |
Luke Kenneth... | add 2 stage buffered pipeline unit test, reduce to... |
commit | commitdiff | tree |
2019-03-13 |
Luke Kenneth... | only process data if the input strobe is valid |
commit | commitdiff | tree |
2019-03-13 |
Luke Kenneth... | add in some assertions to check pipe output |
commit | commitdiff | tree |
2019-03-13 |
Luke Kenneth... | split out unit test in buf pipe example |
commit | commitdiff | tree |
2019-03-13 |
Luke Kenneth... | combine blocks to add list of statements, add comments |
commit | commitdiff | tree |
2019-03-13 |
Luke Kenneth... | update comments |
commit | commitdiff | tree |
2019-03-13 |
Luke Kenneth... | store inv-strobe in temp signal |
commit | commitdiff | tree |
2019-03-13 |
Luke Kenneth... | clean up code |
commit | commitdiff | tree |
2019-03-12 |
Luke Kenneth... | store processed input in intermediary |
commit | commitdiff | tree |
2019-03-12 |
Luke Kenneth... | add (but comment out) reset signal |
commit | commitdiff | tree |
2019-03-12 |
Luke Kenneth... | add example buffered pipe |
commit | commitdiff | tree |
2019-03-12 |
Luke Kenneth... | add example buffered pipe |
commit | commitdiff | tree |
2019-03-11 |
Luke Kenneth... | get InputGroup running |
commit | commitdiff | tree |
2019-03-11 |
Luke Kenneth... | add inputgroup test |
commit | commitdiff | tree |
2019-03-11 |
Luke Kenneth... | Trigger needs to be combinatorial (saves clock cycles) |
commit | commitdiff | tree |
2019-03-11 |
Luke Kenneth... | return mid as part of ports |
commit | commitdiff | tree |
2019-03-11 |
Luke Kenneth... | whoops, forgot to make input an Array, can use array... |
commit | commitdiff | tree |
2019-03-11 |
Luke Kenneth... | create an FPOps output class to clean up the InputGroup |
commit | commitdiff | tree |
2019-03-11 |
Luke Kenneth... | add capability to pass through operands and muxid to... |
commit | commitdiff | tree |
2019-03-11 |
Luke Kenneth... | make a start on an InputGroup module |
commit | commitdiff | tree |
2019-03-11 |
Luke Kenneth... | add a multi-input stb/ack module |
commit | commitdiff | tree |
2019-03-11 |
Luke Kenneth... | add result array module |
commit | commitdiff | tree |
2019-03-10 |
Luke Kenneth... | create array of in/outs however set muxid to zero tempo... |
commit | commitdiff | tree |
2019-03-10 |
Luke Kenneth... | store fpadd result in putz, next phase: direct to array... |
commit | commitdiff | tree |
2019-03-10 |
Luke Kenneth... | allow code-creation |
commit | commitdiff | tree |
2019-03-10 |
Luke Kenneth... | create array of in_a, in_b and out_z |
commit | commitdiff | tree |
2019-03-10 |
Luke Kenneth... | move ids to member variable |
commit | commitdiff | tree |
2019-03-09 |
Luke Kenneth... | chain add stage 0 and 1 together with align in combinat... |
commit | commitdiff | tree |
2019-03-09 |
Luke Kenneth... | create combined combinatorial align and add0 |
commit | commitdiff | tree |
2019-03-09 |
Luke Kenneth... | merge specialcases and denorm into single combinatorial... |
commit | commitdiff | tree |
2019-03-09 |
Luke Kenneth... | create specialcasesmod setup fn |
commit | commitdiff | tree |
2019-03-09 |
Luke Kenneth... | whoops forgot self.width |
commit | commitdiff | tree |
2019-03-09 |
Luke Kenneth... | add comments |
commit | commitdiff | tree |
2019-03-09 |
Luke Kenneth... | move localiseable variables to local function |
commit | commitdiff | tree |
2019-03-09 |
Luke Kenneth... | connect corrections to pack with combinatorial logic |
commit | commitdiff | tree |
2019-03-09 |
Luke Kenneth... | connect round directly to corrections with combinatoria... |
commit | commitdiff | tree |
2019-03-09 |
Luke Kenneth... | connect normalisation directly to round with combinator... |
commit | commitdiff | tree |
2019-03-09 |
Luke Kenneth... | big reorganisation |
commit | commitdiff | tree |
2019-03-09 |
Luke Kenneth... | split out into 2 functions, longer and compact fragment |
commit | commitdiff | tree |
2019-03-09 |
Luke Kenneth... | move in_t_ack into FPGet2Op setup |
commit | commitdiff | tree |
2019-03-09 |
Luke Kenneth... | add "compact" option |
commit | commitdiff | tree |
2019-03-08 |
Luke Kenneth... | main on FPADD not on FPADDBase |
commit | commitdiff | tree |
2019-03-08 |
Luke Kenneth... | big reorg, got FPADD to work using new FPADDBase |
commit | commitdiff | tree |
2019-03-06 |
Luke Kenneth... | add some comments to FPAddBase |
commit | commitdiff | tree |
2019-03-06 |
Luke Kenneth... | in the middle of rewiring FPADD to use FPADDBase |
commit | commitdiff | tree |
2019-03-06 |
Luke Kenneth... | split out main stages of add to separate class, FPADDBase |
commit | commitdiff | tree |
2019-03-06 |
Luke Kenneth... | add function unit module |
commit | commitdiff | tree |
2019-03-06 |
Luke Kenneth... | correct syntax error |
commit | commitdiff | tree |
2019-03-05 |
Luke Kenneth... | add reservation station row module |
commit | commitdiff | tree |
2019-03-05 |
Luke Kenneth... | add MID testing |
commit | commitdiff | tree |
2019-03-05 |
Luke Kenneth... | add id to pack and putz |
commit | commitdiff | tree |
2019-03-05 |
Luke Kenneth... | add id to FPPack |
commit | commitdiff | tree |
2019-03-05 |
Luke Kenneth... | add id to FPCorrections |
commit | commitdiff | tree |
2019-03-05 |
Luke Kenneth... | add id to FPRound |
commit | commitdiff | tree |
2019-03-05 |
Luke Kenneth... | add id to norm1 |
commit | commitdiff | tree |
2019-03-05 |
Luke Kenneth... | add id to stage1 |
commit | commitdiff | tree |
2019-03-05 |
Luke Kenneth... | add id to stage0 |
commit | commitdiff | tree |
2019-03-05 |
Luke Kenneth... | add id to align |
commit | commitdiff | tree |
2019-03-05 |
Luke Kenneth... | add id to denorm |
commit | commitdiff | tree |
2019-03-05 |
Luke Kenneth... | add id passthrough to specialcases class |
commit | commitdiff | tree |
2019-03-04 |
Luke Kenneth... | reorg special cases setup |
commit | commitdiff | tree |
2019-03-04 |
Luke Kenneth... | add id_width to parameters |
commit | commitdiff | tree |
2019-03-04 |
Luke Kenneth... | remove unneeded code |
commit | commitdiff | tree |
2019-03-04 |
Luke Kenneth... | reorg setup functions in more add phases |
commit | commitdiff | tree |
2019-03-04 |
Luke Kenneth... | cleanup modules, however multi-cycle align needs to... |
commit | commitdiff | tree |
2019-03-04 |
Luke Kenneth... | split out single-cycle normalisation to separate module |
commit | commitdiff | tree |
2019-03-04 |
Luke Kenneth... | enable single-cycle in FP16 test |
commit | commitdiff | tree |
2019-03-04 |
Luke Kenneth... | single-shift normalisation right-shift: normalisation... |
commit | commitdiff | tree |
2019-03-04 |
Luke Kenneth... | use MultiShiftRMerge module instead of shift_down_multi... |
commit | commitdiff | tree |
2019-03-04 |
Luke Kenneth... | remove chain dependence, calculate ediffs in parallel... |
commit | commitdiff | tree |
2019-03-04 |
Luke Kenneth... | comment out unneeded code for now |
commit | commitdiff | tree |
2019-03-04 |
Luke Kenneth... | convert to only use one multi-shifter |
commit | commitdiff | tree |
2019-03-04 |
Luke Kenneth... | rename stickybit variable |
commit | commitdiff | tree |
2019-03-03 |
Luke Kenneth... | unit test for multi-bit shift right with merge (sticky... |
commit | commitdiff | tree |
2019-03-03 |
Luke Kenneth... | cleanup |
commit | commitdiff | tree |
2019-03-03 |
Luke Kenneth... | small optimisation, move subtraction of -126 from expon... |
commit | commitdiff | tree |
2019-03-03 |
Luke Kenneth... | add 3 extra unit tests |
commit | commitdiff | tree |
2019-03-03 |
Luke Kenneth... | limit count leading zeros to stop exponent shift-amount... |
commit | commitdiff | tree |
2019-03-03 |
Luke Kenneth... | fix shift class syntax errors (untested) |
commit | commitdiff | tree |
2019-03-03 |
Luke Kenneth... | use priority encoder for normalisation in single cycle... |
commit | commitdiff | tree |
2019-03-03 |
Luke Kenneth... | add in FPNumShiftMultiRight class |
commit | commitdiff | tree |
2019-03-02 |
Luke Kenneth... | use bool() function instead of reduce(or_) |
commit | commitdiff | tree |
2019-03-02 |
Luke Kenneth... | got single-cycle align working again (accidental combin... |
commit | commitdiff | tree |
2019-03-02 |
Luke Kenneth... | turn FPOp into module |
commit | commitdiff | tree |
2019-03-02 |
Luke Kenneth... | move put_z to PutZ class |
commit | commitdiff | tree |
2019-03-02 |
Luke Kenneth... | reorg pack setup |
commit | commitdiff | tree |
2019-03-02 |
Luke Kenneth... | reorg corrections setup |
commit | commitdiff | tree |
2019-03-02 |
Luke Kenneth... | remove unneeded function call |
commit | commitdiff | tree |
2019-03-02 |
Luke Kenneth... | remove global z as output from specialcases, use sc... |
commit | commitdiff | tree |
2019-03-02 |
Luke Kenneth... | remove unneeded variable, use module overflow to get... |
commit | commitdiff | tree |
2019-03-02 |
Luke Kenneth... | managed to make round signal an output from normalisati... |
commit | commitdiff | tree |
2019-03-02 |
Luke Kenneth... | tidyup, remove unneeded intermediate |
commit | commitdiff | tree |
2019-03-02 |
Luke Kenneth... | tidyup, remove unneeded intermediate |
commit | commitdiff | tree |
2019-03-02 |
Luke Kenneth... | reorg FPRound move setup function |
commit | commitdiff | tree |
2019-03-02 |
Luke Kenneth... | add comment about add0+add1 stages |
commit | commitdiff | tree |
2019-03-02 |
Luke Kenneth... | add1 module setup reorg |
commit | commitdiff | tree |
2019-03-02 |
Luke Kenneth... | remove temporary external z, use add0 output, connect... |
commit | commitdiff | tree |
next |