Skip to content

Commit

Permalink
Corrected typo on commit hash for FPGA build instructions (keystone-e…
Browse files Browse the repository at this point in the history
  • Loading branch information
dkohlbre authored Jun 3, 2020
1 parent a3094b9 commit b94d643
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions KEYSTONE-FPGA.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down Expand Up @@ -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`
```
Expand Down

0 comments on commit b94d643

Please sign in to comment.