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
|
A small footprint and configurable SATA core
|
||||||
developed for HKU by M-Labs Ltd & EnjoyDigital
|
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
|
[> Intro
|
||||||
---------
|
---------
|
||||||
LiteSATA provides a small footprint and configurable SATA gen1/2/3 core.
|
LiteSATA provides a small footprint and configurable SATA gen1/2/3 core.
|
||||||
|
@ -132,7 +137,7 @@ devel [AT] lists.m-labs.hk.
|
||||||
|
|
||||||
[> Tests :
|
[> Tests :
|
||||||
A synthetizable BIST is provided and can be controlled with ./test/bist.py
|
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
|
visualize the internal logic of the design and even inject the captured data in
|
||||||
the HDD model!
|
the HDD model!
|
||||||
|
|
||||||
|
|
|
@ -11,9 +11,9 @@ Download and install
|
||||||
- python3 setup.py install
|
- python3 setup.py install
|
||||||
- cd ..
|
- cd ..
|
||||||
|
|
||||||
3. Obtain Miscope and install it:
|
3. Obtain LiteScope and install it:
|
||||||
- git clone https://github.com/m-labs/miscope
|
- git clone https://github.com/enjoy-digital/litescope
|
||||||
- cd miscope
|
- cd litescope
|
||||||
- python3 setup.py install
|
- python3 setup.py install
|
||||||
- cd ..
|
- cd ..
|
||||||
|
|
||||||
|
|
|
@ -8,6 +8,6 @@ Test
|
||||||
Please contribute to this document, or support us financially to write it.
|
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.
|
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
|
visualize the internal logic of the design and even inject the captured data in
|
||||||
the HDD model!
|
the HDD model!
|
|
@ -1,4 +1,4 @@
|
||||||
from miscope.host.dump import *
|
from litescope.host.dump import *
|
||||||
|
|
||||||
primitives = {
|
primitives = {
|
||||||
"ALIGN" : 0x7B4A4ABC,
|
"ALIGN" : 0x7B4A4ABC,
|
||||||
|
|
Loading…
Reference in New Issue