From: Jean THOMAS Date: Wed, 22 Jul 2020 21:21:47 +0000 (+0200) Subject: Remove DQSPattern import X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=71012857563024f09b88b594c5f4a79633123fe8;p=gram.git Remove DQSPattern import --- diff --git a/gram/test/test_common.py b/gram/test/test_common.py index 5f954ca..2f0b480 100644 --- a/gram/test/test_common.py +++ b/gram/test/test_common.py @@ -2,7 +2,7 @@ from nmigen import * from nmigen.hdl.ast import Past -from gram.common import DQSPattern, tXXDController +from gram.common import tXXDController from utils import * class tXXDControllerTestCase(FHDLTestCase):