amaranth/examples/basic
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
..
alu.py examples: reorganize into examples/basic and examples/board. 2019-06-03 16:17:37 +00:00
alu_hier.py examples: reorganize into examples/basic and examples/board. 2019-06-03 16:17:37 +00:00
arst.py test: generate examples to verilog as part of unit tests. 2019-07-08 10:12:26 +00:00
cdc.py lib.cdc: MultiReg→FFSynchronizer. 2019-09-23 14:18:45 +00:00
ctr.py examples: reorganize into examples/basic and examples/board. 2019-06-03 16:17:37 +00:00
ctr_en.py hdl.xfrm: CEInserter→EnableInserter. 2019-08-12 13:39:26 +00:00
fsm.py hdl.ast: deprecate Signal.{range,enum}. 2019-10-11 13:07:42 +00:00
gpio.py examples: reorganize into examples/basic and examples/board. 2019-06-03 16:17:37 +00:00
inst.py examples: reorganize into examples/basic and examples/board. 2019-06-03 16:17:37 +00:00
mem.py examples: reorganize into examples/basic and examples/board. 2019-06-03 16:17:37 +00:00
pmux.py examples: reorganize into examples/basic and examples/board. 2019-06-03 16:17:37 +00:00
por.py hdl.ast: deprecate Signal.{range,enum}. 2019-10-11 13:07:42 +00:00
uart.py hdl.ast: deprecate Signal.{range,enum}. 2019-10-11 13:07:42 +00:00