speed up ==, hash, <, >, <=, and >= for plain_data
[nmutil.git] / src / nmutil / iocontrol.py
2022-04-08 Jacob Lifshayadd SPDX-License-Identifier comments rather than using...
2022-04-08 Jacob Lifshayformat code
2021-11-03 Luke Kenneth Casso... add name prefix to PrevControl and NextControl
2021-08-24 Luke Kenneth Casso... likewise replace data_o with o_data and data_i with...
2021-08-24 Luke Kenneth Casso... big rename, global/search/replace of ready_o with o_rea...
2020-12-04 Luke Kenneth Casso... add grant links, and record of funding under #538
2020-07-28 Luke Kenneth Casso... disable very verbose debug printing
2020-07-05 Luke Kenneth Casso... remove unneeded imports
2020-06-27 Luke Kenneth Casso... use prefix where it exists
2020-06-26 Luke Kenneth Casso... fix prefixes on RecordObject
2020-06-26 Michael NolanRemove print statements from recordobject
2020-06-25 Luke Kenneth Casso... update docstring on add_prefix_to_record_signals
2020-06-24 Michael NolanModify RecordObject to prefix all signal names with...
2020-05-05 Michael NolanRevert "Flatten the output of RecordObject.ports()"
2020-05-04 Michael NolanFlatten the output of RecordObject.ports()
2020-04-13 Luke Kenneth Casso... detect if data_o or data_i is iterable in NextControl...
2020-02-09 Luke Kenneth Casso... split out nmutil library based on ieee754fpu code