amaranth/examples
whitequark f417725b10 build.res: if not specified, request resource #0.
This markedly differs from oMigen system, which would request
consecutive resources. The difference is deliberate; most resources
are singular, so it does not matter for them, and for resources where
it does matter, which pins are requested should not depend on order
of execution of `platform.request`.
2019-06-03 02:54:17 +00:00
..
alu.py hdl.ir: detect elaboratables that are created but not used. 2019-04-21 08:52:57 +00:00
alu_hier.py hdl.ir: detect elaboratables that are created but not used. 2019-04-21 08:52:57 +00:00
arst.py hdl.ir: detect elaboratables that are created but not used. 2019-04-21 08:52:57 +00:00
blinky.py build.res: if not specified, request resource #0. 2019-06-03 02:54:17 +00:00
cdc.py examples: update for newer API. 2019-01-26 16:25:05 +00:00
ctr.py hdl.ir: detect elaboratables that are created but not used. 2019-04-21 08:52:57 +00:00
ctr_ce.py hdl.ir: detect elaboratables that are created but not used. 2019-04-21 08:52:57 +00:00
fsm.py hdl.ir: detect elaboratables that are created but not used. 2019-04-21 08:52:57 +00:00
gpio.py hdl.ir: detect elaboratables that are created but not used. 2019-04-21 08:52:57 +00:00
inst.py hdl.ir: detect elaboratables that are created but not used. 2019-04-21 08:52:57 +00:00
mem.py hdl.ir: detect elaboratables that are created but not used. 2019-04-21 08:52:57 +00:00
pmux.py hdl.ir: detect elaboratables that are created but not used. 2019-04-21 08:52:57 +00:00
por.py examples.por: fix typo 2019-03-12 02:14:21 +00:00