speed up ==, hash, <, >, <=, and >= for plain_data
[nmutil.git] / src / nmutil / concurrentunit.py
2022-04-08 Jacob Lifshayadd SPDX-License-Identifier comments rather than using...
2022-04-08 Jacob Lifshayformat code
2021-12-01 Luke Kenneth Casso... note about not setting the muxid in ReservationStations2
2021-11-07 Luke Kenneth Casso... allow name of ALU to be set in ReservationStations2
2021-11-07 Luke Kenneth Casso... reduce number of wait states in ReservationStations2...
2021-11-07 Luke Kenneth Casso... fixed bug in MultiCompUnit, can return to combinatorial...
2021-11-04 Luke Kenneth Casso... bugfix new ReservationStations2
2021-11-04 Luke Kenneth Casso... update ReservationStations2 to be a FSM. not a very...
2021-11-03 Luke Kenneth Casso... add start of new ReservationStations2 class
2021-11-01 Luke Kenneth Casso... redo ReservationStations setup of pseudoalus
2021-11-01 Luke Kenneth Casso... add ALUProxy to ReservationStations class
2020-12-04 Luke Kenneth Casso... add grant links, and record of funding under #538
2020-07-17 Samuel A. Falvo IICheck equality between two PipeContext instances.
2020-07-15 Luke Kenneth Casso... missed critical functions in cut/paste copy of PipeContext
2020-07-15 Luke Kenneth Casso... missing Signal import
2020-07-15 Luke Kenneth Casso... move FPPipeContext to concurrentunit: rename to PipeContext
2020-07-04 Luke Kenneth Casso... add feedback_width option (unused) to concurrentunit...
2020-02-09 Luke Kenneth Casso... split out nmutil library based on ieee754fpu code