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:
Sean Anderson 2022-08-24 12:27:40 -04:00
parent 592ba14091
commit f18acfc0b0
1 changed files with 1 additions and 1 deletions

View File

@ -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')