hdl.ast: actually implement the // operator.
authorwhitequark <cz@m-labs.hk>
Sat, 28 Sep 2019 19:33:24 +0000 (19:33 +0000)
committerwhitequark <cz@m-labs.hk>
Sat, 28 Sep 2019 19:33:24 +0000 (19:33 +0000)
commitb36e07962d0b29053c3701e256cd889c3c6e233c
tree48de9973401f1c8e03ca6f847052aadacc896852
parent72c3e32f909344a57b182c41c2ede71dc5633f15
hdl.ast: actually implement the // operator.
nmigen/back/pysim.py
nmigen/back/rtlil.py
nmigen/hdl/ast.py
nmigen/test/test_hdl_ast.py
nmigen/test/test_sim.py