diff options
| author | whitequark <whitequark@whitequark.org> | 2021-12-10 07:38:00 +0000 |
|---|---|---|
| committer | whitequark <whitequark@whitequark.org> | 2021-12-10 08:30:37 +0000 |
| commit | b968cfade961a329c26035ef8bfdf3058e95a9f1 (patch) | |
| tree | 94891b950cb0547868877027230ff09b9cb56d4a /nmigen_boards/resources/__init__.py | |
| parent | bd7fdd379d8b28f8b542f251a11ca28297e8fd6f (diff) | |
Rename nMigen to Amaranth HDL.
Diffstat (limited to 'nmigen_boards/resources/__init__.py')
| -rw-r--r-- | nmigen_boards/resources/__init__.py | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/nmigen_boards/resources/__init__.py b/nmigen_boards/resources/__init__.py index 531eb5e..6d28881 100644 --- a/nmigen_boards/resources/__init__.py +++ b/nmigen_boards/resources/__init__.py @@ -1,4 +1,6 @@ -from .display import * -from .interface import * -from .memory import * -from .user import * +from amaranth_boards.resources import * + + +import warnings +warnings.warn("instead of nmigen_boards.resources, use amaranth_boards.resources", + DeprecationWarning, stacklevel=2) |
