From ed8d42b89f34bd380faadd2b8aa979e5a4ea3b12 Mon Sep 17 00:00:00 2001
From: Zanting <zanting>
Date: Thu, 8 Oct 2015 14:54:52 +0000
Subject: [PATCH] Updated documentation

---
 .../revisions/unb1_test_ddr_MB_I_II/README    | 40 +++++++++++++++++++
 1 file changed, 40 insertions(+)
 create mode 100644 boards/uniboard1/designs/unb1_test/revisions/unb1_test_ddr_MB_I_II/README

diff --git a/boards/uniboard1/designs/unb1_test/revisions/unb1_test_ddr_MB_I_II/README b/boards/uniboard1/designs/unb1_test/revisions/unb1_test_ddr_MB_I_II/README
new file mode 100644
index 0000000000..977c864a7a
--- /dev/null
+++ b/boards/uniboard1/designs/unb1_test/revisions/unb1_test_ddr_MB_I_II/README
@@ -0,0 +1,40 @@
+
+
+Simulation
+----------
+-> Read ../../doc/README first until step 3
+Modelsim instructions:
+
+    # in Modelsim do:
+    lp unb1_test_ddr_MB_I_II
+    mk all
+    # now double click on testbench file
+    as 10
+    run 500us
+
+
+    # while the simulation runs... in another terminal/bash session do:
+    cd unb1_test/tb/python
+
+    # To test the ddr3 modules; do:
+    python tc_unb1_test_ddr.py --sim --unb 0 --fn 0 -v 5 -s I,II --rep 1 -n 1000
+
+
+    # to end simulation in Modelsim do:
+    quit -sim
+
+
+
+Testing on hardware
+-------------------
+-> Read ../../doc/README first until step 5
+
+# (assume that the Uniboard is --unb 1)
+
+# To read out the design_name, ppsh and sensors; do:
+python tc_unb1_test.py --unb 1 --fn 0:3 --seq REGMAP,INFO,PPSH,SENSORS -v5
+
+# To test the ddr3 modules:
+python tc_unb1_test_ddr.py --unb 1 --fn 0:3 -v 5 -s I,II --rep 1 -n 10000000
+
+
-- 
GitLab