fhdl/verilog/_printinit: initialize undriven Special inputs (bug reported by Florent Kermarrec)
This commit is contained in:
parent
72ef4b9683
commit
75d33a0c05
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue