lib.cdc: make domain properties private.
authorwhitequark <whitequark@whitequark.org>
Thu, 12 Sep 2019 13:54:48 +0000 (13:54 +0000)
committerwhitequark <whitequark@whitequark.org>
Thu, 12 Sep 2019 13:54:48 +0000 (13:54 +0000)
commit2d2ab6e09d9270fdeb47f763697a83d87c938cc6
treece30aa6a376d4fbcba90bb2d35025bc7fa8850f4
parent73244f2bd25b41c84d0cd55b5065464d596df773
lib.cdc: make domain properties private.

It is not correct to access domain properties from user code, because
it will not match the reality if DomainRenamer has been applied to
the module.
nmigen/compat/genlib/cdc.py
nmigen/lib/cdc.py