Project TRA: Data-Flow-Graphs Transformations

This project is a compulsory part of the examination for the Implementation of Digital Signal Processing course at the University of Twente. The goals of this project are:

Preliminaries

This project is a continuation of Project MAP. The DFG to be used is the second-order IIR filter of that project. For the Arx exercises, the files provided for Project MAP should be used as a starting point including the values for the filter coefficients.

Exercise TRA-1: One-Step Look-Ahead Transformation

Apply a one-step look-ahead transformation to the original filter. Try to preserve the topology of the DFG as much as possible (given the fact that the original graph has a direct-form II structure, this means that the same structure should be recognizable in the transformed DFG).

Assuming, as usual, that a multiplication requires two clock cycles and an addition one, comment on the effects of the transformation on the critical path and the critical loop.

Exercise TRA-2: Data-Flow Verification

Verify the correctness of your solution for TRA-1 by creating a model in Arx and simulating it. Use the data-flow coding style as in file sec_df2.arx for this purpose. It may happen that the output produced by your solution is slightly different from the output stream produced by the original DFG (why?). Plot this difference in a graph.

Exercise TRA-3: Overlapped Scheduling after Look-Ahead Transformation

Implement the DFG using a rate-optimal overlapped schedule. In MAP-2, the latency was given. Here, you are invited to minimize the latency as a secondary goal (your primary goal being to minimize the number of FUs given the rate-optimal execution speed). First, create a paper design as in Exercises MAP-1 and MAP-2. Then, implement this design in Arx in order to verify its correctness. A necessary condition for correctness is that the output files produced after the simulations of TRA-2 and TRA-3 are identical (except for some possible time shift in the output sequence).

After having observed that the implementation has the expected output, synthesize the new design. Comment on the results comparing the new performance figures to the area and time numbers as reported in Exercise MAP-7.

Deliverables

Write a short report always motivating your choices and explaining the way you have reached your answers. Do not be verbose. In particular, do not copy the entire project description in your report. On the other hand, be as complete as possible providing details of your solutions by means of diagrams, (data-flow) graphs, tables, etc.

For Exercises involving Arx, supply the Arx code written by you, waveforms obtained from VHDL or C++ simulations (when applicable), Matlab plots, synthesis results, etc.

Grading


Go (back) to  Sabih's Home Page.
Last update on: Thu Apr 14 15:06:21 CEST 2022 by Sabih Gerez.