add redirection of __Slice__ to allow overrides for advanced behaviour
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 10 Oct 2021 11:33:49 +0000 (12:33 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 10 Oct 2021 11:33:49 +0000 (12:33 +0100)
commitccfd17f885a34062bbe2bd155a4a71690f5827c6
tree696d603e97815aa31ef3ab6f73474ac5bd67e55d
parent6e7329d5cc593e05dfcb1f770a9cd878226a44ce
add redirection of __Slice__ to allow overrides for advanced behaviour
    without changing fundamental language characteristics or semantics of nmigen
    https://bugs.libre-soc.org/show_bug.cgi?id=458
nmigen/back/rtlil.py
nmigen/hdl/ast.py
nmigen/hdl/xfrm.py
tests/test_hdl_ast.py