| 2020-01-24 | Luke Kenneth... | convert to partition mask rather than partition points | commit | commitdiff | tree | 
| 2020-01-24 | Luke Kenneth... | add more to module docstring | commit | commitdiff | tree | 
| 2020-01-24 | Luke Kenneth... | de-modulify PartitionedSignal, call "set_module" to... | commit | commitdiff | tree | 
| 2020-01-22 | Luke Kenneth... | add partition test add unit test | commit | commitdiff | tree | 
| 2020-01-22 | Luke Kenneth... | add __xor__ and __add__ | commit | commitdiff | tree | 
| 2020-01-22 | Luke Kenneth... | add partitioned signal class | commit | commitdiff | tree | 
| 2020-01-17 | Luke Kenneth... | min/max in Signal deprecated in nmigen | commit | commitdiff | tree | 
| 2020-01-17 | Luke Kenneth... | update to new revision nmigen | commit | commitdiff | tree | 
| 2020-01-06 | Luke Kenneth... | split out adder code (PartitionedAdder) into module... | commit | commitdiff | tree | 
| 2019-11-19 | Luke Kenneth... | import global not relative | commit | commitdiff | tree | 
| 2019-11-19 | Luke Kenneth... | add bug #148 record | commit | commitdiff | tree | 
| 2019-11-19 | Luke Kenneth... | clarify StageChain | commit | commitdiff | tree | 
| 2019-11-19 | Luke Kenneth... | clarify whats being obtained from _connect_out function | commit | commitdiff | tree | 
| 2019-11-19 | Luke Kenneth... | documentation on pipeline API | commit | commitdiff | tree | 
| 2019-11-19 | Luke Kenneth... | document iocontrol module properly | commit | commitdiff | tree | 
| 2019-08-28 | Luke Kenneth... | create SIMD pipe multiply unit test | commit | commitdiff | tree | 
| 2019-08-26 | Luke Kenneth... | add docstring Mul8_16_32_64 only for testing | commit | commitdiff | tree | 
| 2019-08-26 | Luke Kenneth... | add mul_pipe.py - pipeline version of multiply.py | commit | commitdiff | tree | 
| 2019-08-26 | Luke Kenneth... | rename inputs_ to terms_ | commit | commitdiff | tree | 
| 2019-08-26 | Luke Kenneth... | update docstring | commit | commitdiff | tree | 
| 2019-08-26 | Luke Kenneth... | code-morph AddReduceInternal: remove self.inputs, repla... | commit | commitdiff | tree | 
| 2019-08-26 | Luke Kenneth... | remove unneeded variables | commit | commitdiff | tree | 
| 2019-08-26 | Luke Kenneth... | use PipeModBase and PipelineSpec in Intermediates and... | commit | commitdiff | tree | 
| 2019-08-26 | Luke Kenneth... | use PipelineSpec and PipeModBase in AddReduce | commit | commitdiff | tree | 
| 2019-08-26 | Luke Kenneth... | use PipelineSpec object in AllTerms | commit | commitdiff | tree | 
| 2019-08-26 | Luke Kenneth... | remove unneeded argument (register_levels/n_levels... | commit | commitdiff | tree | 
| 2019-08-25 | Luke Kenneth... | document weird int2float bug | commit | commitdiff | tree | 
| 2019-08-25 | Luke Kenneth... | use Mux instead of m.If/Else in int2float fcvt | commit | commitdiff | tree | 
| 2019-08-25 | Luke Kenneth... | remove fprsqrt m.If/Elif/Elif, replace with Mux | commit | commitdiff | tree | 
| 2019-08-25 | Luke Kenneth... | remove m.If/Elif in fpdiv sqrt, replace with Mux | commit | commitdiff | tree | 
| 2019-08-25 | Luke Kenneth... | remove m.If/Elif from fpdiv specialcases | commit | commitdiff | tree | 
| 2019-08-25 | Luke Kenneth... | remove m.If/Elif/Elif replace with Mux | commit | commitdiff | tree | 
| 2019-08-25 | Luke Kenneth... | rewrite fpadd specialcases to use Mux instead of m... | commit | commitdiff | tree | 
| 2019-08-25 | Luke Kenneth... | code-morph on add special-cases | commit | commitdiff | tree | 
| 2019-08-25 | Luke Kenneth... | remove weirdness | commit | commitdiff | tree | 
| 2019-08-25 | Luke Kenneth... | remove out_do_z, update comments (whitespace) | commit | commitdiff | tree | 
| 2019-08-25 | Luke Kenneth... | code comments | commit | commitdiff | tree | 
| 2019-08-25 | Luke Kenneth... | rework add aligner to use Mux instead of m.If/Else | commit | commitdiff | tree | 
| 2019-08-25 | Luke Kenneth... | remove use of out_do_z in add align | commit | commitdiff | tree | 
| 2019-08-25 | Luke Kenneth... | rework add1 to not use out_do_z and use Mux instead... | commit | commitdiff | tree | 
| 2019-08-25 | Luke Kenneth... | reorg add0 to use Mux instead of m.If/Else | commit | commitdiff | tree | 
| 2019-08-25 | Luke Kenneth... | use Mux instead of m.If/Elif on add sign | commit | commitdiff | tree | 
| 2019-08-25 | Luke Kenneth... | remove out_do_z from add0 | commit | commitdiff | tree | 
| 2019-08-25 | Luke Kenneth... | remove use of out_do_z, use Mux instead of m.If/Else | commit | commitdiff | tree | 
| 2019-08-25 | Luke Kenneth... | remove out_do_z test | commit | commitdiff | tree | 
| 2019-08-25 | Luke Kenneth... | rework roundz to use Mux | commit | commitdiff | tree | 
| 2019-08-25 | Luke Kenneth... | use Mux in fp corrections | commit | commitdiff | tree | 
| 2019-08-25 | Luke Kenneth... | cleanup on msb1 and align: use Mux, remove out_do_z | commit | commitdiff | tree | 
| 2019-08-25 | Luke Kenneth... | morph mul1 to use Mux rather than m.If/Else | commit | commitdiff | tree | 
| 2019-08-25 | Luke Kenneth... | do not make mul1 processing conditional on out_do_z | commit | commitdiff | tree | 
| 2019-08-23 | Luke Kenneth... | add Stage API setup/process to AddReduceInternal | commit | commitdiff | tree | 
| 2019-08-23 | Luke Kenneth... | add in setup/process functions in multiply | commit | commitdiff | tree | 
| 2019-08-23 | Luke Kenneth... | remove use of AddReduce, use AddReduceInternal instead | commit | commitdiff | tree | 
| 2019-08-23 | Luke Kenneth... | whoops forgot to set partition_step in AddReduceSingle... | commit | commitdiff | tree | 
| 2019-08-23 | Luke Kenneth... | pass in partition step parameter | commit | commitdiff | tree | 
| 2019-08-23 | Luke Kenneth... | munge AddReduce internals | commit | commitdiff | tree | 
| 2019-08-23 | Luke Kenneth... | remove unneeded code | commit | commitdiff | tree | 
| 2019-08-23 | Luke Kenneth... | continue ispec/ospec on multiply | commit | commitdiff | tree | 
| 2019-08-23 | Luke Kenneth... | start adding ispec/ospec to multiply.py | commit | commitdiff | tree | 
| 2019-08-23 | Luke Kenneth... | use bit_select instead of part, again | commit | commitdiff | tree | 
| 2019-08-23 | Luke Kenneth... | missing arg in InputData.eq_from | commit | commitdiff | tree | 
| 2019-08-23 | Luke Kenneth... | :1136 | commit | commitdiff | tree | 
| 2019-08-23 | Luke Kenneth... | split out AddReduce module level creation | commit | commitdiff | tree | 
| 2019-08-23 | Luke Kenneth... | rename AllTermsData to InputData, use as input to base... | commit | commitdiff | tree | 
| 2019-08-23 | Luke Kenneth... | remove register_levels from AddReduceSingle and Final | commit | commitdiff | tree | 
| 2019-08-23 | Luke Kenneth... | remove need to pass register_levels to AddReduceSingle | commit | commitdiff | tree | 
| 2019-08-23 | Luke Kenneth... | more variable renaming | commit | commitdiff | tree | 
| 2019-08-23 | Luke Kenneth... | more variable renaming | commit | commitdiff | tree | 
| 2019-08-23 | Luke Kenneth... | rename some variables in the multiplier code: | commit | commitdiff | tree | 
| 2019-08-23 | Luke Kenneth... | use new doubling of PartitionedAdder points (in-place... | commit | commitdiff | tree | 
| 2019-08-23 | Luke Kenneth... | in-place expansion of partition points | commit | commitdiff | tree | 
| 2019-08-23 | Luke Kenneth... | use new sim.add_clock "if_exists" parameter.  needed... | commit | commitdiff | tree | 
| 2019-08-23 | Luke Kenneth... | use better test of whether block is combinatorial | commit | commitdiff | tree | 
| 2019-08-22 | Luke Kenneth... | create AllTermsData class and use it | commit | commitdiff | tree | 
| 2019-08-22 | Luke Kenneth... | move part-bytes to AllTerms | commit | commitdiff | tree | 
| 2019-08-22 | Luke Kenneth... | use intermediate data from finalout, move AllTerms... | commit | commitdiff | tree | 
| 2019-08-22 | Luke Kenneth... | move product terms to new "AllTerms" module | commit | commitdiff | tree | 
| 2019-08-22 | Luke Kenneth... | move part modules into FinalOut | commit | commitdiff | tree | 
| 2019-08-22 | Luke Kenneth... | move intermediates to separate module, use i/o data... | commit | commitdiff | tree | 
| 2019-08-22 | Luke Kenneth... | silly rename get_test_cases to get_tst_cases, stops... | commit | commitdiff | tree | 
| 2019-08-22 | Luke Kenneth... | skip add clock on combinatorial tests | commit | commitdiff | tree | 
| 2019-08-22 | Luke Kenneth... | reduce multiply sim delay by 1/10th, seems to "fix... | commit | commitdiff | tree | 
| 2019-08-22 | Luke Kenneth... | move and reorg create_next_terms in AddReduceSingle... | commit | commitdiff | tree | 
| 2019-08-22 | Luke Kenneth... | rename inputs to not include [] | commit | commitdiff | tree | 
| 2019-08-22 | Luke Kenneth... | move groups test to top of loop | commit | commitdiff | tree | 
| 2019-08-22 | Luke Kenneth... | generate ilang for each part mul test | commit | commitdiff | tree | 
| 2019-08-22 | Luke Kenneth... | rename to next_groups | commit | commitdiff | tree | 
| 2019-08-21 | Luke Kenneth... | more resetless | commit | commitdiff | tree | 
| 2019-08-21 | Luke Kenneth... | rename self._intermediate_output | commit | commitdiff | tree | 
| 2019-08-21 | Luke Kenneth... | move intermediate expanded a/b/o to locals | commit | commitdiff | tree | 
| 2019-08-21 | Luke Kenneth... | resetless on intermediaries | commit | commitdiff | tree | 
| 2019-08-21 | Luke Kenneth... | move part_mask | commit | commitdiff | tree | 
| 2019-08-21 | Luke Kenneth... | always add FinalAdd module | commit | commitdiff | tree | 
| 2019-08-21 | Luke Kenneth... | use FinalReduceData | commit | commitdiff | tree | 
| 2019-08-21 | Luke Kenneth... | pass data around using classes in AddReduce | commit | commitdiff | tree | 
| 2019-08-21 | Luke Kenneth... | remove referring to _resized_inputs | commit | commitdiff | tree | 
| 2019-08-21 | Luke Kenneth... | use part_ops not out_part_ops | commit | commitdiff | tree | 
| 2019-08-21 | Luke Kenneth... | add in AddReduceData into AddReduceSingle class | commit | commitdiff | tree | 
| 2019-08-21 | Luke Kenneth... | add in AddReduceData into FinalAdd class | commit | commitdiff | tree | 
| 2019-08-21 | Luke Kenneth... | change AddReduceSingle/Final to take size of arrays... | commit | commitdiff | tree | 
| next |