hdl.ast: don't inherit Shape from NamedTuple.
authorawygle <awygle@gmail.com>
Tue, 7 Jul 2020 05:17:03 +0000 (22:17 -0700)
committerGitHub <noreply@github.com>
Tue, 7 Jul 2020 05:17:03 +0000 (05:17 +0000)
commit659b0e8189fdf99be678d5713259ba59726d991b
tree6f74e96e7f284ef41a123bf473c46f8a6099b83c
parentcee43f0de14020e91c047808f0ea092d92841c76
hdl.ast: don't inherit Shape from NamedTuple.

Fixes #421.
nmigen/hdl/ast.py
nmigen/test/test_hdl_ast.py