Skip to content

Latest commit

 

History

History
65 lines (43 loc) · 2.91 KB

readme.md

File metadata and controls

65 lines (43 loc) · 2.91 KB

FRED Static Part

This repo contains an example design of the static part of the FRED design, considering a two reconfigurable regions. The design is fully automated with TCL scripts so you dont need to save the entire Vivado design. The project is setup for PYNQ board, although it would be easy to change to other boards assuming you have some basic TCL skills.

FRED static part

This is an image of the block design of the FRED static part.

FRED static part block design

Utilization report

The following report includes two memcpy IPs and it considers the board PYNQ-Z1 (xc7z020clg400-1).

Site Type Used Fixed Available Util%
Slice LUTs* 4344 0 53200 8.17
LUT as Logic 4012 0 53200 7.54
LUT as Memory 332 0 17400 1.91
LUT as Distributed RAM 10 0
LUT as Shift Register 322 0
Slice Registers 5809 0 106400 5.46
Register as Flip Flop 5809 0 106400 5.46
Register as Latch 0 0 106400 0.00
F7 Muxes 0 0 26600 0.00
F8 Muxes 0 0 13300 0.00

How to run it

These scripts are assuming Linux operation system (Ubuntu 18.04) and Vivado 2019.2.

Follow these instructions to recreate the Vivado and SDK projects:

  • Open the build.tcl script and edit the first lines to setup these environment variables:
    • VIVADO_DESIGN_NAME: mandatory name of the design;
    • VIVADO_TOP_NAME: set the top name (optional);
    • VIVADO_SYN_STEP: the DART compatible boards: pynq or zynq.
  • run the following command in the terminal:
$ vivado -mode batch -source build.tcl

These scripts will recreate the entire Vivado project and synthesize the design.

This design generates the bitstream of FRED static part and three report files called: power.rpt, timing.rpt, and utilization.rpt.

Authors

  • Alexandre Amory (April 2021), ReTiS Lab, Scuola Sant'Anna, Pisa, Italy.

Credits

Please refer to the original Vivado template for more information or to start a new project with this similar structure.

How to Use Vivado

Vipin Kizheppatt provides a great set of more than 70 extremely didatic videos. As a personal experience, I would strongly suggest that as a starting point.

Funding

This tool has been developed in the context of the AMPERE project. This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 871669.