hdl.ast: deprecate shapes like `(1, True)` in favor of `signed(1)`.
authorwhitequark <cz@m-labs.hk>
Fri, 11 Oct 2019 13:22:08 +0000 (13:22 +0000)
committerwhitequark <cz@m-labs.hk>
Fri, 11 Oct 2019 13:22:08 +0000 (13:22 +0000)
commit45f13f5ea6756d8038126d8e6b848c48ec7aa021
tree15670299554f435dbc4c94bb9b32f3b4f1f0832b
parentee4c768413ce142d12400ad5c6697f614539f6e9
hdl.ast: deprecate shapes like `(1, True)` in favor of `signed(1)`.

This is a great improvement in clarity.
nmigen/back/rtlil.py
nmigen/hdl/ast.py
nmigen/hdl/rec.py
nmigen/test/compat/test_size.py
nmigen/test/test_hdl_ast.py
nmigen/test/test_hdl_rec.py