build.res: always return a Pin record.
authorwhitequark <cz@m-labs.hk>
Sat, 1 Jun 2019 16:41:30 +0000 (16:41 +0000)
committerwhitequark <cz@m-labs.hk>
Sat, 1 Jun 2019 16:41:30 +0000 (16:41 +0000)
commitb4b6033cd8acf41ba922a2fc8aee2a565e1b2250
treea5d5fc75baa481a085ff8749d51f04ae23b94469
parente110ac1c575051ce5522835e2a038173bc832754
build.res: always return a Pin record.

In the simple cases, a Pin record consisting of exactly one field
is equivalent in every way to this single field. In the more complex
case however, it can be used as a record, making the code more robust
such that it works with both bidirectional and unidirectional pins.
nmigen/build/res.py
nmigen/test/test_build_res.py