diff --git a/boards/uniboard2a/designs/unb2a_minimal/doc/README.txt b/boards/uniboard2a/designs/unb2a_minimal/doc/README.txt index 329ca9390383bde9d672c36810082ceae4808768..74741492850c02e1dfb5133bd340de3349d8b03a 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 6c83d76091204057c694344e231739bbfb1bdae6..e232e3bb7a2e1a0c9b3aa8c33dd155c6436589ae 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