aboutsummaryrefslogtreecommitdiff
path: root/nmigen_boards/microzed_z010.py
diff options
context:
space:
mode:
Diffstat (limited to 'nmigen_boards/microzed_z010.py')
-rw-r--r--nmigen_boards/microzed_z010.py7
1 files changed, 0 insertions, 7 deletions
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)