Skip to content

Commit 3e99ee4

Browse files
committed
remove stray space (line 468) and unused imports in _lattice_nexus.py
1 parent 750a0ab commit 3e99ee4

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

amaranth/vendor/_lattice_nexus.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@
44
from ..hdl import *
55
from ..build import *
66

7-
from collections import namedtuple
8-
import logging
9-
import math
10-
import pprint
11-
from math import log, log10, exp, pi
12-
from cmath import phase
13-
147
__all__ = ["LatticeNexusPlatform"]
158

169
class LatticeNexusPlatform(TemplatedPlatform):
@@ -455,7 +448,7 @@ def get_iddrx2(sclk, eclk, d, q0, q1, q2, q3):
455448
o_Q1=q1[bit],
456449
o_Q2=q2[bit],
457450
o_Q3=q3[bit],
458-
)
451+
)
459452

460453
def get_iddr71(sclk, eclk, d, q0, q1, q2, q3, q4, q5, q6):
461454
for bit in range(len(d)):

0 commit comments

Comments
 (0)