projects
/
ieee754fpu.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
ieee754fpu.git
2019-07-16
Luke Kenneth...
split out MSB-highing module
commit
|
commitdiff
|
tree
2019-07-16
Luke Kenneth...
add msbhigh module
commit
|
commitdiff
|
tree
2019-07-16
Luke Kenneth...
relative imports are a pain
commit
|
commitdiff
|
tree
2019-07-16
Luke Kenneth...
add comments
commit
|
commitdiff
|
tree
2019-07-16
Luke Kenneth...
add FPADD stack documentation
commit
|
commitdiff
|
tree
2019-07-16
Luke Kenneth...
document the FPMUL stack
commit
|
commitdiff
|
tree
2019-07-16
Luke Kenneth...
illustrate use of pspec using DivPipeCoreOperation...
commit
|
commitdiff
|
tree
2019-07-16
Luke Kenneth...
code cleanup
commit
|
commitdiff
|
tree
2019-07-16
Luke Kenneth...
code cleanup
commit
|
commitdiff
|
tree
2019-07-16
Luke Kenneth...
add full coverage fcvt up 32 to 64 test
commit
|
commitdiff
|
tree
2019-07-16
Luke Kenneth...
add full coverage fcvt up 16 to 64 test
commit
|
commitdiff
|
tree
2019-07-16
Luke Kenneth...
add full coverage fcvt up 16 to 32 test
commit
|
commitdiff
|
tree
2019-07-15
Luke Kenneth...
hilarious: fp upconvert of zero was wrong
commit
|
commitdiff
|
tree
2019-07-15
Luke Kenneth...
run just a tad more fp upconverts
commit
|
commitdiff
|
tree
2019-07-15
Luke Kenneth...
got 1st version up-convert working
commit
|
commitdiff
|
tree
2019-07-15
Luke Kenneth...
add first version of FCVT upconvert
commit
|
commitdiff
|
tree
2019-07-15
Luke Kenneth...
minor tidyup on fcvt
commit
|
commitdiff
|
tree
2019-07-14
Luke Kenneth...
run loop of 1000 round test_fpmul_pipe.py
commit
|
commitdiff
|
tree
2019-07-14
Luke Kenneth...
copy context/roundz, a and b manually in fpmul align
commit
|
commitdiff
|
tree
2019-07-14
Luke Kenneth...
whoops forgot to take output from aligner
commit
|
commitdiff
|
tree
2019-07-14
Jacob Lifshay
finish implementing DivPipeConfig.__init__
commit
|
commitdiff
|
tree
2019-07-14
Jacob Lifshay
reduce code duplication
commit
|
commitdiff
|
tree
2019-07-14
Jacob Lifshay
add FPFormat class to describe floating-point formats...
commit
|
commitdiff
|
tree
2019-07-14
Luke Kenneth...
document PipelineSpec
commit
|
commitdiff
|
tree
2019-07-14
Luke Kenneth...
fix test_fpmul_pipe_32.py after new PipelineSpec class...
commit
|
commitdiff
|
tree
2019-07-14
Luke Kenneth...
add sticky-propagation to normalisation, as an experiment
commit
|
commitdiff
|
tree
2019-07-14
Jacob Lifshay
switch pspec from dict to PipelineSpec
commit
|
commitdiff
|
tree
2019-07-14
Jacob Lifshay
add proposed frsqrt instruction encoding table
commit
|
commitdiff
|
tree
2019-07-14
Luke Kenneth...
add dual alignment on e/m in fpmul
commit
|
commitdiff
|
tree
2019-07-13
Luke Kenneth...
add extra fpmul16 regression tests
commit
|
commitdiff
|
tree
2019-07-13
Luke Kenneth...
1 bit extra accuracy in mul if the top bit of mantissa...
commit
|
commitdiff
|
tree
2019-07-13
Luke Kenneth...
add name to Overflow class, also recreate OverflowMod
commit
|
commitdiff
|
tree
2019-07-11
Jacob Lifshay
delete dead code in fpbase.MultiShift.[lr]shift
commit
|
commitdiff
|
tree
2019-07-11
Jacob Lifshay
format fpbase.py
commit
|
commitdiff
|
tree
2019-07-11
Jacob Lifshay
rename mid -> muxid in comment
commit
|
commitdiff
|
tree
2019-07-10
Jacob Lifshay
add more tests; they all pass
commit
|
commitdiff
|
tree
2019-07-10
Jacob Lifshay
DivPipeCore tests pass; still need to add more tests
commit
|
commitdiff
|
tree
2019-07-10
Jacob Lifshay
test_core.py doesn't crash anymore
commit
|
commitdiff
|
tree
2019-07-09
Jacob Lifshay
make tests executable
commit
|
commitdiff
|
tree
2019-07-09
Jacob Lifshay
rename log2_tb -> tb_width
commit
|
commitdiff
|
tree
2019-07-08
Luke Kenneth...
add fp32 div pipe test
commit
|
commitdiff
|
tree
2019-07-08
Luke Kenneth...
add test comment
commit
|
commitdiff
|
tree
2019-07-08
Luke Kenneth...
add fp cvt 64 to 32 test
commit
|
commitdiff
|
tree
2019-07-08
Luke Kenneth...
add fp cvt 64-16 test
commit
|
commitdiff
|
tree
2019-07-08
Luke Kenneth...
add single op fcvt test case
commit
|
commitdiff
|
tree
2019-07-08
Luke Kenneth...
add fcvt regression tests
commit
|
commitdiff
|
tree
2019-07-08
Luke Kenneth...
add single-arg option to fp tests
commit
|
commitdiff
|
tree
2019-07-08
Luke Kenneth...
enable failing regression tests
commit
|
commitdiff
|
tree
2019-07-08
Luke Kenneth...
add fp64 mul unit test
commit
|
commitdiff
|
tree
2019-07-08
Luke Kenneth...
add fpmul tests
commit
|
commitdiff
|
tree
2019-07-08
Luke Kenneth...
add fp16 mul (and some regression tests)
commit
|
commitdiff
|
tree
2019-07-08
Luke Kenneth...
add test fp64
commit
|
commitdiff
|
tree
2019-07-08
Luke Kenneth...
yield inversion of zip of test cases
commit
|
commitdiff
|
tree
2019-07-08
Luke Kenneth...
add test_add fp16
commit
|
commitdiff
|
tree
2019-07-08
Luke Kenneth...
move test pipe class to common location
commit
|
commitdiff
|
tree
2019-07-08
Luke Kenneth...
reorg test code towards parameterisation
commit
|
commitdiff
|
tree
2019-07-08
Luke Kenneth...
removed debug prints
commit
|
commitdiff
|
tree
2019-07-08
Luke Kenneth...
add simulation fns based on num_rows
commit
|
commitdiff
|
tree
2019-07-08
Luke Kenneth...
add corner-cases
commit
|
commitdiff
|
tree
2019-07-08
Luke Kenneth...
fix unit test fp create fns
commit
|
commitdiff
|
tree
2019-07-08
Luke Kenneth...
fix nan/create unit test fns
commit
|
commitdiff
|
tree
2019-07-08
Luke Kenneth...
add regressions and corner cases
commit
|
commitdiff
|
tree
2019-07-08
Luke Kenneth...
add create, inf, nan and zero to unit test code
commit
|
commitdiff
|
tree
2019-07-08
Luke Kenneth...
add test data
commit
|
commitdiff
|
tree
2019-07-07
Luke Kenneth...
set reset_less=True - the data is protected by muxid...
commit
|
commitdiff
|
tree
2019-07-07
Luke Kenneth...
add missing reset_lesss
commit
|
commitdiff
|
tree
2019-07-07
Luke Kenneth...
exclude stuff that is just multiplying by zero
commit
|
commitdiff
|
tree
2019-07-07
Luke Kenneth...
clarify if else
commit
|
commitdiff
|
tree
2019-07-07
Luke Kenneth...
add names to flags
commit
|
commitdiff
|
tree
2019-07-07
Luke Kenneth...
whitespace
commit
|
commitdiff
|
tree
2019-07-07
Luke Kenneth...
add comment
commit
|
commitdiff
|
tree
2019-07-07
Luke Kenneth...
sort out some magic constants
commit
|
commitdiff
|
tree
2019-07-07
Luke Kenneth...
remove "fail" in test
commit
|
commitdiff
|
tree
2019-07-07
Luke Kenneth...
workaround issue with nmigen/yosys
commit
|
commitdiff
|
tree
2019-07-07
Jacob Lifshay
add fixme
commit
|
commitdiff
|
tree
2019-07-07
Jacob Lifshay
work on adding tests; test_core.py currently fails
commit
|
commitdiff
|
tree
2019-07-07
Jacob Lifshay
add tests for integer and fractional division
commit
|
commitdiff
|
tree
2019-07-07
Jacob Lifshay
switch algorithm in UnsignedDivRem to match FixedUDivRe...
commit
|
commitdiff
|
tree
2019-07-07
Jacob Lifshay
misc code cleanups
commit
|
commitdiff
|
tree
2019-07-07
Jacob Lifshay
move DivPipe(?!Core).* classes to div_pipe.py
commit
|
commitdiff
|
tree
2019-07-07
Luke Kenneth...
got test_add.py running, with fpadd_state.py
commit
|
commitdiff
|
tree
2019-07-07
Luke Kenneth...
add enough to "extra" exponent to cover FP64 to FP16...
commit
|
commitdiff
|
tree
2019-07-07
Luke Kenneth...
fix min-range rounding
commit
|
commitdiff
|
tree
2019-07-06
Luke Kenneth...
take last bit of a1 mantissa as potential sticky, not...
commit
|
commitdiff
|
tree
2019-07-06
Luke Kenneth...
duplicate FPRound inside fcvt
commit
|
commitdiff
|
tree
2019-07-06
Luke Kenneth...
fix nan and 1-rounded case in fcvt
commit
|
commitdiff
|
tree
2019-07-06
Luke Kenneth...
pass through exponent extra bits so that normalisation...
commit
|
commitdiff
|
tree
2019-07-06
Luke Kenneth...
fix overwrite issue in FPBase create
commit
|
commitdiff
|
tree
2019-07-05
Luke Kenneth...
sorting out fcvt
commit
|
commitdiff
|
tree
2019-07-05
Luke Kenneth...
add extra regression for fpmul
commit
|
commitdiff
|
tree
2019-07-05
Luke Kenneth...
fix fcvt to work with new InputTest and pspec
commit
|
commitdiff
|
tree
2019-07-05
Luke Kenneth...
whoops no e_start-1 in fpnum decode
commit
|
commitdiff
|
tree
2019-07-05
Luke Kenneth...
example of how to use opkls to create something more...
commit
|
commitdiff
|
tree
2019-07-05
Luke Kenneth...
allow pspec to specify the class of FPPipeContext.op
commit
|
commitdiff
|
tree
2019-07-05
Luke Kenneth...
big (single-purpose) update: move width arg into pspec
commit
|
commitdiff
|
tree
2019-07-05
Luke Kenneth...
indent
commit
|
commitdiff
|
tree
2019-07-05
Luke Kenneth...
more comments....
commit
|
commitdiff
|
tree
2019-07-05
Luke Kenneth...
move Base eqs to separate mixin class
commit
|
commitdiff
|
tree
2019-07-05
Luke Kenneth...
reorg and add in more TODO pointers for DivPipe*Stage...
commit
|
commitdiff
|
tree
2019-07-05
Luke Kenneth...
add inheritor classes to create DivPipe*Data
commit
|
commitdiff
|
tree
next