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