amaranth/examples/basic
whitequark 2b92f12016 examples: add concise UART example.
This example uses shift registers and counters instead of an explicit
FSM, which makes it very compact in terms of generated logic, and
more concise too.
2019-06-27 04:51:45 +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 examples: reorganize into examples/basic and examples/board. 2019-06-03 16:17:37 +00:00
cdc.py examples: reorganize into examples/basic and examples/board. 2019-06-03 16:17:37 +00:00
ctr.py examples: reorganize into examples/basic and examples/board. 2019-06-03 16:17:37 +00:00
ctr_ce.py examples: reorganize into examples/basic and examples/board. 2019-06-03 16:17:37 +00:00
fsm.py examples: reorganize into examples/basic and examples/board. 2019-06-03 16:17:37 +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 examples: reorganize into examples/basic and examples/board. 2019-06-03 16:17:37 +00:00
uart.py examples: add concise UART example. 2019-06-27 04:51:45 +00:00