speed up ==, hash, <, >, <=, and >= for plain_data
[nmutil.git] / src / nmutil / picker.py
2022-08-04 Jacob Lifshayadd BetterMultiPriorityPicker and formal proof
2022-08-04 Jacob Lifshayadd formal proof for MultiPriorityPicker
2022-08-03 Jacob Lifshayadd comment on redundancy in PriorityPicker's arguments
2022-08-03 Jacob Lifshayformal test for PriorityPicker passes
2022-04-08 Jacob Lifshayadd SPDX-License-Identifier comments rather than using...
2022-04-08 Jacob Lifshayformat code
2020-12-04 Luke Kenneth Casso... add grant links, and record of funding under #538
2020-08-29 Luke Kenneth Casso... add reversal and lsb/msb mode to PriorityPicker
2020-07-22 Luke Kenneth Casso... missed en_o on list of ports in PriorityPicker
2020-04-16 Luke Kenneth Casso... adjust multi priority picker to accept multiple inputs
2020-04-16 Luke Kenneth Casso... whitespace
2020-03-25 Luke Kenneth Casso... grr fix more names thanks to nmigen renaming
2020-03-18 Luke Kenneth Casso... realised that the enable lines will act just as well...
2020-03-17 Luke Kenneth Casso... realised that the MultiPriorityPicker only needs a...
2020-03-17 Luke Kenneth Casso... add indices output to MultiPriorityPicker
2020-03-17 Luke Kenneth Casso... create MultiPriorityPicker which can mutually-exclusive...
2020-02-09 Luke Kenneth Casso... split out nmutil library based on ieee754fpu code