7 lines
198 B
Python
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)
|