doc : add link to generated html/pdf
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Wed, 28 Jan 2015 18:53:58 +0000 (19:53 +0100)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Wed, 28 Jan 2015 18:53:58 +0000 (19:53 +0100)
README
doc/source/docs/getting_started/downloads.rst
doc/source/docs/test/index.rst
test/tools.py

diff --git a/README b/README
index c71498270bc7b0a340d8d7acf9fe694cb1542aba..2629061285adb467f930e3b512c0f0b33e2d797e 100644 (file)
--- a/README
+++ b/README
@@ -8,6 +8,11 @@
         A small footprint and configurable SATA core
        developed for HKU by M-Labs Ltd & EnjoyDigital
 
+[> Doc
+---------
+HTML : www.enjoy-digital.fr/litex/litesata/
+PDF  : www.enjoy-digital.fr/litex/litesata.pdf
+
 [> Intro
 ---------
 LiteSATA provides a small footprint and configurable SATA gen1/2/3 core.
@@ -132,7 +137,7 @@ devel [AT] lists.m-labs.hk.
 
 [> Tests :
   A synthetizable BIST is provided and can be controlled with ./test/bist.py
-  By using Miscope and the provided ./test/test_link.py example you are able to
+  By using LiteScope and the provided ./test/test_link.py example you are able to
   visualize the internal logic of the design and even inject the captured data in
   the HDD model!
 
index 6605183193537181faeb29cd7a3b85cf515ab130..eea23b9f59888533f79de8cce18df981df89816b 100644 (file)
@@ -11,9 +11,9 @@ Download and install
   - python3 setup.py install
   - cd ..
 
-3. Obtain Miscope and install it:
-  - git clone https://github.com/m-labs/miscope
-  - cd miscope
+3. Obtain LiteScope and install it:
+  - git clone https://github.com/enjoy-digital/litescope
+  - cd litescope
   - python3 setup.py install
   - cd ..
 
index d09426d50d10572e771cb5152fd11f1549f5008c..bce2c82f0f38206ed57c113d4ce8d90862f8321b 100644 (file)
@@ -8,6 +8,6 @@ Test
        Please contribute to this document, or support us financially to write it.
 
 A synthetizable BIST is provided and can be controlled with ./test/bist.py.
-By using Miscope and the provided ./test/test_link.py example you are able to
+By using LiteScope and the provided ./test/test_link.py example you are able to
 visualize the internal logic of the design and even inject the captured data in
 the HDD model!
\ No newline at end of file
index 93f54ff5b88ec06bbda2f6cd325cc7c758868e13..55eabc4aecdb4fa75cbe9018c42b1204f8d4b912 100644 (file)
@@ -1,4 +1,4 @@
-from miscope.host.dump import *
+from litescope.host.dump import *
 
 primitives = {
        "ALIGN" :       0x7B4A4ABC,