(Experimental) Xilinx Alveo U250 Vitis-based Getting Started Guide
The getting started guides that follow this page will walk you through the complete (Vitis-based) flow for getting an example FireSim simulation up and running using an on-premises Xilinx Alveo U250 FPGA, from scratch.
Make sure you have run/done the steps listed in Local FPGA System Setup before running this guide.
First, we’ll set up your environment, then run a simulation of a single RISC-V Rocket-based SoC booting Linux, using a pre-built bitstream. Next, we’ll show you how to build your own FPGA bitstreams for a custom hardware design. After you complete these guides, you can look at the “Advanced Docs” in the sidebar to the left.
Note
This section uses ${CY_DIR} and ${FS_DIR} to refer to the Chipyard and FireSim directories. These are set when sourcing the Chipyard and FireSim environments.
Here’s a high-level outline of what we’ll be doing in this guide:
FPGA Setup: Installing the FPGA board and relevant software.
On-Premises Machine Setup
Setting up a “Manager Machine” from which you will coordinate building and deploying simulations locally.
Single-node simulation guide: This guide walks you through the process of running a simulation locally on a single Xilinx Alveo U250, using a pre-built, public bitstream.
Building your own hardware designs guide (Chisel to FPGA Image): This guide walks you through the full process of taking Rocket Chip RTL and any custom RTL plugged into Rocket Chip and producing a FireSim bitstream to plug into your simulations. This automatically runs Chisel elaboration, FAME-1 Transformation, and the Xilinx Vitis FPGA flow.
Generally speaking, you only need to follow Step 4 if you’re modifying Chisel RTL or changing non-runtime configurable hardware parameters.