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:
parent
3194b5c90b
commit
9f643ce005
9 changed files with 19 additions and 26 deletions
|
|
@ -0,0 +1 @@
|
|||
from .cdc import MultiReg
|
||||
Loading…
Add table
Add a link
Reference in a new issue