This website requires JavaScript.
Explore
Help
Sign In
usb-tools
/
amaranth
Watch
1
Star
0
Fork
You've already forked amaranth
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
Wiki
Activity
2423eabc15
amaranth
/
nmigen
/
lib
/
__init__.py
2 lines
26 B
Python
Raw
Normal View
History
Unescape
Escape
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`.
2019-06-04 02:18:50 -06:00
from
.
cdc
import
MultiReg
Reference in a new issue
Copy permalink