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