From 70cafaff98f58bf99138ccd848a630974da7d88e Mon Sep 17 00:00:00 2001 From: Catherine Date: Fri, 3 Feb 2023 05:35:40 +0000 Subject: Remove the deprecated `nmigen_boards` namespace. --- nmigen_boards/microzed_z010.py | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 nmigen_boards/microzed_z010.py (limited to 'nmigen_boards/microzed_z010.py') diff --git a/nmigen_boards/microzed_z010.py b/nmigen_boards/microzed_z010.py deleted file mode 100644 index b65074c..0000000 --- a/nmigen_boards/microzed_z010.py +++ /dev/null @@ -1,7 +0,0 @@ -from amaranth_boards.microzed_z010 import * -from amaranth_boards.microzed_z010 import __all__ - - -import warnings -warnings.warn("instead of nmigen_boards.microzed_z010, use amaranth_boards.microzed_z010", - DeprecationWarning, stacklevel=2) -- cgit v1.2.3