fhdl/verilog: avoid reg initialization in printheader when reset is not an int.
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Fri, 10 Apr 2015 15:18:07 +0000 (17:18 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Fri, 10 Apr 2015 15:18:07 +0000 (17:18 +0200)
commitff23960657faccf656f0f4f9d749194dc180e6c4
tree290eb4de182512a22c9a9f09fa918d2597c0d4f3
parent181aeb4791a563cc72143ab387d8d5f1e0d0147d
fhdl/verilog: avoid reg initialization in printheader when reset is not an int.

We should be able to reset a signal with the value of another one. Without this change it's not possible to do so since synthesis tools do not support initializing a signal from another one.
migen/fhdl/verilog.py