Skip to content
Snippets Groups Projects
Commit a25e5015 authored by Kenneth Hiemstra's avatar Kenneth Hiemstra
Browse files

small update related to IP generation

parent 83277d55
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,9 @@ Quick steps to compile and use design [unb2a_minimal] in RadionHDL ...@@ -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 case of a new installation, the IP's have to be generated for Arria10.
In the: $RADIOHDL/libraries/technology/ip_arria10_e3sge3 In the: $RADIOHDL/libraries/technology/ip_arria10_e3sge3
directory; run the bash script: ./generate-all-ip.sh 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. -> In case of a fresh compilation, delete the build directory.
rm -r $RADIOHDL/build rm -r $RADIOHDL/build
......
...@@ -27,7 +27,9 @@ The following revisions are available for unb2a_test (see the directories in ../ ...@@ -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 case of a new installation, the IP's have to be generated for Arria10.
In the: $RADIOHDL/libraries/technology/ip_arria10_e3sge3 In the: $RADIOHDL/libraries/technology/ip_arria10_e3sge3
directory; run the bash script: ./generate-all-ip.sh 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment