Skip to content

Commit

Permalink
genlib/cdc/MultiReg: output clock domain defaults to sys
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Bourdeauducq committed Mar 21, 2013
1 parent b38818e commit a94bf3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migen/genlib/cdc.py
Expand Up @@ -23,7 +23,7 @@ def get_fragment(self):
return Fragment(comb, {self.odomain: o_sync})

class MultiReg(Special):
def __init__(self, i, o, odomain, n=2):
def __init__(self, i, o, odomain="sys", n=2):
Special.__init__(self)
self.i = i
self.o = o
Expand Down

0 comments on commit a94bf3b

Please sign in to comment.