8 lines
207 B
Python
8 lines
207 B
Python
from amaranth.build.dsl import *
|
|
from amaranth.build.dsl import __all__
|
|
|
|
|
|
import warnings
|
|
warnings.warn("instead of nmigen.build.dsl, use amaranth.build.dsl",
|
|
DeprecationWarning, stacklevel=2)
|