doc: fix typos
This commit is contained in:
parent
97eb712766
commit
8638e5dd15
4
README
4
README
|
@ -106,7 +106,7 @@ devel [AT] lists.m-labs.hk.
|
|||
python3 bist.py
|
||||
|
||||
[> Simulations:
|
||||
Simulations are avalaible in ./lib/sata/test:
|
||||
Simulations are available in ./lib/sata/test:
|
||||
- crc_tb
|
||||
- scrambler_tb
|
||||
- phy_datapath_tb
|
||||
|
@ -118,7 +118,7 @@ devel [AT] lists.m-labs.hk.
|
|||
make simulation_name
|
||||
|
||||
[> Tests :
|
||||
A synthetisable 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
|
||||
visualize the internal logic of the design and even inject the captured data in
|
||||
the HDD model!
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
Simulation
|
||||
========================
|
||||
|
||||
Simulations are avalaible in ./lib/sata/test:
|
||||
Simulations are available in ./lib/sata/test:
|
||||
- crc_tb
|
||||
- scrambler_tb
|
||||
- phy_datapath_tb
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
Test
|
||||
========================
|
||||
|
||||
A synthetisable 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
|
||||
visualize the internal logic of the design and even inject the captured data in
|
||||
the HDD model!
|
Loading…
Reference in New Issue