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