hdl.ast: add Value.{any,all}, mapping to $reduce_{or,and}.
authorwhitequark <whitequark@whitequark.org>
Fri, 13 Sep 2019 13:14:52 +0000 (13:14 +0000)
committerwhitequark <whitequark@whitequark.org>
Fri, 13 Sep 2019 13:14:52 +0000 (13:14 +0000)
commitb23a9794a4cfc5b246cde2b28bc735a98c2eccdc
treec5746935e611b4af92c7dd97745ec2577fa97c35
parentbdb70ad45f71b55ce8d02f329b51ee38970a5642
hdl.ast: add Value.{any,all}, mapping to $reduce_{or,and}.

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