big rename, global/search/replace of ready_o with o_ready and the other
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 24 Aug 2021 10:21:57 +0000 (11:21 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 24 Aug 2021 10:21:57 +0000 (11:21 +0100)
commit8efde49c607d3ceea86b8b0ab3a37ee687ed5384
treec8e290497a6316c23111d814c497e1553f0a4382
parentc17aa78fdd09eeefdb5d34ae5bde81c33fbef7a0
big rename, global/search/replace of ready_o with o_ready and the other
4 signals as well, valid_i -> i_valid
https://libera.irclog.whitequark.org/nmigen/2021-08-24#30728292;
to be consistent with nmigen standards
src/nmutil/iocontrol.py
src/nmutil/multipipe.py
src/nmutil/queue.py
src/nmutil/singlepipe.py
src/nmutil/test/example_gtkwave.py
src/nmutil/test/test_buf_pipe.py
src/nmutil/test/test_inout_feedback_pipe.py
src/nmutil/test/test_inout_mux_pipe.py
src/nmutil/test/test_inout_unary_mux_cancel_pipe.py
src/nmutil/test/test_outmux_pipe.py
src/nmutil/test/test_prioritymux_pipe.py