add test in Repl where integers are passed in as the Value. they end up being
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 30 Sep 2021 12:59:02 +0000 (13:59 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 30 Sep 2021 12:59:02 +0000 (13:59 +0100)
commitc90a275bc704df2c1704c65970838bb5e893dab7
tree838054eb58b64f82993538aa21c5f66aadd31cd0
parentd15841126c390f5981651872e0eb5d5bf0e7b28f
add test in Repl where integers are passed in as the Value.  they end up being
passed to Const which ascertains how much space is needed.

for proper Type 1 (ast) nmigen language abstraction, a test is needed
(similar to the one in ast.Mux for bool) which converts *only* integers
to Value, preserving existing behaviour.  there was no unit test for
this case
nmigen/hdl/ast.py
tests/test_hdl_ast.py