diff options
Diffstat (limited to 'nmigen_boards/resources')
| -rw-r--r-- | nmigen_boards/resources/__init__.py | 6 | ||||
| -rw-r--r-- | nmigen_boards/resources/display.py | 7 | ||||
| -rw-r--r-- | nmigen_boards/resources/interface.py | 7 | ||||
| -rw-r--r-- | nmigen_boards/resources/memory.py | 7 | ||||
| -rw-r--r-- | nmigen_boards/resources/user.py | 7 |
5 files changed, 0 insertions, 34 deletions
diff --git a/nmigen_boards/resources/__init__.py b/nmigen_boards/resources/__init__.py deleted file mode 100644 index 6d28881..0000000 --- a/nmigen_boards/resources/__init__.py +++ /dev/null @@ -1,6 +0,0 @@ -from amaranth_boards.resources import * - - -import warnings -warnings.warn("instead of nmigen_boards.resources, use amaranth_boards.resources", - DeprecationWarning, stacklevel=2) diff --git a/nmigen_boards/resources/display.py b/nmigen_boards/resources/display.py deleted file mode 100644 index da3db1a..0000000 --- a/nmigen_boards/resources/display.py +++ /dev/null @@ -1,7 +0,0 @@ -from amaranth_boards.resources.display import * -from amaranth_boards.resources.display import __all__ - - -import warnings -warnings.warn("instead of nmigen_boards.resources.display, use amaranth_boards.resources.display", - DeprecationWarning, stacklevel=2) diff --git a/nmigen_boards/resources/interface.py b/nmigen_boards/resources/interface.py deleted file mode 100644 index 3438c24..0000000 --- a/nmigen_boards/resources/interface.py +++ /dev/null @@ -1,7 +0,0 @@ -from amaranth_boards.resources.interface import * -from amaranth_boards.resources.interface import __all__ - - -import warnings -warnings.warn("instead of nmigen_boards.resources.interface, use amaranth_boards.resources.interface", - DeprecationWarning, stacklevel=2) diff --git a/nmigen_boards/resources/memory.py b/nmigen_boards/resources/memory.py deleted file mode 100644 index 78588f3..0000000 --- a/nmigen_boards/resources/memory.py +++ /dev/null @@ -1,7 +0,0 @@ -from amaranth_boards.resources.memory import * -from amaranth_boards.resources.memory import __all__ - - -import warnings -warnings.warn("instead of nmigen_boards.resources.memory, use amaranth_boards.resources.memory", - DeprecationWarning, stacklevel=2) diff --git a/nmigen_boards/resources/user.py b/nmigen_boards/resources/user.py deleted file mode 100644 index 237909a..0000000 --- a/nmigen_boards/resources/user.py +++ /dev/null @@ -1,7 +0,0 @@ -from amaranth_boards.resources.user import * -from amaranth_boards.resources.user import __all__ - - -import warnings -warnings.warn("instead of nmigen_boards.resources.user, use amaranth_boards.resources.user", - DeprecationWarning, stacklevel=2) |
