replace i_data with data_i and o_data with data_o
[ieee754fpu.git] / src / add / test_prioritymux_pipe.py
2019-04-27 Luke Kenneth Casso... replace i_data with data_i and o_data with data_o
2019-04-27 Luke Kenneth Casso... replace i_ready with ready_i and o_valid with valid_o
2019-04-27 Luke Kenneth Casso... replace i_valid with valid_i
2019-04-27 Luke Kenneth Casso... replace o_ready with ready_o
2019-03-28 Luke Kenneth Casso... use PassThroughStage
2019-03-28 Luke Kenneth Casso... create base multi-in ports function
2019-03-27 Luke Kenneth Casso... whitespace cleanup
2019-03-26 Luke Kenneth Casso... add multi-out pipe module (untested)
2019-03-26 Luke Kenneth Casso... create multipipe from former multi-input Pipeline
2019-03-25 Luke Kenneth Casso... small tidyup of priority-encoding pipe mux
2019-03-25 Luke Kenneth Casso... hooray! got timing right (etc.) - required a sync...
2019-03-25 Luke Kenneth Casso... synchronisation of mid is not working
2019-03-25 Luke Kenneth Casso... endeavouring to work out muxer logic
2019-03-25 Luke Kenneth Casso... debugging input priority muxer
2019-03-25 Luke Kenneth Casso... add new priority multi-input mux example and test....