Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 611 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 611 Bytes

FPGA Video Decoder

Design and implementation of a video decoder on an Altera Cyclone V FPGA board.

Design and Processing Elements

  • 3 Cores
  • 4 Mailboxes
  • 1 Read and write DMA
  • 1 2D IDCT HW accelerator
  • 1 Periodic timer

Methods and Tasks

  • Lossless decoding
  • Parallelizing the cores
  • HW accelerators
  • System level HW/SW co-design
  • FPGA resource utilization
  • Memory utilization
  • Inverse discrete cosine transform (IDCT)
  • Scheduling and synchronization
  • Cache coherency

License

MIT © Atakan Efe Kanman