From 9cb03a3708d40576b6513da453dca4593371ecec Mon Sep 17 00:00:00 2001 From: "Wesley W. Terpstra" Date: Fri, 3 Nov 2017 11:20:08 -0700 Subject: [PATCH] README: update location of built files --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`.