TityraCore Z7 SODIMM FPGA

Simple DDR3L Interfacing on TityraCore Z7

11 views December 5, 2024 milna-ms 0

Introduction

Vivado Design Suite by Xilinx is used for synthesis and analysis of HDL designs with additional features for SoC development and high-level synthesis. Xilinx recommends use of Vivado Design Suite for new designs with Ultra scale, Virtex-7, Kintex-7, Artix-7, and Zynq-7000. In this article we will use Vivado to create a basic “DDR3 Memory Test” program for TityraCore  Z7 Development board running on Zynq’s ARM processor. We will also demonstrate use of EMIO for routing peripheral signals to programmable logic.

Prerequisites

To follow this article, you would need the following:

  • Hardware:
    1. TityraCore  Z7 Development board
    2. TityraCore  Z7 carrier
    3. Xilinx Platform Cable II JTAG debugger.
    4. USB Type C Cable.
  • Software:
    1. Xilinx Vivado Design Suite 2024.1
    2. Vitis Classic 2024.1
    3. FT_Prog tool for configuring on-board FT2232H USB Serial converter (download and install from FTDI website)

Let’s get started

The following steps will walk you through the process of creating a new project with Vivado and building a hardware platform with Zynq processing system using IP integrator. This article is written for Numato Lab’s TityraCore  Z7 Development board, but can be adapted to any other Zynq based platform with minor changes. Screenshots are added wherever possible to make the process easier to the reader.

Step 1:

Download and install Vivado Board Support Package files for TityraCore Development Kit from here. Follow the readme in the link on how to install Vivado Board Support Package files for Numato Lab’s boards.

Step 2:

Start Vivado Design Suite, and select “Create New Project” from Quick Start section. The project wizard will pop up.  Press next to proceed with creating the project.

Step 3:

Type in a project name and save it at a convenient location. For this example “Tityra_DDRL” is used as project name, but feel free to use any name. Select the check box below to keep all project files in a single folder. The image below shows the settings for the example project. Click “Next” to continue.

Step 4:

Choose “RTL Project” as project type and check the option “Do not specify sources at this time”.

Step 5:

At the “Default Part” step, select “Boards” and choose Vendor as “numato.com”. Select “TityraCore_D-262” and click “Next”. If TityraCore is not displayed in the boards list, you will need to install the board support files correctly.

Continue the wizard and finish creating the project. When the new project wizard exits, a new project will be opened up in Vivado with the settings you have selected.

Step 6:

Under Flow Navigator, select “Create Block Design” in IP Integrator. Give an appropriate name to design. We will call it “tityra” for example.

Step 7:

Go to Diagram window, right click and select “Add IP” from the popup menu. Search for ZYNQ7 Processing System. Add it to block design by double clicking.

Step 8:

Click on “Run Block Automation” option on the green bar.

Step 9:

In the “Run Block Automation” window, select the options as in image below and click OK.

 

 


Step 10:

Go to “Sources” tab, right click on “tityra” design file and select “Create HDL Wrapper”. Click OK on the window that appears to finish generating wrapper.

Step 11:

Click “Generate Bitstream” under PROGRAM AND DEBUG section and click “Yes” in any subsequent dialog window which comes up.

Step 12:

Once the bitstream is successfully generated, close any “Bitstream Generation Completed” dialog which comes up asking for what to do next.

Go to File -> Export -> Export Hardware…

Check “Include bitstream”, keep “Export to:” default, and click OK.

Step 13:

Finally open Vitis Classic and choose a folder for keeping all the Vitis project files in the single folder.

After Vitis windows opens, click on “Create Application Project” and click “next” on the subsequent window.

Step 14:

To create a new platform for the project, select “create a new platform from hardware (XSA)” and select the XSA file saved using the step 14. Type in a project name, leave other options as default and click “Next”. In the next window, select “Memory Tests” template and click “Finish”.

 

Step 15:

Once the project is created build the project manually.

Once the build is complete successfully, power up TityraCore Z7 development board and connect Xilinx Platform USB cable and Micro USB cable for Serial debugging to the board. Make sure to change the TityraCore’s Boot Mode to JTAG in the carrier. Please refer to user manual to learn more about configuring Tityra’s Boot Mode.

Step 16:

Program the board by selecting Vitis -> Program Device -> Program. Click Program in the window that opens up.

Step 17:

Open any serial terminal program (such as PuTTY, Teraterm etc) and open the port corresponding to TityraCore at 115200 baudrate.

Step 18:

After FPGA is successfully programmed, right click on the executable .elf file of our Memory test program, go to Run As -> 1 Launch on Hardware (Single Application Debug), as shown in image below:

If everything went well, the application running on the board should print the following information over the UART and should be displayed on the Serial Terminal application.

Was this helpful?

Leave A Comment
*
*