Clean up imports.

This commit:
  * moves lists of universally useful imports from `nmigen` to
    `nmigen.hdl` and `nmigen.lib`, reimporting them in `nmigen`;
  * replaces lots of imports from individual parts of `nmigen.hdl`
    with a star import from `nmigen.hdl`;
  * replaces imports in tests with what we expect downstream code
    to use;
  * adds some missing imports in `nmigen.formal`.
This commit is contained in:
whitequark 2019-06-04 08:18:50 +00:00
parent 3194b5c90b
commit 9f643ce005
9 changed files with 19 additions and 26 deletions

View file

@ -0,0 +1 @@
from .cdc import MultiReg