Implement RFC 63: Remove amaranth.lib.coding
This commit is contained in:
parent
8c02d3ef89
commit
7fe62f810b
3 changed files with 17 additions and 2 deletions
|
|
@ -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 *
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue