tb: pcs: Import things explicitly
Instead of using a wildcard, import used members explicitly. This is more tenable now that we don't have to import all the valids separately. Signed-off-by: Sean Anderson <seanga2@gmail.com>
This commit is contained in:
parent
592ba14091
commit
f18acfc0b0
|
@ -10,7 +10,7 @@ from cocotb.regression import TestFactory
|
|||
from cocotb.triggers import ClockCycles, Edge, RisingEdge, FallingEdge, Timer
|
||||
from cocotb.types import LogicArray
|
||||
|
||||
from .util import *
|
||||
from .util import alist, classproperty, ReverseList, send_recovered_bits, timeout, with_valids
|
||||
|
||||
class Code(enum.Enum):
|
||||
_0 = (0b11110, '0')
|
||||
|
|
Loading…
Reference in New Issue