Skip to content

Commit

Permalink
examples/psync: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Bourdeauducq committed Feb 23, 2013
1 parent 6abac59 commit c2d54f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/basic/psync.py
Expand Up @@ -9,7 +9,7 @@ def get_fragment(self):
for r in self.regs)
return MultiRegImpl.get_fragment(self) + Fragment(specials=disable_srl)

class XilinxMultiReg(Special):
class XilinxMultiReg:
@staticmethod
def lower(dr):
return XilinxMultiRegImpl(dr.i, dr.idomain, dr.o, dr.odomain, dr.n)
Expand Down

0 comments on commit c2d54f4

Please sign in to comment.