From 9f9a4809d41f156fbf4857d11a6f912493cc6286 Mon Sep 17 00:00:00 2001
From: Leon Hiemstra <hiemstra@astron.nl>
Date: Mon, 5 Oct 2015 07:48:30 +0000
Subject: [PATCH] update

---
 boards/uniboard2/designs/unb2_minimal/doc/README | 10 +++++++---
 boards/uniboard2/designs/unb2_test/doc/README    |  3 +++
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/boards/uniboard2/designs/unb2_minimal/doc/README b/boards/uniboard2/designs/unb2_minimal/doc/README
index 04453fffa3..215cf4e673 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 6a26b3748f..b747668d12 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
-- 
GitLab