amaranth/examples
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
..
basic hdl.ast: deprecate Signal.{range,enum}. 2019-10-11 13:07:42 +00:00
board examples: update blinky, add some explanatory text about domains. 2019-10-09 23:19:28 +00:00