-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1 parent
1e47cfc
commit d50bb8c
Showing
13 changed files
with
38 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,3 @@ ChangeLog | |
========= | ||
0.9.0: | ||
- First release supporting Xilinx Kintex7. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
.. _phy-index: | ||
|
||
======================== | ||
=== | ||
PHY | ||
======================== | ||
=== | ||
.. note:: | ||
Please contribute to this document, or support us financially to write it. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
.. _test-index: | ||
|
||
======================== | ||
==== | ||
Test | ||
======================== | ||
==== | ||
|
||
.. note:: | ||
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 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! | ||
visualize the internal logic of the design and even inject the captured data into | ||
the HDD model! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,26 @@ | ||
<img alt="./_static/LiteSATA_logo_full.png" src="_static/LiteSATA_logo_full.png"> | ||
|
||
<h3>LiteSATA provides a <b>small footprint and configurable FPGA SATA gen1/2/3 core</b>.</h3> | ||
<h3>LiteSATA provides a <b>small footprint and configurable FPGA SATA gen1/2 core</b>.</h3> | ||
|
||
<div class="container" style="width:100%;margin-bottom:10px;"> | ||
|
||
<div class="one-third-container" style="width:32%; display:inline-block;"> | ||
<div class="signpost" style="display:inline-block; vertical-align:text-top; margin-left:5px;margin-right:5px;"> | ||
<div class="signpost-heading" style="font-size:2em; font-style:bold; margin-bottom:10px;">Small footprint</div> | ||
<div class="signpost-body" style=""><p>Thanks to simple and efficient Migen's building blocks and the KISS principe used to develop this core, LiteSATA footprint is really small!</p></div> | ||
<div class="signpost-body" style=""><p>Thanks to simple and efficient Migen building blocks and the KISS principe used to develop this core, LiteSATA footprint is really small!</p></div> | ||
</div> | ||
</div> | ||
<div class="one-third-container" style="width:32%; display:inline-block; font-style:bold;"> | ||
<div class="signpost" style="display:inline-block; vertical-align:text-top; margin-left:5px;margin-right:5px;"> | ||
<div class="signpost-heading" style="font-size:2em; font-style:bold; margin-bottom:10px;">Configurable</div> | ||
<div class="signpost-body" style=""><p>LiteSATA generates HDL using Migen as a Python meta-language. The core is then easily configurable to fit | ||
user's needs! (Number of crossbar ports, included BIST and so on...)</p></div> | ||
<div class="signpost-body" style=""><p>LiteSATA generates HDL using Migen, a Python-based logic design system. The core is easily configurable to fit | ||
user's needs! (number of crossbar ports, RAID configuration, included BIST and so on...)</p></div> | ||
</div> | ||
</div> | ||
<div class="one-third-container" style="width:32%; display:inline-block; font-style:bold;"> | ||
<div class="signpost" style="display:inline-block; vertical-align:text-top; margin-left:5px; margin-right:5px;"> | ||
<div class="signpost-heading" style="font-size:2em; font-style:bold; margin-bottom:10px;">Portable</div> | ||
<div class="signpost-body" style=""><p>Porting the core to another vendor or family only require adapting or adding a new PHY. All others building blocks of the core are generic.</p></div> | ||
<div class="signpost-body" style=""><p>Porting the core to another vendor or family only requires adapting or adding a new PHY. All others building blocks of the core are generic.</p></div> | ||
</div> | ||
</div> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,5 +24,3 @@ News | |
docs/frontend/index | ||
docs/simulation/index | ||
docs/test/index | ||
docs/site/about | ||
|