Implement RFC 63: Remove amaranth.lib.coding

This commit is contained in:
Wanda 2024-04-11 00:44:42 +02:00 committed by Catherine
parent 8c02d3ef89
commit 7fe62f810b
3 changed files with 17 additions and 2 deletions

View file

@ -1,6 +1,10 @@
import warnings
from amaranth.hdl import *
from amaranth.sim import *
from amaranth.lib.coding import *
with warnings.catch_warnings():
warnings.filterwarnings(action="ignore", category=DeprecationWarning)
from amaranth.lib.coding import *
from .utils import *