ieee754fpu.git
2019-08-17 Luke Kenneth... simplify sign/term bits using Cat
2019-08-17 Luke Kenneth... move product terms to separate module (Term)
2019-08-17 Luke Kenneth... add new Terms class, get part_pts into intermediary
2019-08-17 Luke Kenneth... part replaced by bit_select
2019-08-17 Luke Kenneth... whoops, a-enabled and b-enabled swapped
2019-08-17 Luke Kenneth... stash intermediaries for output into temp signals
2019-08-17 Luke Kenneth... assignment in Cat wrong way round
2019-08-17 Luke Kenneth... use reset_less
2019-08-17 Luke Kenneth... whoops use already-used list
2019-08-17 Luke Kenneth... boolean logic inversion, x = ~a & ~b & ~c ==> ~(a ...
2019-08-17 Luke Kenneth... concatenate parts using list then Cat() - again, simpli...
2019-08-17 Luke Kenneth... a_enabled and b_enabled into signals
2019-08-17 Luke Kenneth... add intermediate values as signals
2019-08-17 Luke Kenneth... move variable to pyi file
2019-08-17 Luke Kenneth... store mask in intermediary
2019-08-17 Luke Kenneth... use Cat instead of for-loops: cleans up the yosys graph...
2019-08-17 Luke Kenneth... move typing to multiplier.pyi
2019-08-17 Luke Kenneth... add partitioned multiplier/adder
2019-08-17 Luke Kenneth... rename fp div classes and submodule
2019-08-16 Luke Kenneth... test flipping of latchable pipeline stage between sync...
2019-08-16 Luke Kenneth... update comments
2019-08-15 Luke Kenneth... set up data in temporaries correctly
2019-08-15 Luke Kenneth... update MaskCancellable docstrings
2019-08-15 Luke Kenneth... add dynamic comb/sync mode to MaskCancellable
2019-08-15 Luke Kenneth... whitespace
2019-08-14 Luke Kenneth... debugging feedback pipe
2019-08-12 Luke Kenneth... fix syntax errors in fmac conversion
2019-08-11 Luke Kenneth... increase number of fpmul operands to 3
2019-08-11 Luke Kenneth... restore old Multi-in/out behaviour
2019-08-11 Luke Kenneth... start converting hardfloat-verilog fmac to nmigen
2019-08-11 Luke Kenneth... start converting hardfloat-verilog fmac to nmigen
2019-08-10 Luke Kenneth... start converting hardfloat-verilog fmac to nmigen
2019-08-10 Luke Kenneth... {x}{y} in verilog means x occurrences of y
2019-08-10 Luke Kenneth... {x}{y} in verilog means x occurrences of y
2019-08-10 Luke Kenneth... start converting hardfloat-verilog fmac to nmigen
2019-08-10 Luke Kenneth... start converting hardfloat-verilog fmac to nmigen
2019-08-07 Luke Kenneth... route-back experimentation
2019-08-07 Luke Kenneth... add experimental feedback pipe test
2019-08-07 Luke Kenneth... respect Ready/Valid signalling (stall capability) in...
2019-08-06 Luke Kenneth... add mask cancellation to FPDIV and to fpmux unit test
2019-08-05 Luke Kenneth... multiply mask width for concurrent pipeline
2019-08-05 Luke Kenneth... hack to set predicate mask (if it exists)
2019-08-05 Luke Kenneth... whoops inherit from MaskCancellable not SimpleHandshake
2019-08-04 Luke Kenneth... added maskwidth and dynamic use of MaskCancellable...
2019-08-03 Luke Kenneth... only pass on the uncancelled mask bits
2019-08-03 Luke Kenneth... test actual cancellation mask (works)
2019-08-03 Luke Kenneth... add 2 extra stages to cancel test
2019-08-03 Luke Kenneth... give names to muxer submodules
2019-08-03 Luke Kenneth... pass on stop bits as well
2019-08-03 Luke Kenneth... concatenate mask bits on fan-in, split on fan-out
2019-08-03 Luke Kenneth... add maskable in/out cancellable test
2019-08-03 Luke Kenneth... add in cancelmask
2019-08-03 Luke Kenneth... explain comments
2019-08-03 Luke Kenneth... generate mask il
2019-08-03 Luke Kenneth... mask sort-of working as long as "ready" is always true
2019-08-03 Luke Kenneth... add mask to NextControl
2019-08-03 Luke Kenneth... add mask to PrevControl
2019-08-02 Luke Kenneth... add first draft MaskCancellable pipe class
2019-08-02 Luke Kenneth... update to nmutil Memory API
2019-08-02 Luke Kenneth... update test
2019-08-01 Luke Kenneth... whitespace
2019-08-01 Luke Kenneth... move priority picker from soc to nmutil
2019-08-01 Luke Kenneth... add copy of inout mux pipe
2019-08-01 Luke Kenneth... whitespace
2019-08-01 Luke Kenneth... whitespace
2019-08-01 Luke Kenneth... remove more redundant modules
2019-08-01 Luke Kenneth... comment; remove unneeded code
2019-08-01 Luke Kenneth... remove i_specfn and o_specfn from FP*MuxInOut, use...
2019-08-01 Luke Kenneth... correct library name
2019-08-01 Luke Kenneth... add copyright notice
2019-08-01 Luke Kenneth... update comments
2019-08-01 Luke Kenneth... add bugreport crossreference
2019-08-01 Luke Kenneth... add bugreport link
2019-07-31 Luke Kenneth... add to float2int unit tests
2019-07-31 Luke Kenneth... adjust float2int range to cope with larger-to-smaller
2019-07-31 Luke Kenneth... use PipeModBase in float2int fcvt
2019-07-31 Luke Kenneth... use alternative logic for roundz detect exponent increase
2019-07-31 Luke Kenneth... remove unneeded modules
2019-07-31 Luke Kenneth... comment
2019-07-31 Luke Kenneth... convert to use unittest in fcvt
2019-07-31 Luke Kenneth... increase number of test runs
2019-07-31 Luke Kenneth... whoops broke downconvert rounding
2019-07-31 Luke Kenneth... tidyup of fcvt downsize
2019-07-31 Luke Kenneth... whitespace
2019-07-31 Luke Kenneth... reorg / tidyup fcvt upsize.py
2019-07-31 Luke Kenneth... rename FPADDBaseData to FPBaseData and move to separate...
2019-07-31 Luke Kenneth... cleanup
2019-07-31 Luke Kenneth... move FPPackData to separate module
2019-07-31 Luke Kenneth... update comments/clarify
2019-07-31 Luke Kenneth... tidyup of FPAdd Align
2019-07-31 Luke Kenneth... remove unneeded modules
2019-07-31 Luke Kenneth... update comments
2019-07-31 Luke Kenneth... update comments
2019-07-31 Luke Kenneth... update comments
2019-07-31 Luke Kenneth... move assignment into out_do_z condition
2019-07-31 Luke Kenneth... add __init__.py files
2019-07-31 Luke Kenneth... remove unneeded imports, update copyright notice
2019-07-31 Luke Kenneth... move FPSCData to separate module
2019-07-31 Luke Kenneth... remove unused module
2019-07-31 Luke Kenneth... update copyright notice
next