hdl.ast: rename Slice.end back to Slice.stop.
authorwhitequark <cz@m-labs.hk>
Sat, 12 Oct 2019 22:40:30 +0000 (22:40 +0000)
committerwhitequark <cz@m-labs.hk>
Sat, 12 Oct 2019 22:40:48 +0000 (22:40 +0000)
commit65d2e7232ae5e5b32f116b15c38b81f0758886f3
tree74608ec45f75d71d73f962c3107cd0ed0c0ca0c8
parent4e79d82bc36755a0c495030d6b32dff53acb5eab
hdl.ast: rename Slice.end back to Slice.stop.

It used to be called .stop in oMigen, and it's also called .stop in
Python range and slice objects, so keep that.
nmigen/back/pysim.py
nmigen/back/rtlil.py
nmigen/compat/fhdl/structure.py
nmigen/hdl/ast.py
nmigen/hdl/xfrm.py
nmigen/test/test_hdl_ast.py