Student Name 1:
Student Name 2:
Given the two kernels and the input data, perform 2 2-D convolution on the image. You can add your implementation to Lab3Part1Convolution. Report the resource utilization and cycle counts of your design.
// Copy-paste your implementation here
Write the code that will traverse the matrix from top-left to bottom-right and update each entry of the score matrix.
// Copy-paste your implementation here
Write the code that can traceback from the bottom-right to the top-left of the score matrix. You can add your implementation in Lab3Part2OptimizeHomework. Report the resource utilization and cycle counts of your implementation.
// Copy-paste your implementation here