move o_valid and o_ready (underscore them) and replace with properties
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 5 Apr 2019 08:06:20 +0000 (09:06 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 5 Apr 2019 08:06:36 +0000 (09:06 +0100)
commit7f2607659bdd05b62ed58fe0511566a8cae5e3f9
tree2512548ef5454abe970e71e48b6f6a4fc18b88b3
parent4472201afe414dfe5f8f69db179e187d8dbfa19b
move o_valid and o_ready (underscore them) and replace with properties

o_ready now redirects to self._o_ready if stage_ctl is False
likewise o_valid in NextControl redirects to self._o_valid
src/add/singlepipe.py