Skip to content

Commit c2d54f4

Browse files
author
Sebastien Bourdeauducq
committedFeb 23, 2013
examples/psync: cleanup
1 parent 6abac59 commit c2d54f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎examples/basic/psync.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def get_fragment(self):
99
for r in self.regs)
1010
return MultiRegImpl.get_fragment(self) + Fragment(specials=disable_srl)
1111

12-
class XilinxMultiReg(Special):
12+
class XilinxMultiReg:
1313
@staticmethod
1414
def lower(dr):
1515
return XilinxMultiRegImpl(dr.i, dr.idomain, dr.o, dr.odomain, dr.n)

0 commit comments

Comments
 (0)
Please sign in to comment.