Skip to content

Commit

Permalink
fhdl/verilog/_printinit: initialize undriven Special inputs (bug repo…
Browse files Browse the repository at this point in the history
…rted by Florent Kermarrec)
  • Loading branch information
Sebastien Bourdeauducq committed Apr 11, 2013
1 parent 72ef4b9 commit 75d33a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migen/fhdl/verilog.py
Expand Up @@ -244,7 +244,7 @@ def _printspecials(overrides, specials, ns):

def _printinit(f, ios, ns):
r = ""
signals = list_signals(f) \
signals = (list_signals(f) | list_special_ios(f, True, False, False)) \
- ios \
- list_targets(f) \
- list_special_ios(f, False, True, False)
Expand Down

0 comments on commit 75d33a0

Please sign in to comment.