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

From SEGGER Wiki
Jump to: navigation, search
(Programming the bitstream)
(Programming the bitstream)
Line 16: Line 16:
   
 
== Programming the bitstream ==
 
== Programming the bitstream ==
  +
In this article, Vivado LAB 2017.2 was used but the steps should be identical / very similar for later versions.
The MCS file is located under: sifive_s54_rtl_eval_llama.02.00rc1-general\arty_a7_100t-sifive\design-arty.mcs
 
  +
* 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
For the general procedure to program the bitstream, please follow the steps in this article:
 
  +
* Start Vivado LAB
 
  +
* Click '''Open Hardware Manager'''
[[Program bitstream into AVNET ARTYA7 board]]
 
  +
*;[[File: ARTY-100T_VivadoLAB_OpenHWManager.png | none]]
  +
* Click '''Open Target -> Auto Connect'''
  +
*;[[File: ARTY-100T_VivadoLAB_OpenTarget.png | none]]
  +
* '''Select FPGA -> Right-click -> Add Configuration Memory Device'''
  +
*;[[File: ARTY-100T_VivadoLAB_AddConfigMem.png | none]]
  +
* Confirm the following dialog with '''OK'''
  +
*;[[File: ARTY-100T_VivadoLAB_ConfirmProgram.png | none]]
  +
* Select the MCS file (bitstream) for the S54 from the SiFive dev kit package and set the programming settings<br />as shown in the screenshot below and confirm with '''OK''' afterwards<br />The MCS file for the S54 is located under: sifive_s54_rtl_eval_llama.02.00rc1-general\arty_a7_100t-sifive\design-arty.mcs
  +
*;[[File: ARTY-100T_VivadoLAB_ProgSettings.png | none]]
  +
* Wait for about 30 seconds for programming to complete
  +
* Once programming has finished, confirm the dialog with '''OK'''
  +
*;[[File: ARTY-100T_VivadoLAB_ProgFinished.png | none]]
  +
* Close Vivado LAB
  +
* Push the PROG button on the ARTY-100T board to load the bitstream into the FPGA<br />(Only needed once after programming. Bitstream is auto-loaded on power cycle of board, from now on)
  +
*;[[File: ARTY-100T_PROGButton.png | none]]
  +
* Wait until the DONE LED lights up again.
   
 
== Verifying the debug connection ==
 
== Verifying the debug connection ==

Revision as of 12:28, 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
  • 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