From b94d64358a3500f387301d9ced872622b4dbb57c Mon Sep 17 00:00:00 2001 From: dkohlbre Date: Wed, 3 Jun 2020 13:24:45 -0700 Subject: [PATCH] Corrected typo on commit hash for FPGA build instructions (#185) --- KEYSTONE-FPGA.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/KEYSTONE-FPGA.md b/KEYSTONE-FPGA.md index 8bc7220a7..3befdf2f2 100755 --- a/KEYSTONE-FPGA.md +++ b/KEYSTONE-FPGA.md @@ -138,7 +138,7 @@ Git clone and checkout the SiFive freedom: ```sh $ git clone https://github.com/sifive/freedom.git $ cd freedom/ -$ git checkout 37207f100227f4c34994db067b5fea3e383299ce0 +$ git checkout 37207f100227f4c34994db067b5fea3e383299ce $ git submodule update --init --recursive ``` @@ -184,7 +184,7 @@ $ export PATH=${PATH}:/opt/Xilinx/Vivado/2016.4/bin:${RISCV}/bin From the top folder of freedom: -This is for generate the verilog file: +This is for generate the verilog file: ```sh $ make BOOTROM_DIR=`pwd`/bootrom/freedom-u540-c000-bootloader -f Makefile.vc707-u500devkit verilog -j`nproc` ```