Merge branch 'master' of github.com:m-labs/migen
This commit is contained in:
commit
a7e4907724
|
@ -275,7 +275,7 @@ def _printinit(f, ios, ns):
|
||||||
signals = (list_signals(f) | list_special_ios(f, True, False, False)) \
|
signals = (list_signals(f) | list_special_ios(f, True, False, False)) \
|
||||||
- ios \
|
- ios \
|
||||||
- list_targets(f) \
|
- list_targets(f) \
|
||||||
- list_special_ios(f, False, True, False)
|
- list_special_ios(f, False, True, True)
|
||||||
if signals:
|
if signals:
|
||||||
r += "initial begin\n"
|
r += "initial begin\n"
|
||||||
for s in sorted(signals, key=lambda x: x.huid):
|
for s in sorted(signals, key=lambda x: x.huid):
|
||||||
|
|
Loading…
Reference in New Issue