From: Wesley W. Terpstra Date: Fri, 3 Nov 2017 18:20:08 +0000 (-0700) Subject: README: update location of built files X-Git-Url: https://git.libre-soc.org/?p=freedom-sifive.git;a=commitdiff_plain;h=9cb03a3708d40576b6513da453dca4593371ecec README: update location of built files --- diff --git a/README.md b/README.md index 2498750..940b3d0 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ $ make -f Makefile.e300artydevkit verilog $ make -f Makefile.e300artydevkit mcs ``` -These will place the files under `builds/e300artydevkit`. +These will place the files under `builds/e300artydevkit/obj`. Note that in order to run the `mcs` target, you need to have the `vivado` executable on your `PATH`. @@ -77,7 +77,7 @@ $ make -f Makefile.u500vc707devkit verilog $ make -f Makefile.u500vc707devkit mcs ``` -These will place the files under `builds/u500vc707devkit`. +These will place the files under `builds/u500vc707devkit/obj`. Note that in order to run the `mcs` target, you need to have the `vivado` executable on your `PATH`.