replace i_ready with ready_i and o_valid with valid_o
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 27 Apr 2019 13:55:02 +0000 (14:55 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 27 Apr 2019 13:55:15 +0000 (14:55 +0100)
commit5a08f711bad41ae07a2df59ad8205d7440b1765c
treeb9cbe592e0c383c46a2ad8c7c792bebb391842a0
parent92461f5b425d61e10b59f76922395e23632cc8e3
replace i_ready with ready_i and o_valid with valid_o
13 files changed:
src/add/fpadd/statemachine.py
src/add/fpbase.py
src/add/fpcommon/putz.py
src/add/multipipe.py
src/add/queue.py
src/add/singlepipe.py
src/add/test_buf_pipe.py
src/add/test_fpadd_pipe.py
src/add/test_fsm_experiment.py
src/add/test_inout_mux_pipe.py
src/add/test_outmux_pipe.py
src/add/test_prioritymux_pipe.py
src/add/unit_test_single.py