Showing with 1 addition and 1 deletion.
  1. +1 −1 nmigen/hdl/ast.py
@@ -147,7 +147,7 @@ def implies(premise, conclusion):
return ~premise | conclusion

# TODO(nmigen-0.2): move this to nmigen.compat and make it a deprecated extension
@deprecated("instead of `.part`, use `.bit_slip`")
@deprecated("instead of `.part`, use `.bit_select`")
def part(self, offset, width):
return Part(self, offset, width, src_loc_at=1)