amaranth/nmigen/compat/fhdl/verilog.py
2021-12-10 10:34:13 +00:00

7 lines
198 B
Python

from amaranth.compat.fhdl.verilog import *
import warnings
warnings.warn("instead of nmigen.compat.fhdl.verilog, use amaranth.compat.fhdl.verilog",
DeprecationWarning, stacklevel=2)