Thursday, July 28, 2016

Frontend Synthesis and Block Buffer

This week I managed to eliminate the inferred latches in the design by changing the code. The unexpected latches cause a lot of timing problems. Moreover, I implemented a block buffer which takes each row serially and output a 8x8 block serially in the frontend. This block buffer needs a lot of documentation and a complete convertible testbench.

The following days I will try to complete the following uncompleted tasks

1)Include convertible testbenches in the changed designs of my modules.
2)Change pytest settings as Chris mentioned.
3)Complete the blockbuffer module
4) Glue together the backend and the frontend part to complete the encoder!!!
5) Clean up the code and write detailed documentation for each module.

1 comment:

  1. Thanks for enumerating the task you will be working on towards the end.

    ReplyDelete