hdl.ast: add Value.xor, mapping to $reduce_xor.
authorwhitequark <cz@m-labs.hk>
Fri, 13 Sep 2019 14:28:43 +0000 (14:28 +0000)
committerwhitequark <cz@m-labs.hk>
Fri, 13 Sep 2019 14:29:46 +0000 (14:29 +0000)
commitdfc2ecd50d15eebf4807c4a042f8a07769ac40c4
treeb4ad2a26cf8342597548b90a7279c13d497771d2
parent6a3072148db6b25b04b4d3a4c05dd2ab8b5db00b
hdl.ast: add Value.xor, mapping to $reduce_xor.

Fixes #147.
nmigen/back/pysim.py
nmigen/hdl/ast.py
nmigen/test/test_hdl_ast.py
nmigen/test/test_sim.py