Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 632 Bytes

applications.md

File metadata and controls

30 lines (20 loc) · 632 Bytes

Applications

One good way to find useful things to do, it to look into mobile phone SoC architecture and try to re-implement some of the IP cores.

Simple

Simple useful things, which are likely to be part of cell libraries to be building blocks for larger parts.

Combinatoric:

Sequential:

  • counter
  • power of 2 frequency divider with counter

Complex

Real super complex projects that companies get into:

  • CPU
  • GPU
  • video codec, e.g. MPEG
  • signal processing. TODO: what exactly is implemented?
  • Bitcoin mining