aboutsummaryrefslogtreecommitdiff
path: root/nmigen_boards/microzed_z020.py
diff options
context:
space:
mode:
Diffstat (limited to 'nmigen_boards/microzed_z020.py')
-rw-r--r--nmigen_boards/microzed_z020.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/nmigen_boards/microzed_z020.py b/nmigen_boards/microzed_z020.py
deleted file mode 100644
index 1aba0f3..0000000
--- a/nmigen_boards/microzed_z020.py
+++ /dev/null
@@ -1,7 +0,0 @@
-from amaranth_boards.microzed_z020 import *
-from amaranth_boards.microzed_z020 import __all__
-
-
-import warnings
-warnings.warn("instead of nmigen_boards.microzed_z020, use amaranth_boards.microzed_z020",
- DeprecationWarning, stacklevel=2)