doc : add link to generated html/pdf
This commit is contained in:
parent
8eb3526db2
commit
2d05c31cc0
7
README
7
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!
|
||||
|
||||
|
|
|
@ -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 ..
|
||||
|
||||
|
|
|
@ -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!
|
|
@ -1,4 +1,4 @@
|
|||
from miscope.host.dump import *
|
||||
from litescope.host.dump import *
|
||||
|
||||
primitives = {
|
||||
"ALIGN" : 0x7B4A4ABC,
|
||||
|
|
Loading…
Reference in New Issue