hdl.ast: add Value.xor, mapping to $reduce_xor.
authorwhitequark <whitequark@whitequark.org>
Fri, 13 Sep 2019 14:28:43 +0000 (14:28 +0000)
committerwhitequark <whitequark@whitequark.org>
Fri, 13 Sep 2019 14:29:46 +0000 (14:29 +0000)
commit32310aecad7cbf45c26e7dbd28bb1676453e0920
treeb4ad2a26cf8342597548b90a7279c13d497771d2
parentb23a9794a4cfc5b246cde2b28bc735a98c2eccdc
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