From 0e77cb9d8729600008d534c5321ff1daa33998d0 Mon Sep 17 00:00:00 2001 From: Henry Styles Date: Fri, 6 Apr 2018 10:54:03 -0700 Subject: [PATCH] U500 VC707 FPGA Dev Kit : update required Vivado version from 2016.1 to 2016.4 to fix synthesis bug effecting debug module --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f1d22ac..231f627 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ $ make -f Makefile.e300artydevkit verilog $ make -f Makefile.e300artydevkit mcs ``` -Note: This flow requires vivado 2017.1. Old versions are known to fail. +Note: This flow requires Vivado 2017.1. Old versions are known to fail. These will place the files under `builds/e300artydevkit/obj`. @@ -82,7 +82,7 @@ $ make -f Makefile.u500vc707devkit verilog $ make -f Makefile.u500vc707devkit mcs ``` -Note: This flow requires vivado 2016.1. Newer versions are known to fail. +Note: This flow requires Vivado 2016.4. Newer versions are known to fail. These will place the files under `builds/u500vc707devkit/obj`.