Report Format Example: Design Specification
Report Format Example: Design Specification
Write down the specification of your design: desired functions, system characteristics,
inputs, outputs and related bit widths. The name should be the same as what you use in
the design files.
For a 4-bit absolute value calculator:
Input: a[3:0].
Output: da[3:0].
4
ABS
da
Design Implementation
Derive the related logic functions and/or draw the related logic diagram.
Logic function:
a[3] is sign bit. If a[3]=0, a positive, da=a. If a[3]=1, a negative,
da={a[3],a[2],a[1],a[0]}+4b0001.
da={a[3]^a[3],a[3]^a[2],a[3]^a[1],a[3]^a[0]}+{3b000,a[3]}
Discussion
Record the thoughts you have throughout this experiment.
Explains why the results came out as you expected, or the things went wrong if they did
go wrong.
Analyze and explain the experiment results, including any thoughts, comments, or
suggestions related to this experiment.
Conclusion
Summarize what you have learned after finishing this experiment.
References
Fall, 2015
Write down what you have found for this lab. Do not just write the URL or title of the
references but write down something your have learned from the references.
Fall, 2015