hdl.ir: accept expanded (kind, name, value) tuples in Instance.
authorwhitequark <cz@m-labs.hk>
Mon, 3 Jun 2019 02:12:01 +0000 (02:12 +0000)
committerwhitequark <cz@m-labs.hk>
Mon, 3 Jun 2019 02:12:01 +0000 (02:12 +0000)
commita43f680141f4f75f927e2c8bddbc139a4c780976
tree41c88ce0a31cd8b5cecba4e056f06092c803a54e
parent731e5d72ca60cc1cd3363d51e582abeffb5e7445
hdl.ir: accept expanded (kind, name, value) tuples in Instance.

This is useful for e.g. programmatically generating parameters
without having to mess with kwargs dicts.
nmigen/hdl/ir.py
nmigen/test/test_hdl_ir.py