From a25e50157fe75c590f29c49095fcce2122714425 Mon Sep 17 00:00:00 2001
From: Leon Hiemstra <hiemstra@astron.nl>
Date: Fri, 15 Apr 2016 15:43:47 +0000
Subject: [PATCH] small update related to IP generation

---
 boards/uniboard2a/designs/unb2a_minimal/doc/README.txt | 3 +++
 boards/uniboard2a/designs/unb2a_test/doc/README.txt    | 4 +++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/boards/uniboard2a/designs/unb2a_minimal/doc/README.txt b/boards/uniboard2a/designs/unb2a_minimal/doc/README.txt
index 329ca93903..7474149285 100644
--- a/boards/uniboard2a/designs/unb2a_minimal/doc/README.txt
+++ b/boards/uniboard2a/designs/unb2a_minimal/doc/README.txt
@@ -4,6 +4,9 @@ Quick steps to compile and use design [unb2a_minimal] in RadionHDL
 -> In case of a new installation, the IP's have to be generated for Arria10.
    In the: $RADIOHDL/libraries/technology/ip_arria10_e3sge3
    directory; run the bash script: ./generate-all-ip.sh
+   -> The TSE IP gives a lot of critical warnings. To fix them, run this patch:
+      cd $RADIOHDL/libraries/technology/ip_arria10_e3sge3/tse_sgmii_lvds
+      ./run_patch.sh
 
 -> In case of a fresh compilation, delete the build directory.
     rm -r $RADIOHDL/build
diff --git a/boards/uniboard2a/designs/unb2a_test/doc/README.txt b/boards/uniboard2a/designs/unb2a_test/doc/README.txt
index 6c83d76091..e232e3bb7a 100644
--- a/boards/uniboard2a/designs/unb2a_test/doc/README.txt
+++ b/boards/uniboard2a/designs/unb2a_test/doc/README.txt
@@ -27,7 +27,9 @@ The following revisions are available for unb2a_test (see the directories in ../
 -> In case of a new installation, the IP's have to be generated for Arria10. 
    In the: $RADIOHDL/libraries/technology/ip_arria10_e3sge3
    directory; run the bash script: ./generate-all-ip.sh
-
+   -> The TSE IP gives a lot of critical warnings. To fix them, run this patch:
+      cd $RADIOHDL/libraries/technology/ip_arria10_e3sge3/tse_sgmii_lvds
+      ./run_patch.sh
 
 
 
-- 
GitLab