Student Name 1:
Student Name 2:
Please attach your modified app in the ```scala session. Your answer:
// Copy-paste your implementation here
-
Simulate the app using Scala and VCS simulation. Report on the simulation result.
-
Synthesize the design and run on the FPGA. Report the number of cycles needed for the design.
-
Report the resource utilization of your design.
- Reimplement the example in Part 2 using FIFO. You can leave your implementation under Lab1Part4FIFOExample. Your implementation:
// Copy-paste your implementation here
-
Run Scala simulation and VCS simulation. Report the results of VCS simulation.
-
Synthesize the design and run it on the board. Report the number of cycles for running the design.
-
Check the utilization report. Report the resource utilization of your design.
- Use Fold controller to calculate the sum of an element. You can leave your implementation in Lab1Part6FoldExample.
Your implementation
// Copy-paste your implementation here
- Please tell us what works and what doesn't for this lab: