hdl.ast: normalize case values to two's complement, not signed binary.
[nmigen.git] / tests / test_hdl_ast.py
2020-12-12 whitequarkhdl.ast: normalize case values to two's complement...
2020-11-06 whitequarkhdl.ast: deprecate UserValue in favor of ValueCastable.
2020-11-06 awyglehdl.ast: implement ValueCastable.
2020-08-27 whitequarkhdl.ast: clarify exception message for out of bounds...
2020-08-27 whitequarktests: move out of the main package.