more comments
[nmutil.git] / src / nmutil /
2020-05-26 Luke Kenneth Casso... whoops
2020-05-26 Luke Kenneth Casso... generic-ify treereduce
2020-05-26 Luke Kenneth Casso... add treereduce function
2020-05-20 Luke Kenneth Casso... add sign/zero extending utilities
2020-05-19 Luke Kenneth Casso... minor whitespace, comment clz
2020-05-19 Luke Kenneth Casso... note that clz is identical to PriorityEncoder (which...
2020-05-05 Michael NolanAdd Count Leading Zeros module to nmutil
2020-05-05 Michael NolanRevert "Flatten the output of RecordObject.ports()"
2020-05-04 Michael NolanFlatten the output of RecordObject.ports()
2020-05-04 Luke Kenneth Casso... add docstring to latchregister
2020-05-01 Luke Kenneth Casso... add note about flatten function (one already exists...
2020-05-01 Luke Kenneth Casso... add ripple.py to nmutil
2020-04-17 Jacob Lifshayadd flatten function
2020-04-16 Luke Kenneth Casso... adjust multi priority picker to accept multiple inputs
2020-04-16 Luke Kenneth Casso... whitespace
2020-04-13 Luke Kenneth Casso... detect if data_o or data_i is iterable in NextControl...
2020-04-03 Jacob Lifshaytests pass
2020-03-25 Luke Kenneth Casso... grr fix more names thanks to nmigen renaming
2020-03-22 Luke Kenneth Casso... dont have to but test latchregister incoming is a Record
2020-03-22 Luke Kenneth Casso... comment latchregister
2020-03-21 Luke Kenneth Casso... sigh, rename of signals needed for nmigen compatibility...
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-03-09 Luke Kenneth Casso... allow name on latchregister
2020-02-09 Luke Kenneth Casso... split out nmutil library based on ieee754fpu code