Wednesday, August 17, 2016

Work Product

In the following post is summarized the overall work that has been done during the GSoC.

Completed Work

  1.  Color Space Conversion Module with parallel inputs and parallel outputs interface
  2. Color Space Conversion Module with serial inputs and serial outputs interface
  3. 1D-DCT Module
  4. 2D-DCT Module
  5. Zig-Zag Scan Module
  6. Complete Frontend Part of the Encoder
  7. Block Buffer
  8. Input Block Buffer
All the above modules except 7 and 8 are merged in the main repository. Each module is verified for it's correct behavior with a software reference and additional MyHDL and vhdl/verilog convertible testbenches created for each module. All the modules are modular and scalable in terms of the NxN blocks which they can process and the fractional bits for the fixed point computations which they can handle. The documentation for the overall project is here and could be created using make html. Also, the documentation can be seen online here.The documentation includes the description for each module, interface, testbench and additionally the coverage results for each module and the synthesis results for the complete frontend part.

Github Links

      1. https://github.com/jandecaluwe/myhdl/pull/156
      2. https://github.com/cfelton/test_jpeg/pull/33
      3. https://github.com/mkatsimpris/test_jpeg/pull/2
      4. https://github.com/mkatsimpris/test_jpeg/pull/3
      5. https://github.com/cfelton/test_jpeg/pull/12
      6. https://github.com/mkatsimpris/test_jpeg/pull/4
      7. https://github.com/cfelton/test_jpeg/pull/13
      8. https://github.com/mkatsimpris/test_jpeg/pull/5
      9. https://github.com/cfelton/test_jpeg/pull/18
      10. https://github.com/cfelton/test_jpeg/pull/23
      11. https://github.com/cfelton/test_jpeg/pull/35
      12. https://github.com/cfelton/test_jpeg/pull/39
      13. https://github.com/cfelton/test_jpeg/pull/41

  • List of all PRs in the main repo: here

No comments:

Post a Comment