Difference between revisions of "SiFive S54 Standard Core Dev Kit"

From SEGGER Wiki
Jump to: navigation, search
(Programming the bitstream)
(Programming the bitstream)
Line 26: Line 26:
 
* '''Select FPGA -> Right-click -> Add Configuration Memory Device'''
 
* '''Select FPGA -> Right-click -> Add Configuration Memory Device'''
 
*;[[File: ARTY-100T_VivadoLAB_AddConfigMem.png | none]]
 
*;[[File: ARTY-100T_VivadoLAB_AddConfigMem.png | none]]
  +
* Select the appropriate flash device as shown in the screenshot below
  +
*;[[File: ARTY-100T_VivadoLAB_SelFlash.png | none]]
 
* Confirm the following dialog with '''OK'''
 
* Confirm the following dialog with '''OK'''
 
*;[[File: ARTY-100T_VivadoLAB_ConfirmProgram.png | none]]
 
*;[[File: ARTY-100T_VivadoLAB_ConfirmProgram.png | none]]

Revision as of 12:29, 21 May 2021

This article describes specifics for the SiFive S54 Standard Core Dev Kit. The SiFive S54 Standard Core Dev Kit implements a SiFive S54 (64-bit RV64) core as a FPGA bitstream that runs on the Digilent ARTY-100T eval board.

Getting the bitstream running

Prerequisites

To program the bitstream:

  • SiFive S54 Standard Core Dev Kit: sifive.com
  • Digilent ARTY-100T FPGA eval board (~200 EUR)
  • Xilinx Vivado LAB (free)
  • Micro USB cable

After the bitstream has been programmed:

Programming the bitstream

In this article, Vivado LAB 2017.2 was used but the steps should be identical / very similar for later versions.

  • Supply power to the ARTY-100T board via the power jack (7V, center positive)
  • Connect the ARTY-100T board via micro USB cable to the computer
  • Start Vivado LAB
  • Click Open Hardware Manager
    ARTY-100T VivadoLAB OpenHWManager.png
  • Click Open Target -> Auto Connect
    ARTY-100T VivadoLAB OpenTarget.png
  • Select FPGA -> Right-click -> Add Configuration Memory Device
    ARTY-100T VivadoLAB AddConfigMem.png
  • Select the appropriate flash device as shown in the screenshot below
    ARTY-100T VivadoLAB SelFlash.png
  • Confirm the following dialog with OK
    ARTY-100T VivadoLAB ConfirmProgram.png
  • Select the MCS file (bitstream) for the S54 from the SiFive dev kit package and set the programming settings
    as shown in the screenshot below and confirm with OK afterwards
    The MCS file for the S54 is located under: sifive_s54_rtl_eval_llama.02.00rc1-general\arty_a7_100t-sifive\design-arty.mcs
    ARTY-100T VivadoLAB ProgSettings.png
  • Wait for about 30 seconds for programming to complete
  • Once programming has finished, confirm the dialog with OK
    ARTY-100T VivadoLAB ProgFinished.png
  • Close Vivado LAB
  • Push the PROG button on the ARTY-100T board to load the bitstream into the FPGA
    (Only needed once after programming. Bitstream is auto-loaded on power cycle of board, from now on)
    ARTY-100T PROGButton.png
  • Wait until the DONE LED lights up again.

Verifying the debug connection