From 2d05c31cc0503faea750ba32a84835615ed03c19 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Wed, 28 Jan 2015 19:53:58 +0100 Subject: [PATCH] doc : add link to generated html/pdf --- README | 7 ++++++- doc/source/docs/getting_started/downloads.rst | 6 +++--- doc/source/docs/test/index.rst | 2 +- test/tools.py | 2 +- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/README b/README index c71498270..262906128 100644 --- 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! diff --git a/doc/source/docs/getting_started/downloads.rst b/doc/source/docs/getting_started/downloads.rst index 660518319..eea23b9f5 100644 --- a/doc/source/docs/getting_started/downloads.rst +++ b/doc/source/docs/getting_started/downloads.rst @@ -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 .. diff --git a/doc/source/docs/test/index.rst b/doc/source/docs/test/index.rst index d09426d50..bce2c82f0 100644 --- a/doc/source/docs/test/index.rst +++ b/doc/source/docs/test/index.rst @@ -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 diff --git a/test/tools.py b/test/tools.py index 93f54ff5b..55eabc4ae 100644 --- a/test/tools.py +++ b/test/tools.py @@ -1,4 +1,4 @@ -from miscope.host.dump import * +from litescope.host.dump import * primitives = { "ALIGN" : 0x7B4A4ABC,