2019-02-21 |
Luke Kenneth... | add comment |
commit | commitdiff | tree |
2019-02-21 |
Luke Kenneth... | split out add0 stage into separate class |
commit | commitdiff | tree |
2019-02-21 |
Luke Kenneth... | move align to separate class |
commit | commitdiff | tree |
2019-02-21 |
Luke Kenneth... | create separate denormalisation class |
commit | commitdiff | tree |
2019-02-21 |
Luke Kenneth... | move special cases to separate state class |
commit | commitdiff | tree |
2019-02-21 |
Luke Kenneth... | move get_a and get_b to their own classes |
commit | commitdiff | tree |
2019-02-20 |
Aleksandar... | Remove coments with verilog code |
commit | commitdiff | tree |
2019-02-20 |
Luke Kenneth... | split denormalisation to separate state |
commit | commitdiff | tree |
2019-02-20 |
Luke Kenneth... | latch into FPNumIn within module |
commit | commitdiff | tree |
2019-02-20 |
Luke Kenneth... | create separate modules for fpnum in and out |
commit | commitdiff | tree |
2019-02-20 |
Luke Kenneth... | make module out of overflow class |
commit | commitdiff | tree |
2019-02-20 |
Luke Kenneth... | create module for FPNum |
commit | commitdiff | tree |
2019-02-20 |
Luke Kenneth... | reset allowed on FPop, not on FPNum |
commit | commitdiff | tree |
2019-02-20 |
Luke Kenneth... | store roundz test in comb variable |
commit | commitdiff | tree |
2019-02-19 |
Luke Kenneth... | store testing of nan/inf/zero in comb Signals |
commit | commitdiff | tree |
2019-02-19 |
Luke Kenneth... | move setting of stb into else block |
commit | commitdiff | tree |
2019-02-19 |
Luke Kenneth... | reset_less on signals that do not need it |
commit | commitdiff | tree |
2019-02-19 |
Luke Kenneth... | reorganise unit test single to do much more comprehensi... |
commit | commitdiff | tree |
2019-02-19 |
Luke Kenneth... | take out FP16 non-canonical NaN weirdness for now |
commit | commitdiff | tree |
2019-02-19 |
Luke Kenneth... | add corner-cases +/-0 + NaN |
commit | commitdiff | tree |
2019-02-19 |
Luke Kenneth... | add FP16 add unit test |
commit | commitdiff | tree |
2019-02-19 |
Luke Kenneth... | INF + -INF bug |
commit | commitdiff | tree |
2019-02-19 |
Luke Kenneth... | whoops FP16 mantissa off-by-one |
commit | commitdiff | tree |
2019-02-19 |
Luke Kenneth... | remove hard-coded width |
commit | commitdiff | tree |
2019-02-19 |
Luke Kenneth... | add FP16 format |
commit | commitdiff | tree |
2019-02-19 |
Luke Kenneth... | add shift up multi function |
commit | commitdiff | tree |
2019-02-19 |
Luke Kenneth... | add extra regression tests (a + -a) for add |
commit | commitdiff | tree |
2019-02-19 |
Luke Kenneth... | comment for a + -a special case add |
commit | commitdiff | tree |
2019-02-18 |
Luke Kenneth... | add 64 bit mul unit test |
commit | commitdiff | tree |
2019-02-18 |
Luke Kenneth... | whoops, off-by-one in use of mw, in multiply_1 stage |
commit | commitdiff | tree |
2019-02-18 |
Luke Kenneth... | whoops, messing up on m_width *sigh* |
commit | commitdiff | tree |
2019-02-18 |
Luke Kenneth... | use double run_corner_cases function in add unit test |
commit | commitdiff | tree |
2019-02-18 |
Luke Kenneth... | add corner case unit test function |
commit | commitdiff | tree |
2019-02-18 |
Luke Kenneth... | doh! use z mantissa width to specify product width. |
commit | commitdiff | tree |
2019-02-18 |
Luke Kenneth... | use common run_corner_cases function |
commit | commitdiff | tree |
2019-02-18 |
Luke Kenneth... | use common run_corner_cases function |
commit | commitdiff | tree |
2019-02-18 |
Luke Kenneth... | add mul unit test |
commit | commitdiff | tree |
2019-02-18 |
Luke Kenneth... | special cases, sign of zero and inf matters: a.s ^ b.s |
commit | commitdiff | tree |
2019-02-18 |
Luke Kenneth... | missed indentation of if statements in special cases |
commit | commitdiff | tree |
2019-02-18 |
Luke Kenneth... | of.guard, of.round, of.sticky - of is a class with... |
commit | commitdiff | tree |
2019-02-18 |
Luke Kenneth... | m.next not m.next += |
commit | commitdiff | tree |
2019-02-18 |
Luke Kenneth... | whoops, self.width not self.m_width |
commit | commitdiff | tree |
2019-02-18 |
Luke Kenneth... | add corner case unit test function |
commit | commitdiff | tree |
2019-02-18 |
Luke Kenneth... | diff on div and mul shows corrections stage missed out |
commit | commitdiff | tree |
2019-02-18 |
Luke Kenneth... | use get_op functions, easier to do |
commit | commitdiff | tree |
2019-02-18 |
Luke Kenneth... | product in multiply, not tot (was from add) |
commit | commitdiff | tree |
2019-02-18 |
Luke Kenneth... | corrections in whitespace due to use of tabs |
commit | commitdiff | tree |
2019-02-18 |
Luke Kenneth... | mul needs FPNum mantissa to be 24-bit on a and b, set... |
commit | commitdiff | tree |
2019-02-18 |
Luke Kenneth... | add requirements (dependencies) |
commit | commitdiff | tree |
2019-02-18 |
Luke Kenneth... | quite a lot of corrections to div special cases |
commit | commitdiff | tree |
2019-02-18 |
Luke Kenneth... | add regression test on div |
commit | commitdiff | tree |
2019-02-18 |
Luke Kenneth... | remove zeroing bugfix correction, not needed any more |
commit | commitdiff | tree |
2019-02-18 |
Luke Kenneth... | split out edge cases from unit tests into common files |
commit | commitdiff | tree |
2019-02-18 |
Luke Kenneth... | add operator argument to unit tests |
commit | commitdiff | tree |
2019-02-18 |
Luke Kenneth... | add div unit tests |
commit | commitdiff | tree |
2019-02-18 |
Luke Kenneth... | split out common double-precision unit test code |
commit | commitdiff | tree |
2019-02-18 |
Luke Kenneth... | split out common double-precision unit test code |
commit | commitdiff | tree |
2019-02-18 |
Luke Kenneth... | split out common unit test code |
commit | commitdiff | tree |
2019-02-18 |
Luke Kenneth... | split out unit test common code |
commit | commitdiff | tree |
2019-02-18 |
Luke Kenneth... | whoops wrong gitignore path |
commit | commitdiff | tree |
2019-02-18 |
Luke Kenneth... | add jon dawson add64 unit tests |
commit | commitdiff | tree |
2019-02-18 |
Luke Kenneth... | add comment for random number tests |
commit | commitdiff | tree |
2019-02-18 |
Luke Kenneth... | test case fail, 2 numbers exceeded -INF but +ve INF... |
commit | commitdiff | tree |
2019-02-18 |
Luke Kenneth... | whoops set mantissa = -127 instead of exponent... oops... |
commit | commitdiff | tree |
2019-02-18 |
Luke Kenneth... | fix unit test use of xrange, replace with range |
commit | commitdiff | tree |
2019-02-18 |
Luke Kenneth... | fix a - b = zero by adding special case |
commit | commitdiff | tree |
2019-02-18 |
Luke Kenneth... | add unit tests |
commit | commitdiff | tree |
2019-02-18 |
Luke Kenneth... | use straight << and >> operator instead of multi-level Mux |
commit | commitdiff | tree |
2019-02-18 |
Luke Kenneth... | add .gitignore |
commit | commitdiff | tree |
2019-02-17 |
Aleksandar... | Finished the module states and added __main__ |
commit | commitdiff | tree |
2019-02-17 |
Aleksandar... | Add more special cases to the module |
commit | commitdiff | tree |
2019-02-17 |
Aleksandar... | Added comment to explain a case |
commit | commitdiff | tree |
2019-02-17 |
Aleksandar... | Translated more of the special cases to nmigen |
commit | commitdiff | tree |
2019-02-17 |
Aleksandar... | Translated some of the special cases to nmigen |
commit | commitdiff | tree |
2019-02-17 |
Aleksandar... | Started to build module using functions instead plain... |
commit | commitdiff | tree |
2019-02-17 |
Aleksandar... | Started to translate special cases |
commit | commitdiff | tree |
2019-02-17 |
Aleksandar... | Done unpack in nmigen |
commit | commitdiff | tree |
2019-02-17 |
Luke Kenneth... | add unit tests that push the mantissa to zero or close... |
commit | commitdiff | tree |
2019-02-17 |
Luke Kenneth... | add TODO comment |
commit | commitdiff | tree |
2019-02-17 |
Luke Kenneth... | test single-cycle align phase on 64-bit add |
commit | commitdiff | tree |
2019-02-17 |
Luke Kenneth... | add single-cycle version of alignment process in fadd |
commit | commitdiff | tree |
2019-02-17 |
Luke Kenneth... | add a variable-length single-cycle shift_down of mantis... |
commit | commitdiff | tree |
2019-02-17 |
Luke Kenneth... | add a MultiShift class for generating single-cycle... |
commit | commitdiff | tree |
2019-02-17 |
Luke Kenneth... | add extra comments |
commit | commitdiff | tree |
2019-02-17 |
Luke Kenneth... | add double-width divide as well, and preliminary unit... |
commit | commitdiff | tree |
2019-02-17 |
Luke Kenneth... | add beginning unit tests for 64-bit add |
commit | commitdiff | tree |
2019-02-17 |
Luke Kenneth... | convert to more general base classes, start support... |
commit | commitdiff | tree |
2019-02-16 |
Luke Kenneth... | add extra random div unit test cases |
commit | commitdiff | tree |
2019-02-16 |
Luke Kenneth... | add another random div test |
commit | commitdiff | tree |
2019-02-16 |
Luke Kenneth... | comment divisor stages |
commit | commitdiff | tree |
2019-02-16 |
Luke Kenneth... | rename (shorten) divisor variable names (and comment... |
commit | commitdiff | tree |
2019-02-16 |
Luke Kenneth... | add extra arbitrary div unit test |
commit | commitdiff | tree |
2019-02-16 |
Luke Kenneth... | correct comments |
commit | commitdiff | tree |
2019-02-16 |
Luke Kenneth... | first initial success with div algorithm |
commit | commitdiff | tree |
2019-02-16 |
Aleksandar... | Fixed typo in get_b state |
commit | commitdiff | tree |
2019-02-16 |
Aleksandar... | Did get_b state in nmigen |
commit | commitdiff | tree |
2019-02-16 |
Aleksandar... | Did get_a state in nmigen |
commit | commitdiff | tree |
2019-02-16 |
Luke Kenneth... | remove some test cases from div |
commit | commitdiff | tree |
2019-02-16 |
Luke Kenneth... | add div experiment |
commit | commitdiff | tree |
2019-02-16 |
Aleksandar... | Made a file and started to do porting from verilog... |
commit | commitdiff | tree |
next |