ieee754fpu.git
2019-08-22 Luke Kenneth... move intermediates to separate module, use i/o data...
2019-08-22 Luke Kenneth... silly rename get_test_cases to get_tst_cases, stops...
2019-08-22 Luke Kenneth... skip add clock on combinatorial tests
2019-08-22 Luke Kenneth... reduce multiply sim delay by 1/10th, seems to "fix...
2019-08-22 Luke Kenneth... move and reorg create_next_terms in AddReduceSingle...
2019-08-22 Luke Kenneth... rename inputs to not include []
2019-08-22 Luke Kenneth... move groups test to top of loop
2019-08-22 Luke Kenneth... generate ilang for each part mul test
2019-08-22 Luke Kenneth... rename to next_groups
2019-08-21 Luke Kenneth... more resetless
2019-08-21 Luke Kenneth... rename self._intermediate_output
2019-08-21 Luke Kenneth... move intermediate expanded a/b/o to locals
2019-08-21 Luke Kenneth... resetless on intermediaries
2019-08-21 Luke Kenneth... move part_mask
2019-08-21 Luke Kenneth... always add FinalAdd module
2019-08-21 Luke Kenneth... use FinalReduceData
2019-08-21 Luke Kenneth... pass data around using classes in AddReduce
2019-08-21 Luke Kenneth... remove referring to _resized_inputs
2019-08-21 Luke Kenneth... use part_ops not out_part_ops
2019-08-21 Luke Kenneth... add in AddReduceData into AddReduceSingle class
2019-08-21 Luke Kenneth... add in AddReduceData into FinalAdd class
2019-08-21 Luke Kenneth... change AddReduceSingle/Final to take size of arrays...
2019-08-21 Luke Kenneth... move input assignments (chain) out of AddReduceSingle
2019-08-21 Luke Kenneth... move final adder to separate module
2019-08-21 Luke Kenneth... syntax error
2019-08-21 Luke Kenneth... add AddReduceData class
2019-08-21 Luke Kenneth... cleanup
2019-08-21 Luke Kenneth... remove delayed_parts
2019-08-21 Luke Kenneth... use reg_partition_points to create new Parts at final...
2019-08-21 Luke Kenneth... add expanded parts to Part, use new Parts module
2019-08-21 Luke Kenneth... add mul factor to PartitionPoints.like
2019-08-21 Luke Kenneth... add new Parts class
2019-08-20 Luke Kenneth... move expanded_part_pts further up
2019-08-20 Luke Kenneth... move part_byte to PartitionPoints
2019-08-20 Luke Kenneth... rename delayed_part_ops to part_ops
2019-08-20 Luke Kenneth... remove delayed part ops, now inside AddReduceSingle
2019-08-20 Luke Kenneth... add missing arg part_ops to unit test
2019-08-20 Luke Kenneth... do not need delayed_part_ops
2019-08-20 Luke Kenneth... pass in part_ops to AddReduce, so that it is syncd...
2019-08-20 Luke Kenneth... whitespace
2019-08-20 Luke Kenneth... removing recursion from AddReduce
2019-08-20 Luke Kenneth... update explanatory comments
2019-08-20 Luke Kenneth... MaskedFullAdder performs ANDing in a group by pre-shift...
2019-08-20 Luke Kenneth... split "actionable" part of AddReduce out from "recursiv...
2019-08-20 Luke Kenneth... update comments
2019-08-20 Luke Kenneth... add to docstrings in PartitionedAdder
2019-08-20 Luke Kenneth... add to docstrings in PartitionedAdder
2019-08-20 Luke Kenneth... create a new "MaskedFullAdder" class, which performs...
2019-08-20 Luke Kenneth... add docstrings / comments to PartitionedAdder
2019-08-20 Luke Kenneth... spelling mistake $i instead of %i
2019-08-19 Luke Kenneth... rename temporary value
2019-08-19 Luke Kenneth... temporary ~pbs
2019-08-19 Luke Kenneth... name LSBNotTerm submodules after bitwidth
2019-08-19 Luke Kenneth... use new split-out LSBNotTerm module
2019-08-19 Luke Kenneth... split out LSB and neg term to separate module
2019-08-19 Luke Kenneth... docstrings, fix syntax
2019-08-19 Luke Kenneth... explain Part module
2019-08-19 Luke Kenneth... add module docstrings to (new) multiply classes
2019-08-19 Luke Kenneth... rename fo submodule to "finalout"
2019-08-18 Luke Kenneth... nope - yosys graph not efficient enough
2019-08-18 Luke Kenneth... use switch instead of mux, more obvious what is happening
2019-08-18 Luke Kenneth... add comment about simulation bugs
2019-08-18 Luke Kenneth... Revert "make variables local"
2019-08-18 Luke Kenneth... add TODO code, needs sorting
2019-08-18 Luke Kenneth... merge Term into ProductTerm
2019-08-17 Luke Kenneth... make variables local
2019-08-17 Luke Kenneth... argh horrible nmigen bug on use of sync involving modules
2019-08-17 Luke Kenneth... weird bug - some rename experiments
2019-08-17 Luke Kenneth... FinalOutput module
2019-08-17 Luke Kenneth... rename variables
2019-08-17 Luke Kenneth... put signs through Signs module
2019-08-17 Luke Kenneth... move local variables
2019-08-17 Luke Kenneth... remove redundant code
2019-08-17 Luke Kenneth... or data together through a module (reduce top-level...
2019-08-17 Luke Kenneth... create array of ProductTerms - reduces graphviz MASSIVELY
2019-08-17 Luke Kenneth... move intermediate output to new module
2019-08-17 Luke Kenneth... delayed_part_ops is a local
2019-08-17 Luke Kenneth... add name to Term output
2019-08-17 Luke Kenneth... move bit selection into ProductTerms: simplifies graph
2019-08-17 Luke Kenneth... split out "Parts" to separate module
2019-08-17 Luke Kenneth... move remaining 4 terms, use Term class
2019-08-17 Luke Kenneth... derive new class Term and ProductTerm
2019-08-17 Luke Kenneth... use Cat (again) on intermediate values
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
next