amaranth/nmigen/lib
whitequark 706bfaf5e1 hdl.ast: deprecate Signal.{range,enum}.
Although constructor methods can improve clarity, there are many
contexts in which it is useful to use range() as a shape: notably
Layout, but also Const and AnyConst/AnyValue. Instead of duplicating
these constructor methods everywhere (which is not even easily
possible for Layout), use casting to Shape, introduced in 6aabdc0a.

Fixes #225.
2019-10-11 13:07:42 +00:00
..
__init__.py Remove nmigen.lib from prelude. 2019-09-06 06:53:06 +00:00
cdc.py Consistently use {!r}, not '{!r}' in diagnostics. 2019-10-11 11:47:42 +00:00
coding.py hdl.ast: deprecate Signal.{range,enum}. 2019-10-11 13:07:42 +00:00
fifo.py hdl.ast: deprecate Signal.{range,enum}. 2019-10-11 13:07:42 +00:00
io.py Consistently use {!r}, not '{!r}' in diagnostics. 2019-10-11 11:47:42 +00:00