Skip to content

Commit

Permalink
fhdl/verilog: lower complex slices before reset insertion
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Bourdeauducq committed Jun 30, 2013
1 parent ded5e56 commit 71b89e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions migen/fhdl/verilog.py
Expand Up @@ -302,6 +302,7 @@ def convert(f, ios=None, name="top",
else:
raise KeyError("Unresolved clock domain: '"+cd_name+"'")

f = lower_complex_slices(f)
_insert_resets(f)
f = lower_basics(f)
fs, lowered_specials = _lower_specials(special_overrides, f.specials)
Expand Down

0 comments on commit 71b89e4

Please sign in to comment.