diff --git a/boards/uniboard2/designs/unb2_minimal/doc/README b/boards/uniboard2/designs/unb2_minimal/doc/README
index 04453fffa343a035efd2b1f3bcdef1cc8f111a38..215cf4e673f8029dec2c08a38f044707624ebe84 100644
--- a/boards/uniboard2/designs/unb2_minimal/doc/README
+++ b/boards/uniboard2/designs/unb2_minimal/doc/README
@@ -5,18 +5,22 @@ Quick steps to compile and use design [unb2_minimal] in RadionHDL
    In the: $RADIOHDL/libraries/technology/ip_arria10
    directory; run the bash script: ./generate-all-ip.sh
 
+-> For compilation it might be necessary to check the .vhd file:
+   $RADIOHDL/libraries/technology/technology_select_pkg.vhd
 
-Start with the Oneclick Commands:
+
+
+1. Start with the Oneclick Commands:
     python $RADIOHDL/tools/oneclick/base/modelsim_config.py -t unb2
     python $RADIOHDL/tools/oneclick/base/quartus_config.py -t unb2
 
 
-Generate MMM for QSYS:
+2. Generate MMM for QSYS:
     run_qsys unb2 unb2_minimal
 
 
 
--> From here either continue to Modelsim (simulation) or Quartus (synthesis)
+3. -> From here either continue to Modelsim (simulation) or Quartus (synthesis)
 
 Simulation
 ----------
diff --git a/boards/uniboard2/designs/unb2_test/doc/README b/boards/uniboard2/designs/unb2_test/doc/README
index 6a26b3748f9ec2c4398f6ffe84b7fdfeba0e48d8..b747668d12da6c04bf049fe4bafe61944f358a3e 100644
--- a/boards/uniboard2/designs/unb2_test/doc/README
+++ b/boards/uniboard2/designs/unb2_test/doc/README
@@ -20,6 +20,8 @@ The following revisions are available for unb2_test (see the directories in ../r
    $RADIOHDL/libraries/technology/technology_select_pkg.vhd
 
 
+
+
 1. Start with the Oneclick Commands:
     python $RADIOHDL/tools/oneclick/base/modelsim_config.py -t unb2
     python $RADIOHDL/tools/oneclick/base/quartus_config.py -t unb2
@@ -34,6 +36,7 @@ The following revisions are available for unb2_test (see the directories in ../r
     run_qsys unb2 unb2_test_all
 
 
+
 3. -> From here either continue to Modelsim (simulation) or Quartus (synthesis)
 
 Simulation